Home
last modified time | relevance | path

Searched refs:list_private_for_each_entry_continue_reverse (Results 1 – 2 of 2) sorted by relevance

/linux/lib/tests/
H A Dlist-private-test.c52 list_private_for_each_entry_continue_reverse(pos, &head, list) { } in list_private_compile_test()
/linux/include/linux/
H A Dlist_private.h151 #define list_private_for_each_entry_continue_reverse(pos, head, member) \ macro