Home
last modified time | relevance | path

Searched defs:head (Results 1 – 21 of 21) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dqueue.h89 #define LIST_HEAD_INITIALIZER(head) \ argument
101 #define LIST_INIT(head) do { \ argument
120 #define LIST_INSERT_HEAD(head, elm, field) do { \ argument
134 #define LIST_FOREACH(var, head, field) \ argument
142 #define LIST_EMPTY(head) ((head)->lh_first == NULL) argument
143 #define LIST_FIRST(head) ((head)->lh_first) argument
155 #define SLIST_HEAD_INITIALIZER(head) \ argument
166 #define SLIST_INIT(head) do { \ argument
175 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
180 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dqueue.h114 #define SLIST_HEAD_INITIALIZER(head) \ argument
125 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument
127 #define SLIST_FIRST(head) ((head)->slh_first) argument
129 #define SLIST_FOREACH(var, head, field) \ argument
134 #define SLIST_INIT(head) do { \ argument
143 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
150 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
163 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
176 #define STAILQ_HEAD_INITIALIZER(head) \ argument
195 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) argument
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvList.h95 struct list_head *head) in __list_splice()
108 static __inline__ void list_splice(struct list_head *list, struct list_head *head) in list_splice()
115 struct list_head *head) in list_splice_init()
129 #define list_for_each_prev(pos, head) \ argument
133 #define list_for_each_safe(pos, n, head) \ argument
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Dmem.h107 struct cyg_mempool_var_memdq head; member
H A Ddlmalloc.h62 size_t head; /* Size and inuse bits. */ member
H A Dmem_priv.h185 struct memdq head; member
H A Ddlmalloc.c1855 size_t head; member
2660 tchunkptr head = 0; in do_check_tree() local
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A Dmem.h107 struct cyg_mempool_var_memdq head; member
H A Dmem_priv.h186 struct memdq head; member
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A Dmem.h107 struct cyg_mempool_var_memdq head; member
H A Dmem_priv.h185 struct memdq head; member
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Dmem.h107 struct cyg_mempool_var_memdq head; member
H A Dmem_priv.h185 struct memdq head; member
H A Ddlmalloc.c2149 size_t head; /* Size and inuse bits. */ member
2356 size_t head; member
3244 tchunkptr head = 0; in do_check_tree() local
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEhciHcd.c3560 struct list_head *head, in qh_urb_transaction()
4990 struct ehci_qh *head; in qh_link_async() local
9854 struct list_head *head, in qh_urb_transaction_EHSET()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dfd.h15 head, /* nr of heads */ member
66 unsigned int device,head,track; member
H A Dcdk.h444 unsigned short head; member
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dinflate.h163 gz_headerp head; /* where to save gzip header information */ member
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dlivetree.c65 struct property *head = NULL; in reverse_properties() local
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc1013 QString head, debug, help; in menuInfo() local
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c3230 struct list_head *head, in ms_qh_urb_transaction_EHSET()