Home
last modified time | relevance | path

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

/tools/usb/usbip/libsrc/
Dlist.h18 struct list_head { struct
19 struct list_head *next, *prev; argument
/tools/include/linux/
Dtypes.h71 struct list_head { struct
72 struct list_head *next, *prev; argument
/tools/firewire/
Dlist.h49 #define list_head(list, type, member) \ macro