Home
last modified time | relevance | path

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

1234

/xnu-10063.141.1/osfmk/vm/
H A Dvm_compressor.h425 extern queue_head_t c_minor_list_head;
426 extern queue_head_t c_age_list_head;
427 extern queue_head_t c_major_list_head;
428 extern queue_head_t c_early_swapout_list_head;
429 extern queue_head_t c_regular_swapout_list_head;
430 extern queue_head_t c_late_swapout_list_head;
431 extern queue_head_t c_swappedout_list_head;
432 extern queue_head_t c_swappedout_sparse_list_head;
448 extern void c_seg_insert_into_q(queue_head_t *, c_segment_t);
H A Dvm_purgeable_internal.h59 queue_head_t objq[NUM_VOLATILE_GROUPS];
70 extern queue_head_t purgeable_nonvolatile_queue;
H A Dvm_compressor.c257 queue_head_t c_age_list_head;
258 queue_head_t c_early_swappedin_list_head, c_regular_swappedin_list_head, c_late_swappedin_list_h…
259 queue_head_t c_early_swapout_list_head, c_regular_swapout_list_head, c_late_swapout_list_head;
260 queue_head_t c_swapio_list_head;
261 queue_head_t c_swappedout_list_head;
262 queue_head_t c_swappedout_sparse_list_head;
263 queue_head_t c_major_list_head;
264 queue_head_t c_filling_list_head;
265 queue_head_t c_bad_list_head;
279 queue_head_t c_minor_list_head;
[all …]
/xnu-10063.141.1/osfmk/kern/
H A Dexclaves_inspection.h62 extern queue_head_t exclaves_inspection_queue_stackshot;
63 extern queue_head_t exclaves_inspection_queue_kperf;
H A Dsched.h270 queue_head_t pri_queue; /* runnable RT threads for this priority */
317 queue_head_t clients;
331 queue_head_t sorted_group_list;
H A Dhost_notify.c52 static queue_head_t host_notify_queue[HOST_NOTIFY_TYPE_MAX + 1] = {
147 queue_head_t send_queue = QUEUE_HEAD_INITIALIZER(send_queue); in host_notify_all()
H A Dsched_clutch.h142 queue_head_t scr_clutch_buckets;
240 queue_head_t scb_thread_timeshare_queue;
H A Daffinity.h49 queue_head_t aset_threads; /* threads in affinity set */
H A Dtask.h198 queue_head_t threads;
257 queue_head_t semaphore_list; /* list of owned semaphores */
447 queue_head_t task_watchers; /* app state watcher threads */
506 queue_head_t task_objq;
548 queue_head_t io_user_clients;
551 queue_head_t task_frozen_cseg_q; /* queue of csegs frozen to NAND */
1279 extern queue_head_t * task_io_user_clients(task_t task);
H A Dprocessor.h317 extern queue_head_t tasks, threads, corpse_tasks;
325 extern queue_head_t terminated_tasks;
327 extern queue_head_t terminated_threads;
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()
2037 __assert_only queue_head_t *old_queue; in thread_call_delayed_timer()
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()
/xnu-10063.141.1/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()
277 queue_head_t * queue = &gActionQueues[qidx]; in IOInstallServicePlatformAction()
H A DIOServicePMPrivate.h179 queue_head_t RequestHead;
353 queue_head_t PMDriverCallQueue;
746 queue_head_t fQueue;
782 queue_head_t fWorkQueue;
794 bool checkRequestQueue( queue_head_t * queue, bool * empty );
817 queue_head_t fQueue;
H A DIOKitKernelInternal.h90 extern queue_head_t gIOPageAllocList;
178 queue_head_t list;
H A DIOPMPowerStateQueue.h50 queue_head_t queueHead;
H A DIOServicePrivate.h110 queue_head_t handlerInvocations;
132 queue_head_t handlerInvocations;
H A DIOInterruptAccounting.cpp45 queue_head_t gInterruptAccountingDataList;
H A DIOKitDebug.cpp254 queue_head_t sites[];
267 queue_head_t instances;
300 queue_head_t gIOTrackingQ;
360 queue = kalloc_type(IOTrackingQueue, queue_head_t, numSiteQs, Z_WAITOK_ZERO); in IOTrackingQueueAlloc()
402 kfree_type(IOTrackingQueue, queue_head_t, queue->numSiteQs, queue); in IOTrackingQueueFree()
554 queue_head_t * que; in IOTrackingAdd()
/xnu-10063.141.1/osfmk/i386/
H A Diopb.h87 queue_head_t io_port_list; /* list of mapped IO ports */
/xnu-10063.141.1/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-10063.141.1/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-10063.141.1/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;

1234