Home
last modified time | relevance | path

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

123

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor.h401 extern queue_head_t c_minor_list_head;
402 extern queue_head_t c_age_list_head;
403 extern queue_head_t c_swapout_list_head;
404 extern queue_head_t c_swappedout_list_head;
405 extern queue_head_t c_swappedout_sparse_list_head;
421 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;
/xnu-8020.101.4/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;
350 queue_head_t PMDriverCallQueue;
734 queue_head_t fQueue;
770 queue_head_t fWorkQueue;
782 bool checkRequestQueue( queue_head_t * queue, bool * empty );
805 queue_head_t fQueue;
H A DIOKitKernelInternal.h90 extern queue_head_t gIOPageAllocList;
177 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.cpp253 queue_head_t sites[];
266 queue_head_t instances;
299 queue_head_t gIOTrackingQ;
359 queue = kalloc_type(IOTrackingQueue, queue_head_t, numSiteQs, Z_WAITOK_ZERO); in IOTrackingQueueAlloc()
401 kfree_type(IOTrackingQueue, queue_head_t, queue->numSiteQs, queue); in IOTrackingQueueFree()
553 queue_head_t * que; in IOTrackingAdd()
/xnu-8020.101.4/osfmk/kern/
H A Dsched.h252 queue_head_t pri_queue; /* runnable RT threads for this priority */
299 queue_head_t clients;
313 queue_head_t sorted_group_list;
H A Dhost_notify.c52 static queue_head_t host_notify_queue[HOST_NOTIFY_TYPE_MAX + 1];
143 queue_head_t send_queue; in host_notify_all()
H A Dsched_clutch.h159 queue_head_t scr_clutch_buckets;
271 queue_head_t scb_thread_timeshare_queue;
H A Dtask.h194 queue_head_t threads;
245 queue_head_t semaphore_list; /* list of owned semaphores */
398 queue_head_t task_watchers; /* app state watcher threads */
463 queue_head_t task_objq;
511 queue_head_t io_user_clients;
517 queue_head_t task_frozen_cseg_q; /* queue of csegs frozen to NAND */
1159 extern queue_head_t * task_io_user_clients(task_t task);
H A Daffinity.h49 queue_head_t aset_threads; /* threads in affinity set */
H A Dthread_call.c76 queue_head_t pending_queue;
79 queue_head_t delayed_queues[TCF_COUNT];
175 static queue_head_t thread_call_internal_queue;
311 static queue_head_t *
338 static queue_head_t *
749 queue_head_t *old_queue = thread_call_enqueue_deadline(call, group, flavor, deadline); in _delayed_call_enqueue()
774 queue_head_t *old_queue = thread_call_dequeue(call); in _call_dequeue()
863 queue_head_t *queue) in _cancel_func_from_queue()
1943 __assert_only queue_head_t *old_queue; in thread_call_delayed_timer()
H A Dprocessor.h312 extern queue_head_t tasks, threads, corpse_tasks;
320 extern queue_head_t terminated_tasks;
322 extern queue_head_t terminated_threads;
H A Drestartable.c90 static queue_head_t rr_hash[RR_HASH_SIZE];
267 queue_head_t *head; in _restartable_ranges_create()
H A Dtimer_call.h76 queue_head_t *tc_queue;
H A Dthread_call.h378 queue_head_t *tc_queue;
H A Dprocessor.c119 queue_head_t tasks;
120 queue_head_t terminated_tasks; /* To be used ONLY for stackshot. */
121 queue_head_t corpse_tasks;
124 queue_head_t threads;
125 queue_head_t terminated_threads;
/xnu-8020.101.4/osfmk/bank/
H A Dbank_internal.h70queue_head_t bt_accounts_to_pay; /* List of accounts worked for me and need to p…
71queue_head_t bt_accounts_to_charge; /* List of accounts I did work and need to char…
/xnu-8020.101.4/osfmk/i386/
H A Diopb.h87 queue_head_t io_port_list; /* list of mapped IO ports */
/xnu-8020.101.4/osfmk/ipc/
H A Dipc_importance.h64 queue_head_t iie_kmsgs; /* list of kmsgs inheriting from this */
107 queue_head_t iit_inherits; /* list of inherit elems hung off this */
/xnu-8020.101.4/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;

123