Home
last modified time | relevance | path

Searched refs:queue_head_t (Results 1 – 25 of 78) sorted by relevance

1234

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor_internal.h79 extern queue_head_t c_minor_list_head;
80 extern queue_head_t c_age_list_head;
81 extern queue_head_t c_major_list_head;
82 extern queue_head_t c_early_swapout_list_head;
83 extern queue_head_t c_regular_swapout_list_head;
84 extern queue_head_t c_late_swapout_list_head;
85 extern queue_head_t c_swappedout_list_head;
86 extern queue_head_t c_swappedout_sparse_list_head;
95 extern void c_seg_insert_into_q(queue_head_t *, c_segment_t);
H A Dvm_purgeable_internal.h60 queue_head_t objq[NUM_VOLATILE_GROUPS];
71 extern queue_head_t purgeable_nonvolatile_queue;
/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_inspection.h63 extern queue_head_t exclaves_inspection_queue_stackshot;
64 extern queue_head_t exclaves_inspection_queue_kperf;
H A Dhost_notify.c54 static queue_head_t host_notify_queue[HOST_NOTIFY_TYPE_MAX + 1] = {
152 queue_head_t send_queue = QUEUE_HEAD_INITIALIZER(send_queue); in host_notify_all()
H A Dsched_clutch.h148 queue_head_t scr_clutch_buckets;
246 queue_head_t scb_thread_timeshare_queue;
H A Daffinity.h49 queue_head_t aset_threads; /* threads in affinity set */
H A Dtask.h249 queue_head_t threads;
309 queue_head_t semaphore_list; /* list of owned semaphores */
499 queue_head_t task_watchers; /* app state watcher threads */
556 queue_head_t task_objq;
601 queue_head_t io_user_clients;
604 queue_head_t task_frozen_cseg_q; /* queue of csegs frozen to NAND */
1366 extern queue_head_t * task_io_user_clients(task_t task);
H A Dthread_call.c76 queue_head_t pending_queue;
79 queue_head_t delayed_queues[TCF_COUNT];
178 static queue_head_t thread_call_internal_queue;
326 static queue_head_t *
354 static queue_head_t *
773 queue_head_t *old_queue = thread_call_enqueue_deadline(call, group, flavor, deadline); in _delayed_call_enqueue()
798 queue_head_t *old_queue = thread_call_dequeue(call); in _call_dequeue()
887 queue_head_t *queue) in _cancel_func_from_queue()
2050 __assert_only queue_head_t *old_queue; in thread_call_delayed_timer()
H A Dprocessor.h377 extern queue_head_t tasks, threads, corpse_tasks;
385 extern queue_head_t terminated_tasks;
387 extern queue_head_t terminated_threads;
H A Dtimer_call.h76 queue_head_t *tc_queue;
H A Drestartable.c91 static queue_head_t rr_hash[RR_HASH_SIZE];
268 queue_head_t *head; in _restartable_ranges_create()
H A Dthread_call.h380 queue_head_t *tc_queue;
/xnu-12377.1.9/iokit/Kernel/
H A DIOPlatformActions.cpp80 static queue_head_t gActionQueues[kQueueCount];
87 iocpu_add_platform_action(queue_head_t * queue, iocpu_platform_action_entry_t * entry) in iocpu_add_platform_action()
108 iocpu_run_platform_actions(queue_head_t * queue, uint32_t first_priority, uint32_t last_priority, in iocpu_run_platform_actions()
284 queue_head_t * queue = &gActionQueues[qidx]; in IOInstallServicePlatformAction()
H A DIOServicePMPrivate.h181 queue_head_t RequestHead;
356 queue_head_t PMDriverCallQueue;
766 queue_head_t fQueue;
802 queue_head_t fWorkQueue;
814 bool checkRequestQueue( queue_head_t * queue, bool * empty );
837 queue_head_t fQueue;
H A DIOPMPowerStateQueue.h50 queue_head_t queueHead;
H A DIOKitKernelInternal.h91 extern queue_head_t gIOPageAllocList;
182 queue_head_t list;
H A DIOServicePrivate.h109 queue_head_t handlerInvocations;
131 queue_head_t handlerInvocations;
H A DIOInterruptAccounting.cpp45 queue_head_t gInterruptAccountingDataList;
/xnu-12377.1.9/osfmk/i386/
H A Diopb.h87 queue_head_t io_port_list; /* list of mapped IO ports */
H A Dpanic_hooks.c52 static queue_head_t panic_hooks;
/xnu-12377.1.9/osfmk/bank/
H A Dbank_internal.h72queue_head_t bt_accounts_to_pay; /* List of accounts worked for me and need to p…
73queue_head_t bt_accounts_to_charge; /* List of accounts I did work and need to char…
/xnu-12377.1.9/osfmk/ipc/
H A Dipc_importance.h65 queue_head_t iie_kmsgs; /* list of kmsgs inheriting from this */
109 queue_head_t iit_inherits; /* list of inherit elems hung off this */
/xnu-12377.1.9/iokit/IOKit/
H A DIOCommandPool.h83 queue_head_t fQueueHead; /* head of the queue of elements available */
H A DIODMAEventSource.h79 queue_head_t dmaCommandsCompleted;
/xnu-12377.1.9/tests/
H A Dqueue.c40 static queue_head_t head;

1234