| /components/utilities/libadt/uthash/ |
| A D | uthash.h | 141 #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 D | rt_uthash.h | 51 #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 D | usb_list.h | 204 #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 D | prio_queue.h | 22 struct rt_prio_queue_item *head[RT_PRIO_QUEUE_PRIO_MAX]; member
|
| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | netbuf.c | 172 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain()
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | netbuf.c | 176 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain()
|
| /components/net/lwip/lwip-1.4.1/src/api/ |
| A D | netbuf.c | 174 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain()
|
| /components/net/lwip/lwip-2.1.2/test/unit/arch/ |
| A D | sys_arch.h | 44 unsigned int head, tail; member
|
| /components/drivers/include/drivers/ |
| A D | dev_alarm.h | 60 rt_list_t head; member
|
| A D | serial_bypass.h | 43 rt_list_t head; member
|
| /components/mm/ |
| A D | mm_page.c | 331 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 D | dfs_dentry.c | 25 rt_list_t head[DFS_DENTRY_HASH_NR]; member
|
| /components/lwp/ |
| A D | lwp_futex.c | 787 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 D | dev_wlan_cfg.c | 136 struct cfg_save_info_head *head; in rt_wlan_cfg_cache_refresh() local
|
| /components/drivers/usb/cherryusb/port/ehci/ |
| A D | usb_hc_ehci.c | 135 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 D | ringblk_buf.c | 173 rt_rbb_blk_t head, tail, new_rbb = RT_NULL; in rt_rbb_blk_alloc() local
|
| /components/dfs/dfs_v2/include/ |
| A D | dfs_pcache.h | 97 rt_list_t head[RT_PAGECACHE_HASH_NR]; /* Hash table buckets for address spaces */ member
|
| /components/drivers/regulator/ |
| A D | regulator.c | 152 rt_list_t *head = ®_np->notifier_nodes; in regulator_notifier_call_chain() local
|
| /components/drivers/nvme/ |
| A D | nvme.c | 108 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 D | dfs_file.c | 25 …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 D | snmp_structs.h | 184 struct mib_list_node *head; member
|
| A D | snmp_msg.h | 114 struct snmp_varbind *head; member
|
| /components/utilities/rt-link/inc/ |
| A D | rtlink.h | 147 struct rt_link_frame_head head; /* frame head */ member
|
| /components/net/lwip/lwip-2.0.3/src/apps/mqtt/ |
| A D | mqtt.c | 285 struct mqtt_request_t *head = NULL; in mqtt_append_request() local
|
| /components/net/lwip/lwip-2.1.2/src/apps/mqtt/ |
| A D | mqtt.c | 315 struct mqtt_request_t *head = NULL; in mqtt_append_request() local
|