Home
last modified time | relevance | path

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

12345678910>>...26

/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h111 #define SLIST_HEAD_INITIALIZER(head) \ argument
122 #define SLIST_FIRST(head) ((head)->slh_first) argument
123 #define SLIST_END(head) NULL argument
124 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument
127 #define SLIST_FOREACH(var, head, field) \ argument
132 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
141 #define SLIST_INIT(head) do { \ argument
150 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
160 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
164 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
[all …]
H A Dsys-tree.h78 #define SPLAY_ROOT(head) (head)->sph_root argument
79 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) argument
82 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument
88 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument
94 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument
100 #define SPLAY_LINKRIGHT(head, tmp, field) do { \ argument
106 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ argument
286 #define SPLAY_FOREACH(x, name, head) \ argument
318 #define RB_ROOT(head) (head)->rbh_root argument
319 #define RB_EMPTY(head) (RB_ROOT(head) == NULL) argument
[all …]
/openbmc/linux/drivers/scsi/aic7xxx/
Dqueue.h
/openbmc/qemu/include/qemu/
H A Drcu_queue.h34 #define QLIST_EMPTY_RCU(head) (qatomic_read(&(head)->lh_first) == NULL) argument
35 #define QLIST_FIRST_RCU(head) (qatomic_rcu_read(&(head)->lh_first)) argument
90 #define QLIST_INSERT_HEAD_RCU(head, elm, field) do { \ argument
114 #define QLIST_FOREACH_RCU(var, head, field) \ argument
120 #define QLIST_FOREACH_SAFE_RCU(var, head, field, next_var) \ argument
131 #define QSIMPLEQ_EMPTY_RCU(head) \ argument
133 #define QSIMPLEQ_FIRST_RCU(head) qatomic_rcu_read(&(head)->sqh_first) argument
137 #define QSIMPLEQ_INSERT_HEAD_RCU(head, elm, field) do { \ argument
145 #define QSIMPLEQ_INSERT_TAIL_RCU(head, elm, field) do { \ argument
151 #define QSIMPLEQ_INSERT_AFTER_RCU(head, listelm, elm, field) do { \ argument
[all …]
H A Dqueue.h89 #define QLIST_HEAD_INITIALIZER(head) \ argument
101 #define QLIST_INIT(head) do { \ argument
133 #define QLIST_INSERT_HEAD(head, elm, field) do { \ argument
166 #define QLIST_FOREACH(var, head, field) \ argument
171 #define QLIST_FOREACH_SAFE(var, head, field, next_var) \ argument
179 #define QLIST_EMPTY(head) ((head)->lh_first == NULL) argument
180 #define QLIST_FIRST(head) ((head)->lh_first) argument
192 #define QSLIST_HEAD_INITIALIZER(head) \ argument
203 #define QSLIST_INIT(head) do { \ argument
212 #define QSLIST_INSERT_HEAD(head, elm, field) do { \ argument
[all …]
/openbmc/u-boot/include/linux/
H A Dlist.h61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
74 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
143 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
155 struct list_head *head) in list_move_tail()
167 const struct list_head *head) in list_is_last()
176 static inline int list_empty(const struct list_head *head) in list_empty()
194 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
204 static inline int list_is_singular(const struct list_head *head) in list_is_singular()
210 struct list_head *head, struct list_head *entry) in __list_cut_position()
236 struct list_head *head, struct list_head *entry) in list_cut_position()
[all …]
/openbmc/linux/tools/include/linux/
Dlist.h
/openbmc/linux/include/linux/
Dbtree-128.h
Dcirc_buf.h
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
Dhw.h
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dvga.c
Duhead.c
Dhead.c
Dnv04.c
/openbmc/linux/net/netlabel/
Dnetlabel_addrlist.c
Dnetlabel_addrlist.h
/openbmc/linux/drivers/scsi/sym53c8xx_2/
Dsym_misc.h
/openbmc/linux/scripts/gdb/linux/
Dlists.py
/openbmc/linux/kernel/bpf/
Dpercpu_freelist.c
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
Dfm10k_mbx.c
/openbmc/linux/tools/testing/selftests/bpf/progs/
Dlinked_list.c
/openbmc/linux/net/sunrpc/
Dxprtmultipath.c
/openbmc/linux/fs/gfs2/
Drecovery.c
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
Dhead.c
/openbmc/libpldm/tools/
H A Dpd.c19 static void pd_print_bytes(const char *head, const void *_buf, size_t len, in pd_print_bytes()
39 static void pd_print_variable_field(const char *head, in pd_print_variable_field()
56 static void pd_print_typed_string(const char *head, size_t type, in pd_print_typed_string()
70 static void pd_print_descriptor(const char *head, in pd_print_descriptor()

12345678910>>...26