Searched refs:list_for_each_entry_safe_reverse (Results 1 - 4 of 4) sorted by relevance
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
| H A 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/ |
| H A D | list.h | 320 * list_for_each_entry_safe_reverse - iterate backwards over list of given 327 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ macro
|
| /third_party/ltp/testcases/realtime/include/ |
| H A D | list.h | 366 * list_for_each_entry_safe_reverse - iterate backwards over list of given type safe against 373 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ macro
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| H A D | list.h | 190 #define list_for_each_entry_safe_reverse(p, n, h, field) \ macro
|
Completed in 3 milliseconds