Home
last modified time | relevance | path

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 Dobj_res.c123 list_for_each_entry_safe_reverse(res, tmp, &obj->objres_head, entry) in objres_release_all()
/third_party/exfatprogs/include/
H A Dlist.h320 * 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 Dlist.h366 * 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 Dlist.h190 #define list_for_each_entry_safe_reverse(p, n, h, field) \ macro

Completed in 5 milliseconds