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

/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_linux_list.h65 #define list_add_tail(entry, head, con_ptr) { \ macro
94 list_add_tail(entry, head, con_ptr); \
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_data_structures.h182 #define list_add_tail(newnode, head) { \ macro
190 list_add_tail(newnode, head); \

Completed in 78 milliseconds