*参照元 [#qb1cfa5d]
#backlinks

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

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


**引数 [#vf5b247d]
-
--

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

**参考 [#c1a60cb2]


*実装 [#g48415a1]
 /**
  * plist_for_each_entry - iterate over list of given type
  * @pos:        the type * to use as a loop counter
  * @head:       the head for your list
  * @mem:        the name of the list_head within the struct
  */
 #define plist_for_each_entry(pos, head, mem)    \
          list_for_each_entry(pos, &(head)->node_list, mem.node_list)
-
--[[linux-4.4.1/list_for_each_entry()]]


*コメント [#zb3b4d9f]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS