*参照元 [#b82b100d]
#backlinks

*説明 [#i70a3452]
-パス: [[linux-4.4.1/include/linux/list.h]]

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


**引数 [#g55960b8]
-
--

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

**参考 [#ve54fdf1]


*実装 [#p41aa079]
 /**
  * list_first_entry - get the first element from a list
  * @ptr:        the list head to take the element from.
  * @type:       the type of the struct this is embedded in.
  * @member:     the name of the list_head within the struct.
  *
  * Note, that list is expected to be not empty.
  */
 #define list_first_entry(ptr, type, member) \
         list_entry((ptr)->next, type, member)
-
--[[linux-4.4.1/list_entry()]]


*コメント [#q416727a]


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