Searched defs:list_for_each_entry_continue_reverse (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/vchiq/interface/compat/ |
H A D | list.h | 245 #define list_for_each_entry_continue_reverse(VAR, HEAD, FIELD) \ macro
|
/freebsd/sys/dev/drm2/ |
H A D | drm_linux_list.h | 126 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
|
/freebsd/tools/tools/drm/radeon/mkregtable/ |
H A D | mkregtable.c | 474 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | list.h | 206 #define list_for_each_entry_continue_reverse(p, h, field) \ macro
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | list.h | 222 #define list_for_each_entry_continue_reverse(p, h, field) \ macro
|