Searched defs:list_for_each_entry_safe (Results 1 – 8 of 8) sorted by relevance
/third_party/alsa-utils/alsactl/ |
D | list.h | 283 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
/third_party/exfatprogs/include/ |
D | list.h | 299 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
/third_party/ltp/testcases/realtime/include/ |
D | list.h | 345 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
/third_party/mesa3d/src/util/ |
D | list.h | 224 #define list_for_each_entry_safe(type, pos, head, member) \ macro
|
/third_party/iptables/libiptc/ |
D | linux_list.h | 431 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | list.h | 170 #define list_for_each_entry_safe(p, n, h, field) \ macro
|
/third_party/f2fs-tools/fsck/ |
D | f2fs.h | 91 #define list_for_each_entry_safe(pos, n, head, member) \ macro
|
/third_party/libusb/libusb/ |
D | libusbi.h | 150 #define list_for_each_entry_safe(pos, n, head, member, type) \ macro
|