Lines Matching refs:name
64 #define LIST_HEAD_INIT(name) { &(name), &(name) }
66 #define LIST_HEAD(name) \
67 struct list_head name = LIST_HEAD_INIT(name)
249 * @member: the name of the member within the struct.
261 * @member: the name of the list_struct within the struct.
298 * @member: the name of the list_struct within the struct.
309 * @member: the name of the list_struct within the struct.
321 * @member: the name of the list_struct within the struct.
331 * @member: the name of the list_struct within the struct.
343 * @member: the name of the list_struct within the struct.
357 * @member: the name of the list_struct within the struct.
371 * @member: the name of the list_struct within the struct.