[Macro] list_entry & offsetof
2010. 8. 11.
* 하기 내용은 하기에서 옮겨 왔음을 알려 드립니다. * 원문(http://buzzan.thoth.kr/?mid=blog&category=901853&document_srl=1935095) 예전(2.4.x) 리눅스 커널의 double linked list 관련 소스를 보다보면 약간 당황스런 코드를 접하게 된다. /** * list_entry - get the struct for this entry * @ptr: the &struct list_head pointer. * @type: the type of the struct this is embedded in. * @member: the name of the list_struct within the struct. */ #define list_entry(pt..