*参照元 [#idda9923]
#backlinks

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

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


**引数 [#v68f14d4]
-
--

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

**参考 [#ta3251bd]


*実装 [#f1fd89b3]
 /**
  * list_next_entry - get the next element in list
  * @pos:        the type * to cursor
  * @member:     the name of the list_head within the struct.
  */
 #define list_next_entry(pos, member) \
         list_entry((pos)->member.next, typeof(*(pos)), member)
-
--[[linux-4.4.1/list_entry()]]


*コメント [#ocf16be8]



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