Searched refs:queue_t (Results 1 - 25 of 28) sorted by relevance

12

/darwin-on-arm/xnu/osfmk/kern/
H A Dqueue.c72 register queue_t que,
86 register queue_t que,
100 register queue_t que)
118 register queue_t que)
H A Dcall_entry.h68 queue_t queue)
70 queue_t old_queue = entry->queue;
86 queue_t old_queue = entry->queue;
102 queue_t old_queue = entry->queue;
H A Dwait_queue.c330 queue_t q;
421 queue_next(queue_prev((queue_t) (wqe))) == (queue_t)(wqe)), \
426 ((&(wqs)->wqs_setlinks == (queue_t)(wql)) ? \
427 (queue_t)(wql) : &(wql)->wql_setlinks)))
430 ((&(wqs)->wqs_setlinks == (queue_t)(wql)) ? \
431 (queue_t)(wql) : &(wql)->wql_setlinks)))
449 queue_t q2 = &(wq)->wq_queue; \
453 wqe2 = (wait_queue_element_t) queue_next((queue_t) wqe2); \
459 queue_t q
[all...]
H A Dqueue.h85 * Declare the queue as a "queue_t" type.
101 typedef struct queue_entry *queue_t; typedef in typeref:struct:queue_entry
122 queue_t que,
127 queue_t que,
132 queue_t que);
136 queue_t que);
166 queue_t que,
177 queue_t que,
188 queue_t que)
204 queue_t qu
[all...]
H A Dwait_queue.h344 queue_t links);
348 queue_t links);
H A Dhost_notify.c156 queue_t notify_queue = &host_notify_queue[notify_type];
H A Dsched_prim.c1674 register queue_t q;
1990 queue_t queue = rq->queues + rq->highq;
2730 queue_t queue = &fs_runq.queue;
2768 queue_t q;
2810 queue_t queue = rq->queues + rq->highq;
2848 queue_t queue = rq->queues + thread->sched_pri;
2940 queue_t queue = &rt_runq.queue;
3639 queue_t queue = rq->queues + rq->highq;
3775 queue_t q;
3859 queue_t
[all...]
H A Dsched_proto.c297 queue_t queue;
H A Dtimer_call.c73 #define QUEUE(x) ((queue_t)(x))
158 * cast between pointer types (mpqueue_head_t *) and (queue_t) so that
H A Dzalloc.c2192 queue_t tmp_elem;
2206 remqueue((queue_t) elem);
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_pset.h129 queue_t links);
H A Dipc_mqueue.h170 queue_t links);
175 queue_t links);
H A Dipc_mqueue.c182 queue_t links)
200 queue_t links)
733 queue_t q;
960 queue_t q;
H A Dipc_right.h182 queue_t links);
H A Dipc_pset.c250 queue_t links)
282 queue_t links = &link_data;
H A Dipc_port.h389 queue_t links);
H A Dipc_right.c629 queue_t links = &links_data;
766 queue_t links = &links_data;
1071 queue_t links = &links_data;
1591 queue_t links)
H A Dipc_object.c508 queue_t links = &links_data;
H A Dipc_port.c501 queue_t links)
H A Dmach_port.c1280 queue_t links = &links_data;
/darwin-on-arm/xnu/bsd/netat/
H A Dat_pcb.c141 insque((queue_t)pcb, (queue_t)head);
162 remque((queue_t)pcb);
/darwin-on-arm/xnu/libkern/c++/
H A DOSObject.cpp258 { (queue_t) &gOSObjectTrackList, (queue_t) &gOSObjectTrackList };
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_compat.h233 queue_t *qf_in;
234 queue_t *qf_out;
240 queue_t *qf_q; /* fr_qin and fr_qout to the packet processing. */
/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.c293 system_reservations = (queue_head_t*)kalloc(sizeof(queue_t));
746 static void pmc_internal_reservation_enqueue(queue_t queue, pmc_reservation_t resv) {
753 static void pmc_internal_reservation_dequeue(queue_t queue, pmc_reservation_t resv) {
804 static boolean_t pmc_internal_reservation_queue_contains_pmc(queue_t queue, pmc_reservation_t resv) {
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c289 queue_t queue;

Completed in 147 milliseconds

12