*参照元 [#wa2d8c1b]
#backlinks

*説明 [#edc1867e]
-パス: [[linux-4.4.1/]]

-FIXME: これは何?
--説明


**引数 [#v2dbbc49]
-
--

**返り値 [#gf56cc7a]
-
--

**参考 [#l0730889]


*実装 [#q75f08ed]
 /**
  * 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_head within the struct.
  */
 #define list_entry(ptr, type, member) \
         container_of(ptr, type, member)
-
--[[linux-4.4.1/container_of()]]


*コメント [#ca9cf61e]


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS