Searched refs:list_for_each_entry_safe_reverse (Results 1 – 4 of 4) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | obj_res.c | 123 list_for_each_entry_safe_reverse(res, tmp, &obj->objres_head, entry) in objres_release_all()
|
/third_party/exfatprogs/include/ |
D | list.h | 327 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ macro
|
/third_party/ltp/testcases/realtime/include/ |
D | list.h | 373 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ macro
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | list.h | 192 #define list_for_each_entry_safe_reverse(p, n, h, field) \ macro
|