Searched refs:list_for_each_entry_reverse (Results 1 – 7 of 7) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | obj_res.c | 89 list_for_each_entry_reverse(rc, &obj->objres_head, entry) in objres_find()
|
/third_party/alsa-utils/alsactl/ |
D | list.h | 271 #define list_for_each_entry_reverse(pos, head, member) \ macro
|
/third_party/ltp/testcases/realtime/include/ |
D | list.h | 311 #define list_for_each_entry_reverse(pos, head, member) \ macro
|
/third_party/exfatprogs/include/ |
D | list.h | 264 #define list_for_each_entry_reverse(pos, head, member) \ macro
|
/third_party/iptables/libiptc/ |
D | linux_list.h | 393 #define list_for_each_entry_reverse(pos, head, member) \ macro
|
D | libiptc.c | 662 list_for_each_entry_reverse(r, &c->rules, list) { in iptcc_get_rule_num_reverse()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | list.h | 188 #define list_for_each_entry_reverse(p, h, field) \ macro
|