| /xnu-11417.101.15/tests/ |
| H A D | queue.c | 40 static queue_head_t head; variable
|
| /xnu-11417.101.15/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_filter_compat.c | 209 fix_dequeue_mbuf_return_args(struct mbuf *m_chain, classq_pkt_t *head, in fix_dequeue_mbuf_return_args() 251 classq_pkt_t *head, classq_pkt_t *tail, uint32_t *cnt, uint32_t *len, in nx_netif_compat_tx_dequeue()
|
| H A D | nx_netif_filter_native.c | 211 fix_dequeue_pkt_return_args(struct __kern_packet *p_chain, classq_pkt_t *head, in fix_dequeue_pkt_return_args() 253 classq_pkt_t *head, classq_pkt_t *tail, uint32_t *cnt, uint32_t *len, in nx_netif_native_tx_dequeue()
|
| /xnu-11417.101.15/osfmk/kern/ |
| H A D | mpqueue.h | 16 struct queue_entry head; /* header for queue */ member
|
| H A D | btlog.c | 441 btref_smr_t *head, *prev; in __btlib_split_step() local 828 btref_smr_t *head; in __btlib_get() local 1190 struct bt_hash_head *head) in __btlog_hash_stailq_pop_first() 1208 struct bt_hash_head *head, in __btlog_hash_stailq_remove() 1224 struct bt_hash_head *head, in __btlog_hash_stailq_append() 1240 struct bt_hash_head *head; in __btlog_hash_remove() local 1259 struct bt_hash_head *head; in __btlog_hash_record() local 1311 struct bt_hash_head *head; in __btlog_hash_erase() local 1858 struct bt_hash_head *head; in btlog_copy_backtraces_for_elements() local
|
| H A D | smr.c | 521 __smr_call_drain(smr_node_t head) in __smr_call_drain() 1511 mpsc_queue_chain_t head, tail, it; in __smr_barrier_drain() local 1712 smr_node_t head; in __smr_worker_drain_one() local 2644 __smr_shash_bucket_init(hw_lck_ptr_t *head) in __smr_shash_bucket_init() 2650 __smr_shash_bucket_destroy(hw_lck_ptr_t *head) in __smr_shash_bucket_destroy() 2660 hw_lck_ptr_t *head, in __smr_shash_entered_find_slow() 2777 hw_lck_ptr_t *head; in __smr_shash_entered_get_or_insert() local 2843 hw_lck_ptr_t *head; in __smr_shash_entered_mut_begin() local 3004 hw_lck_ptr_t *head; in __smr_shash_rehash_with_target() local
|
| H A D | exclaves_resource.c | 206 queue_head_t *head = get_bucket(table, key, key_len); in table_put() local 216 const queue_head_t *head = get_bucket(table, key, key_len); variable 221 qe_foreach_element(elem, head, i_chain) { in qe_foreach_element() argument 270 const queue_head_t *head = &table->t_buckets[i]; variable 273 qe_foreach_element(elem, head, i_chain) { in qe_foreach_element() argument
|
| H A D | startup.c | 446 struct event_hdr *head = hdr->next; in event_register_handler() local
|
| /xnu-11417.101.15/bsd/netinet6/ |
| H A D | in6_pcb.c | 1126 struct inpcbhead *__single head = pcbinfo->ipi_listhead; in in6_pcbnotify() local 1243 struct inpcbhead *__single head; in in6_pcblookup_local() local 1376 struct inpcbhead *__single head; in in6_pcblookup_hash_exists() local 1493 struct inpcbhead *__single head; in in6_pcblookup_hash_locked() local
|
| /xnu-11417.101.15/tools/lldbmacros/ |
| H A D | scheduler.py | 779 def dump_mpsc_thread_queue(name, head): argument 789 def dump_thread_exception_queue(name, head): argument
|
| /xnu-11417.101.15/iokit/IOKit/ |
| H A D | IODataQueueShared.h | 59 volatile UInt32 head; member
|
| /xnu-11417.101.15/osfmk/vm/ |
| H A D | vm_page.h | 557 #define vm_page_queue_enter(head, elt, field) \ argument 630 #define vm_page_queue_enter_first(head, elt, field) \ argument 661 #define vm_page_queue_remove(head, elt, field) \ argument 698 #define vm_page_queue_remove_first(head, entry, field) \ argument 732 #define vm_page_queue_remove_first_with_clump(head, entry, end) \ argument 844 #define vm_page_queue_iterate(head, elt, field) \ argument
|
| /xnu-11417.101.15/osfmk/mach/ |
| H A D | vm_reclaim_private.h | 48 _Atomic mach_vm_reclaim_id_t head; member
|
| /xnu-11417.101.15/bsd/security/audit/ |
| H A D | audit_mac.c | 109 struct mac_audit_record *head, *next; in audit_mac_free() local
|
| /xnu-11417.101.15/bsd/net/pktsched/ |
| H A D | pktsched_fq_codel.c | 241 int64_t byte_limit, uint32_t pkt_limit, classq_pkt_t *head, in fq_getq_flow_kpkt() 300 int64_t byte_limit, uint32_t pkt_limit, classq_pkt_t *head, in fq_getq_flow_mbuf() 522 fq_if_enqueue_classq(struct ifclassq *ifq, classq_pkt_t *head, in fq_if_enqueue_classq() 653 fq_dqlist_remove(flowq_dqlist_t *fq_dqlist_head, fq_t *fq, classq_pkt_t *head, in fq_dqlist_remove() 694 fq_dqlist_get_packet_list(flowq_dqlist_t *fq_dqlist_head, classq_pkt_t *head, in fq_dqlist_get_packet_list() 934 classq_pkt_t head = CLASSQ_PKT_INITIALIZER(head); in fq_if_dequeue_classq_multi_common() local 1153 classq_pkt_t head = CLASSQ_PKT_INITIALIZER(head); in fq_if_dequeue_sc_classq_multi_separate() local 2157 classq_pkt_t *head, *tail; in fq_if_dequeue() local
|
| /xnu-11417.101.15/bsd/nfs/ |
| H A D | nfs_gss.c | 351 struct nfs_gss_svc_ctx_hashhead *head; in nfs_gss_svc_ctx_find() local 404 struct nfs_gss_svc_ctx_hashhead *head; in nfs_gss_svc_ctx_insert() local 1326 struct nfs_gss_svc_ctx_hashhead *head; in nfs_gss_svc_cleanup() local
|
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | kpi_ipfilter.c | 154 struct ipfilter_list *head, in ipf_add() 256 struct ipfilter_list *head; in ipf_remove() local
|
| H A D | ip_dummynet.c | 866 transmit_event(struct dn_pipe *pipe, struct mbuf **head, struct mbuf **tail) in transmit_event() 957 ready_event(struct dn_flow_queue *q, struct mbuf **head, struct mbuf **tail) in ready_event() 1025 ready_event_wfq(struct dn_pipe *p, struct mbuf **head, struct mbuf **tail) in ready_event_wfq() 1165 struct mbuf * __single head = NULL, * __single tail = NULL; in dummynet() local 1646 struct mbuf *__single head = NULL, *__single tail = NULL; in dummynet_io() local
|
| H A D | ip_dummynet.h | 271 struct mbuf *head, *tail; /* queue of packets */ member 386 struct mbuf *head, *tail; /* packets in delay line */ member 436 user32_addr_t head, tail; /* queue of packets */ member 523 user32_addr_t head, tail; /* packets in delay line */ member 561 user64_addr_t head, tail; /* queue of packets */ member 648 user64_addr_t head, tail; /* packets in delay line */ member
|
| H A D | in_pcb.c | 2384 struct inpcbhead *head; in in_pcblookup_local() local 2474 struct inpcbhead *head; in in_pcblookup_hash_exists() local 2604 struct inpcbhead *head; in in_pcblookup_hash_locked() local 2877 struct inpcbhead *head; in in_pcbrehash() local 4389 inp_copy_last_owner(struct socket *so, struct socket *head) in inp_copy_last_owner()
|
| /xnu-11417.101.15/iokit/Kernel/ |
| H A D | IODataQueue.cpp | 165 UInt32 head; in enqueue() local
|
| /xnu-11417.101.15/bsd/skywalk/packet/ |
| H A D | packet_queue.h | 150 #define KPKTQ_LAST(head) \ argument
|
| /xnu-11417.101.15/san/tools/ |
| H A D | ksancov.c | 157 size_t head = ksancov_trace_head(state->ks_trace); in ksancov_print_state() local
|
| /xnu-11417.101.15/libkern/c++/ |
| H A D | priority_queue.cpp | 333 entry_t head = que->pq_root; member
|
| /xnu-11417.101.15/bsd/skywalk/nexus/ |
| H A D | nexus_mbq.h | 166 classq_pkt_t head, tail; in __nx_mbq_enq_multi() local
|