Lines Matching refs:name
16 * @member: the name of the member within the struct.
45 #define LIST_HEAD_INIT(name) { &(name), &(name) }
47 #define LIST_HEAD(name) \
48 struct list_head name = LIST_HEAD_INIT(name)
209 * @member: the name of the list_struct within the struct.
258 * @member: the name of the list_struct within the struct.
269 * @member: the name of the list_struct within the struct.
281 * @member: the name of the list_struct within the struct.