Home
last modified time | relevance | path

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

12

/components/utilities/libadt/uthash/
A Duthash.h141 #define HASH_ROLLBACK_BKT(hh, head, itemptrhh) \ argument
156 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out) \ argument
168 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument
215 #define HASH_MAKE_TABLE(hh,head,oomed) \ argument
267 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ argument
274 #define HASH_REPLACE_INORDER(hh,head,fieldname,keylen_in,add,replaced,cmpfcn) \ argument
568 #define HASH_FSCK(hh,head,where) argument
582 #define HASH_EMIT_KEY(hh,head,keyptr,fieldlen) argument
892 #define HASH_SORT(head,cmpfcn) HASH_SRT(hh,head,cmpfcn) argument
1069 #define HASH_COUNT(head) HASH_CNT(hh,head) argument
[all …]
A Drt_uthash.h51 #define RT_UTHASH_ADD(head, key_member, keylen_in, value) \ argument
53 #define RT_UTHASH_FIND(head, key_ptr, keylen_in, pval) \ argument
55 #define RT_UTHASH_DELETE(head, pobj) HASH_DELETE(hh, head, pobj) argument
/components/drivers/usb/cherryusb/common/
A Dusb_list.h204 #define usb_slist_for_each(pos, head) \ argument
207 #define usb_slist_for_each_safe(pos, next, head) \ argument
217 #define usb_slist_for_each_entry(pos, head, member) \ argument
222 #define usb_slist_for_each_entry_safe(pos, n, head, member) \ argument
383 #define usb_dlist_for_each(pos, head) \ argument
391 #define usb_dlist_for_each_prev(pos, head) \ argument
400 #define usb_dlist_for_each_safe(pos, n, head) \ argument
404 #define usb_dlist_for_each_prev_safe(pos, n, head) \ argument
413 #define usb_dlist_for_each_entry(pos, head, member) \ argument
424 #define usb_dlist_for_each_entry_reverse(pos, head, member) \ argument
[all …]
/components/vbus/
A Dprio_queue.h22 struct rt_prio_queue_item *head[RT_PRIO_QUEUE_PRIO_MAX]; member
/components/net/lwip/lwip-2.0.3/src/api/
A Dnetbuf.c172 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain()
/components/net/lwip/lwip-2.1.2/src/api/
A Dnetbuf.c176 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain()
/components/net/lwip/lwip-1.4.1/src/api/
A Dnetbuf.c174 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain()
/components/net/lwip/lwip-2.1.2/test/unit/arch/
A Dsys_arch.h44 unsigned int head, tail; member
/components/drivers/include/drivers/
A Ddev_alarm.h60 rt_list_t head; member
A Dserial_bypass.h43 rt_list_t head; member
/components/mm/
A Dmm_page.c331 static rt_err_t _unpoisoned_pages(char *head, rt_uint32_t size_bits) in _unpoisoned_pages()
362 static rt_err_t _poisoned_pages(char *head, rt_uint32_t size_bits) in _poisoned_pages()
651 rt_page_t head; in __pages_alloc() local
1080 rt_page_t head = addr_to_page(mpr_head, (void *)region.start); in _install_page() local
1244 static int _load_mpr_area(void *head, void *tail) in _load_mpr_area()
1276 void *head, *tail; in _get_mpr_ready_n_install() local
/components/dfs/dfs_v2/src/
A Ddfs_dentry.c25 rt_list_t head[DFS_DENTRY_HASH_NR]; member
/components/lwp/
A Dlwp_futex.c787 struct robust_list **head, rt_bool_t *is_pi) in _fetch_robust_entry()
881 struct robust_list_head *head; in lwp_futex_exit_robust_list() local
/components/drivers/wlan/
A Ddev_wlan_cfg.c136 struct cfg_save_info_head *head; in rt_wlan_cfg_cache_refresh() local
/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c135 static inline void ehci_qh_add_head(struct ehci_qh_hw *head, struct ehci_qh_hw *n) in ehci_qh_add_head()
148 static inline void ehci_qh_remove(struct ehci_qh_hw *head, struct ehci_qh_hw *n) in ehci_qh_remove()
/components/drivers/ipc/
A Dringblk_buf.c173 rt_rbb_blk_t head, tail, new_rbb = RT_NULL; in rt_rbb_blk_alloc() local
/components/dfs/dfs_v2/include/
A Ddfs_pcache.h97 rt_list_t head[RT_PAGECACHE_HASH_NR]; /* Hash table buckets for address spaces */ member
/components/drivers/regulator/
A Dregulator.c152 rt_list_t *head = &reg_np->notifier_nodes; in regulator_notifier_call_chain() local
/components/drivers/nvme/
A Dnvme.c108 rt_uint16_t tail, head; in nvme_submit_cmd() local
652 rt_uint16_t head, phase, status; in nvme_queue_isr() local
/components/dfs/dfs_v1/src/
A Ddfs_file.c25 …rt_list_t head[DFS_VNODE_HASH_NR]; /* a group of dfs vnode lists, the dfs vnode is inserted to one… member
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsnmp_structs.h184 struct mib_list_node *head; member
A Dsnmp_msg.h114 struct snmp_varbind *head; member
/components/utilities/rt-link/inc/
A Drtlink.h147 struct rt_link_frame_head head; /* frame head */ member
/components/net/lwip/lwip-2.0.3/src/apps/mqtt/
A Dmqtt.c285 struct mqtt_request_t *head = NULL; in mqtt_append_request() local
/components/net/lwip/lwip-2.1.2/src/apps/mqtt/
A Dmqtt.c315 struct mqtt_request_t *head = NULL; in mqtt_append_request() local

Completed in 50 milliseconds

12