Lines Matching refs:name
16 * @member: the name of the member within the struct.
29 #define LIST_HEAD_INIT(name) { &(name), &(name) }
31 #define LIST_HEAD(name) \
32 struct list_head name = LIST_HEAD_INIT(name)
38 * @member: the name of the list_head within the struct.
47 * @member: the name of the list_head within the struct.
59 * @member: the name of the list_head within the struct.