Searched defs:list_head (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_linux_list.h44 struct list_head { struct
45 struct list_head *next, *prev;
49 /* Cheat, assume the list_head is at the start of the struct */
71 struct list_head *n_node = (head)->next; \
81 struct list_head *p_node = (head)->prev; \
91 struct list_head *n_node = (ptr)->next; \
92 struct list_head *p_node = (ptr)->prev; \
121 struct list_head *first = (list)->next; \
122 struct list_head *last = (list)->prev; \
132 struct list_head *old_lis
[all...]

Completed in 343 milliseconds