Home
last modified time | relevance | path

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

12

/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/include/os/
H A Dqueue.h119 #define SLIST_HEAD_INITIALIZER(head) \ argument
130 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument
132 #define SLIST_FIRST(head) ((head)->slh_first) argument
134 #define SLIST_FOREACH(var, head, field) \ argument
139 #define SLIST_INIT(head) do { \ argument
148 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
155 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
168 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
181 #define STAILQ_HEAD_INITIALIZER(head) \ argument
192 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) argument
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/
H A Drbtree.c84 #define RB_HEAD(head) (head)->rb_node argument
106 #define RB_ROTATE_LEFT(head, elm, tmp) do { \ argument
126 #define RB_ROTATE_RIGHT(head, elm, tmp) do { \ argument
147 void rb_insert_color(struct rb_node *elm, struct rb_root *head) in rb_insert_color()
191 static void rb_remove_color(struct rb_root *head, struct rb_node *parent, in rb_remove_color()
268 void rb_erase(struct rb_node *elm, struct rb_root *head) in rb_erase()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dlist.h48 #define list_for_each_entry(pos, head, member) \ argument
60 #define list_for_each_entry_safe(pos, n, head, member) \ argument
70 static inline int list_empty(const struct list_head *head) in list_empty()
99 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
H A Dmenu.c555 struct list_head *head) in get_prompt_str()
645 struct list_head *head) in get_symbol_str()
693 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
/nrf52832-nimble/rt-thread/include/
H A Drtservice.h134 #define rt_list_for_each(pos, head) \ argument
143 #define rt_list_for_each_safe(pos, n, head) \ argument
153 #define rt_list_for_each_entry(pos, head, member) \ argument
165 #define rt_list_for_each_entry_safe(pos, n, head, member) \ argument
273 #define rt_slist_for_each(pos, head) \ argument
282 #define rt_slist_for_each_entry(pos, head, member) \ argument
/nrf52832-nimble/rt-thread/components/vbus/
H A Dprio_queue.h22 struct rt_prio_queue_item *head[RT_PRIO_QUEUE_PRIO_MAX]; member
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H A Dnetbuf.c174 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/
H A Dnetbuf.c172 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/
H A Dnetbuf.c176 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dslist.h35 sys_snode_t *head; member
315 void *head, void *tail) in sys_slist_append_list()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/arch/
H A Dsys_arch.h44 unsigned int head, tail; member
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/
H A Duffs_mtb.c136 static uffs_MountTable * uffs_GetMountTableByMountPoint(const char *mount, uffs_MountTable *head) in uffs_GetMountTableByMountPoint()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_device.h66 uffs_BlockInfo *head; //!< buffer head of block info(spares) member
105 uffs_Buf *head; //!< head of buffers member
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dalarm.h57 rt_list_t head; member
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dnodemgmt.c368 static inline int on_list(struct list_head *obj, struct list_head *head) in on_list()
H A Dscan.c855 static void rotate_list(struct list_head *head, uint32_t count) in rotate_list()
/nrf52832-nimble/rt-thread/components/drivers/src/
H A Dringblk_buf.c137 rt_rbb_blk_t head, tail, new = NULL; in rt_rbb_blk_alloc() local
/nrf52832-nimble/rt-thread/components/drivers/wlan/
H A Dwlan_cfg.c133 struct cfg_save_info_head *head; in rt_wlan_cfg_cache_refresh() local
/nrf52832-nimble/rt-thread/src/
H A Dipc.c1785 struct rt_mq_message *head; in rt_mq_init() local
1869 struct rt_mq_message *head; in rt_mq_create() local
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dinflate.h86 gz_headerp head; /* where to save gzip header information */ member
H A Dinflate.c1211 int ZEXPORT inflateGetHeader(strm, head) in inflateGetHeader() argument
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/mconf/
H A Dmconf.c359 struct list_head *head; member
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dsnmp_structs.h184 struct mib_list_node *head; member
H A Dsnmp_msg.h114 struct snmp_varbind *head; member
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dos_mbuf.c458 struct os_mbuf *head; in os_mbuf_dup() local

12