| /f-stack/tools/compat/include/sys/ |
| H A D | queue.h | 126 #define QMD_TRACE_HEAD(head) do { \ argument 142 #define QMD_TRACE_HEAD(head) argument 171 #define SLIST_HEAD_INITIALIZER(head) \ argument 216 #define SLIST_INIT(head) do { \ argument 324 #define STAILQ_INIT(head) do { \ argument 407 #define LIST_HEAD_INITIALIZER(head) \ argument 446 #define QMD_LIST_CHECK_HEAD(head, field) argument 475 #define LIST_INIT(head) do { \ argument 596 #define QMD_TAILQ_CHECK_HEAD(head, field) argument 657 #define TAILQ_INIT(head) do { \ argument [all …]
|
| H A D | tree.h | 82 #define SPLAY_ROOT(head) (head)->sph_root argument 83 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) argument 92 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument 98 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument 104 #define SPLAY_LINKRIGHT(head, tmp, field) do { \ argument 290 #define SPLAY_FOREACH(x, name, head) \ argument 322 #define RB_ROOT(head) (head)->rbh_root argument 323 #define RB_EMPTY(head) (RB_ROOT(head) == NULL) argument 771 #define RB_FOREACH(x, name, head) \ argument 781 #define RB_FOREACH_SAFE(x, name, head, y) \ argument [all …]
|
| /f-stack/dpdk/lib/librte_eal/windows/include/sys/ |
| H A D | queue.h | 106 #define QMD_TRACE_HEAD(head) do { \ argument 122 #define QMD_TRACE_HEAD(head) argument 159 #define SLIST_HEAD_INITIALIZER(head) \ argument 227 #define SLIST_INIT(head) do { \ argument 341 #define STAILQ_INIT(head) do { \ argument 424 #define LIST_HEAD_INITIALIZER(head) \ argument 480 #define QMD_LIST_CHECK_HEAD(head, field) argument 526 #define LIST_INIT(head) do { \ argument 669 #define QMD_TAILQ_CHECK_HEAD(head, field) argument 730 #define TAILQ_INIT(head) do { \ argument [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | queue.h | 136 #define QMD_TRACE_HEAD(head) do { \ argument 152 #define QMD_TRACE_HEAD(head) argument 189 #define SLIST_HEAD_INITIALIZER(head) \ argument 257 #define SLIST_INIT(head) do { \ argument 371 #define STAILQ_INIT(head) do { \ argument 453 #define LIST_HEAD_INITIALIZER(head) \ argument 509 #define QMD_LIST_CHECK_HEAD(head, field) argument 555 #define LIST_INIT(head) do { \ argument 698 #define QMD_TAILQ_CHECK_HEAD(head, field) argument 759 #define TAILQ_INIT(head) do { \ argument [all …]
|
| H A D | arb.h | 61 #define ARB_ALLOCSIZE(head, maxn, x) \ argument 68 #define ARB_INIT(x, field, head, maxn) \ argument 96 #define ARB_NODES(head) (head)->arb_nodes argument 101 #define ARB_CNODE(head, idx) \ argument 104 #define ARB_NODE(head, idx) \ argument 112 #define ARB_MINIDX(head) (head)->arb_min_idx argument 113 #define ARB_MAXIDX(head) (head)->arb_max_idx argument 114 #define ARB_SELFIDX(head, elm) \ argument 122 #define ARB_PREVFREE(head, elm, field) \ argument 125 #define ARB_NEXTFREE(head, elm, field) \ argument [all …]
|
| H A D | tree.h | 93 #define SPLAY_ROOT(head) (head)->sph_root argument 94 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) argument 103 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument 109 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument 115 #define SPLAY_LINKRIGHT(head, tmp, field) do { \ argument 301 #define SPLAY_FOREACH(x, name, head) \ argument 347 #define RB_ROOT(head) (head)->rbh_root argument 348 #define RB_EMPTY(head) (RB_ROOT(head) == NULL) argument 803 #define RB_FOREACH(x, name, head) \ argument 813 #define RB_FOREACH_SAFE(x, name, head, y) \ argument [all …]
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_queue.h | 131 #define CK_SLIST_HEAD_INITIALIZER(head) \ argument 142 #define CK_SLIST_EMPTY(head) \ argument 145 #define CK_SLIST_FIRST(head) \ argument 151 #define CK_SLIST_FOREACH(var, head, field) \ argument 166 #define CK_SLIST_INIT(head) do { \ argument 236 #define CK_STAILQ_HEAD_INITIALIZER(head) \ argument 260 #define CK_STAILQ_FOREACH(var, head, field) \ argument 271 #define CK_STAILQ_INIT(head) do { \ argument 359 #define CK_LIST_HEAD_INITIALIZER(head) \ argument 372 #define CK_LIST_FOREACH(var, head, field) \ argument [all …]
|
| /f-stack/dpdk/drivers/event/dlb/pf/base/ |
| H A D | dlb_osdep_list.h | 23 #define TAILQ_FOREACH_ENTRY(ptr, head, name, iter) \ argument 31 #define TAILQ_FOREACH_ENTRY_SAFE(ptr, head, name, iter, tvar) \ argument 48 static inline void dlb_list_init_head(struct dlb_list_head *head) in dlb_list_init_head() 58 static inline void dlb_list_add(struct dlb_list_head *head, in dlb_list_add() 68 static inline void dlb_list_del(struct dlb_list_head *head, in dlb_list_del() 81 static inline bool dlb_list_empty(struct dlb_list_head *head) in dlb_list_empty() 92 struct dlb_list_head *head) in dlb_list_splice() 103 #define DLB_LIST_HEAD(head, type, name) \ argument 115 #define DLB_LIST_FOR_EACH(head, ptr, name, tmp_iter) \ argument 128 #define DLB_LIST_FOR_EACH_SAFE(head, ptr, ptr_tmp, name, tmp_iter, saf_iter) \ argument
|
| /f-stack/dpdk/drivers/event/dlb2/pf/base/ |
| H A D | dlb2_osdep_list.h | 23 #define TAILQ_FOREACH_ENTRY(ptr, head, name, iter) \ argument 31 #define TAILQ_FOREACH_ENTRY_SAFE(ptr, head, name, iter, tvar) \ argument 47 static inline void dlb2_list_init_head(struct dlb2_list_head *head) in dlb2_list_init_head() 58 dlb2_list_add(struct dlb2_list_head *head, struct dlb2_list_entry *entry) in dlb2_list_add() 68 static inline void dlb2_list_del(struct dlb2_list_head *head, in dlb2_list_del() 81 static inline int dlb2_list_empty(struct dlb2_list_head *head) in dlb2_list_empty() 92 struct dlb2_list_head *head) in dlb2_list_splice() 103 #define DLB2_LIST_HEAD(head, type, name) \ argument 115 #define DLB2_LIST_FOR_EACH(head, ptr, name, tmp_iter) \ argument 128 #define DLB2_LIST_FOR_EACH_SAFE(head, ptr, ptr_tmp, name, tmp_iter, saf_itr) \ argument
|
| /f-stack/freebsd/kern/ |
| H A D | subr_disk.c | 154 bioq_init(struct bio_queue_head *head) in bioq_init() 165 bioq_remove(struct bio_queue_head *head, struct bio *bp) in bioq_remove() 181 bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error) in bioq_flush() 190 bioq_insert_head(struct bio_queue_head *head, struct bio *bp) in bioq_insert_head() 201 bioq_insert_tail(struct bio_queue_head *head, struct bio *bp) in bioq_insert_tail() 212 bioq_first(struct bio_queue_head *head) in bioq_first() 219 bioq_takefirst(struct bio_queue_head *head) in bioq_takefirst() 235 bioq_bio_key(struct bio_queue_head *head, struct bio *bp) in bioq_bio_key() 249 bioq_disksort(struct bio_queue_head *head, struct bio *bp) in bioq_disksort()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | ql.c | 17 test_empty_list(list_head_t *head) { in test_empty_list() 39 list_head_t head; in TEST_BEGIN() local 57 test_entries_list(list_head_t *head, list_t *entries, unsigned nentries) { in test_entries_list() 93 list_head_t head; in TEST_BEGIN() local 108 list_head_t head; in TEST_BEGIN() local 127 list_head_t head; in TEST_BEGIN() local 142 list_head_t head; in TEST_BEGIN() local 161 list_head_t head; in TEST_BEGIN() local
|
| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | list.h | 67 INIT_LIST_HEAD(struct list_head *head) in INIT_LIST_HEAD() 74 list_first(const struct list_head *head) in list_first() 80 list_last(const struct list_head *head) in list_last() 98 list_empty(const struct list_head *head) in list_empty() 104 list_is_singular(const struct list_head *head) in list_is_singular() 125 list_add(struct list_head *node, struct list_head *head) in list_add() 131 list_add_tail(struct list_head *node, struct list_head *head) in list_add_tail() 158 list_splice(const struct list_head *list, struct list_head *head) in list_splice() 165 list_splice_tail(const struct list_head *list, struct list_head *head) in list_splice_tail() 172 list_move(struct list_head *node, struct list_head *head) in list_move() [all …]
|
| /f-stack/dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_mbx.c | 339 u32 *head = fifo->buffer; in fm10k_mbx_write_copy() local 389 struct fm10k_mbx_info *mbx, u16 head) in fm10k_mbx_pull_head() 435 u16 end, len, head; in fm10k_mbx_read_copy() local 966 u16 type, rsvd0, head, tail, size; in fm10k_mbx_validate_msg_hdr() local 1075 u16 len, head, ack; in fm10k_mbx_reset_work() local 1169 u16 size, head; in fm10k_mbx_process_connect() local 1215 u16 head, tail; in fm10k_mbx_process_data() local 1260 u16 head; in fm10k_mbx_process_disconnect() local 1312 u16 head; in fm10k_mbx_process_error() local 1810 u16 tail, head, ver; in fm10k_sm_mbx_validate_fifo_hdr() local [all …]
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_dp.c | 29 sfc_dp_find_by_name(struct sfc_dp_list *head, enum sfc_dp_type type, in sfc_dp_find_by_name() 46 sfc_dp_find_by_caps(struct sfc_dp_list *head, enum sfc_dp_type type, in sfc_dp_find_by_caps() 64 sfc_dp_register(struct sfc_dp_list *head, struct sfc_dp *entry) in sfc_dp_register()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_zone.c | 64 struct zone_dataset_head *head; in zone_dataset_attach() local 117 struct zone_dataset_head *head; in zone_dataset_detach() local 160 struct zone_dataset_head *head; in zone_dataset_visible() local 225 struct zone_dataset_head *head; in zone_destroy() local
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_encap.c | 155 struct srcaddrtab_head *head; in srcaddr_change_event() local 186 encap_register_srcaddr(struct srcaddrtab_head *head, encap_srcaddr_t func, in encap_register_srcaddr() 216 encap_unregister_srcaddr(struct srcaddrtab_head *head, in encap_unregister_srcaddr() 236 encap_attach(struct encaptab_head *head, const struct encap_config *cfg, in encap_attach() 273 encap_detach(struct encaptab_head *head, const struct encaptab *cookie) in encap_detach() 292 encap_input(struct encaptab_head *head, struct mbuf *m, int off, int proto) in encap_input()
|
| H A D | sctp_peeloff.c | 51 sctp_can_peel_off(struct socket *head, sctp_assoc_t assoc_id) in sctp_can_peel_off() 89 sctp_do_peeloff(struct socket *head, struct socket *so, sctp_assoc_t assoc_id) in sctp_do_peeloff()
|
| /f-stack/freebsd/net/ |
| H A D | radix.c | 145 rn_search(void *v_arg, struct radix_node *head) in rn_search() 164 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) in rn_search_m() 212 rn_lookup(void *v_arg, void *m_arg, struct radix_head *head) in rn_lookup() 274 rn_match(void *v_arg, struct radix_head *head) in rn_match() 423 rn_insert(void *v_arg, struct radix_head *head, int *dupentry, in rn_insert() 595 rn_addroute(void *v_arg, void *n_arg, struct radix_head *head, in rn_addroute() 752 rn_delete(void *v_arg, void *netmask_arg, struct radix_head *head) in rn_delete() 1109 rn_detachhead_internal(struct radix_head *head) in rn_detachhead_internal() 1122 rn_inithead(void **head, int off) in rn_inithead() 1173 rn_detachhead(void **head) in rn_detachhead()
|
| H A D | pfil.c | 164 pfil_run_hooks(struct pfil_head *head, pfil_packet_t p, struct ifnet *ifp, in pfil_run_hooks() 208 struct pfil_head *head, *list; in pfil_head_register() local 286 pfil_unlink(struct pfil_link_args *pa, pfil_head_t head, pfil_hook_t hook) in pfil_unlink() 325 struct pfil_head *head; in pfil_link() local 431 struct pfil_head *head; in pfil_remove_hook() local 537 struct pfil_head *head; in pfilioc_listheads() local
|
| /f-stack/app/micro_thread/ |
| H A D | kqueue_proxy.h | 54 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) argument 55 #define TAILQ_FIRST(head) ((head)->tqh_first) argument 58 #define TAILQ_LAST(head, headname) \ argument 61 #define TAILQ_FOREACH(var, head, field) \ argument 79 #define TAILQ_FOREACH_SAFE(var, head, field, tvar) \ argument
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_project.c | 50 zfs_project_item_alloc(list_t *head, const char *name) in zfs_project_item_alloc() 208 list_t *head) in zfs_project_handle_dir() 262 list_t head; in zfs_project_handle() local
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev_ops.c | 326 uint32_t *head, uint32_t *tail, uint16_t queue_idx) in nix_rx_head_tail_get() 348 uint32_t head, tail; in otx2_nix_rx_queue_count() local 355 nix_offset_has_packet(uint32_t head, uint32_t tail, uint16_t offset) in nix_offset_has_packet() 371 uint32_t head, tail; in otx2_nix_rx_descriptor_done() local 383 uint32_t head, tail; in otx2_nix_rx_descriptor_status() local 399 uint32_t *head, uint32_t *tail, uint16_t queue_idx) in nix_tx_head_tail_get() 420 uint32_t head, tail; in otx2_nix_tx_descriptor_status() local
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | veriexec_metadata.c | 101 get_veriexec_file(struct veriexec_devhead *head, dev_t fsid, long fileid, in get_veriexec_file() 184 mac_veriexec_print_db_head(struct sbuf *sbp, struct veriexec_devhead *head) in mac_veriexec_print_db_head() 251 free_veriexec_dev(dev_t fsid, struct veriexec_devhead *head) in free_veriexec_dev() 302 find_veriexec_dev(dev_t fsid, struct veriexec_devhead *head) in find_veriexec_dev() 613 struct veriexec_devhead *head; in mac_veriexec_metadata_add_file() local
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | radix_ipf.c | 181 ipf_rx_match(head, addr) in ipf_rx_match() argument 252 ipf_rx_lookup(head, addr, mask) in ipf_rx_lookup() argument 331 ipf_rx_insert(head, nodes, dup) in ipf_rx_insert() argument 511 ipf_rx_addroute(head, addr, mask, nodes) in ipf_rx_addroute() argument 584 ipf_rx_delete(head, addr, mask) in ipf_rx_delete() argument 766 ipf_rx_walktree(head, walker, arg) in ipf_rx_walktree() argument 869 ipf_rx_freehead(head) in ipf_rx_freehead() argument 1038 ipf_rdx_head_t *head = arg; local 1435 checktree(ipf_rdx_head_t *head) in checktree()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_tailqs.c | 65 const struct rte_tailq_entry_head *head = &tailq->tailq_head; in rte_dump_tailq() local 76 struct rte_tailq_head *head = NULL; in rte_eal_tailq_create() local
|