Home
last modified time | relevance | path

Searched defs:list_head (Results 1 – 5 of 5) sorted by relevance

/tools/include/linux/
Dtypes.h69 struct list_head { struct
70 struct list_head *next, *prev; argument
/tools/usb/usbip/libsrc/
Dlist.h19 struct list_head { struct
20 struct list_head *next, *prev; argument
/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_ordering.c31 struct list_head { struct
32 struct list_head *next; argument
33 struct list_head *prev; argument
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
Dtypes.h108 struct list_head { struct
109 struct list_head *next, *prev; argument
/tools/firewire/
Dlist.h50 #define list_head(list, type, member) \ macro