| /xnu-8020.101.4/osfmk/vm/ |
| H A D | vm_compressor.h | 401 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 D | vm_purgeable_internal.h | 59 queue_head_t objq[NUM_VOLATILE_GROUPS]; 70 extern queue_head_t purgeable_nonvolatile_queue;
|
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IOPlatformActions.cpp | 80 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 D | IOServicePMPrivate.h | 179 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 D | IOKitKernelInternal.h | 90 extern queue_head_t gIOPageAllocList; 177 queue_head_t list;
|
| H A D | IOPMPowerStateQueue.h | 50 queue_head_t queueHead;
|
| H A D | IOServicePrivate.h | 110 queue_head_t handlerInvocations; 132 queue_head_t handlerInvocations;
|
| H A D | IOInterruptAccounting.cpp | 45 queue_head_t gInterruptAccountingDataList;
|
| H A D | IOKitDebug.cpp | 253 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 D | sched.h | 252 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 D | host_notify.c | 52 static queue_head_t host_notify_queue[HOST_NOTIFY_TYPE_MAX + 1]; 143 queue_head_t send_queue; in host_notify_all()
|
| H A D | sched_clutch.h | 159 queue_head_t scr_clutch_buckets; 271 queue_head_t scb_thread_timeshare_queue;
|
| H A D | task.h | 194 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 D | affinity.h | 49 queue_head_t aset_threads; /* threads in affinity set */
|
| H A D | thread_call.c | 76 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 D | processor.h | 312 extern queue_head_t tasks, threads, corpse_tasks; 320 extern queue_head_t terminated_tasks; 322 extern queue_head_t terminated_threads;
|
| H A D | restartable.c | 90 static queue_head_t rr_hash[RR_HASH_SIZE]; 267 queue_head_t *head; in _restartable_ranges_create()
|
| H A D | timer_call.h | 76 queue_head_t *tc_queue;
|
| H A D | thread_call.h | 378 queue_head_t *tc_queue;
|
| H A D | processor.c | 119 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 D | bank_internal.h | 70 …queue_head_t bt_accounts_to_pay; /* List of accounts worked for me and need to p… 71 …queue_head_t bt_accounts_to_charge; /* List of accounts I did work and need to char…
|
| /xnu-8020.101.4/osfmk/i386/ |
| H A D | iopb.h | 87 queue_head_t io_port_list; /* list of mapped IO ports */
|
| /xnu-8020.101.4/osfmk/ipc/ |
| H A D | ipc_importance.h | 64 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 D | IOCommandPool.h | 83 queue_head_t fQueueHead; /* head of the queue of elements available */
|
| H A D | IODMAEventSource.h | 79 queue_head_t dmaCommandsCompleted;
|