参照元

説明

引数

返り値

参考

実装

/**
 * 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)

コメント


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