Home
last modified time | relevance | path

Searched refs:queue_chain_t (Results 1 – 25 of 56) sorted by relevance

123

/xnu-11215.61.5/osfmk/bank/
H A Dbank_internal.h85 queue_chain_t bt_global_elt; /* Element on the global bank task chain */
140 queue_chain_t ba_next_acc_to_pay; /* Next account I need to pay to */
141 queue_chain_t ba_next_acc_to_charge; /* Next account I need to charge to */
146 queue_chain_t ba_global_elt; /* Element on the global account chain */
/xnu-11215.61.5/osfmk/ipc/
H A Dipc_importance.h111 queue_chain_t iit_updates; /* link on update chain */
112 queue_chain_t iit_props; /* link on propagation chain */
128 queue_chain_t iit_allocation; /* link on global iit allocation chain */
159 queue_chain_t iii_inheritance; /* inherited from link */
H A Dipc_kmsg.h146 queue_chain_t ikm_link;
149 queue_chain_t ikm_inheritance; /* inherited from link */
H A Dipc_eventlink.h82 queue_chain_t elb_global_elm; /* Global list of eventlinks */
/xnu-11215.61.5/osfmk/vm/
H A Dvm_object_xnu.h310 queue_chain_t cached_list; /* Attachment point for the
387 queue_chain_t objq; /* object queue - currently used for purgable queues */
388 queue_chain_t task_objq; /* objects owned by task - protected by task lock */
391 queue_chain_t wired_objq;
H A Dvm_compressor_xnu.h179 queue_chain_t c_age_list; /* chain of the main queue this c_segment is in */
180 queue_chain_t c_list; /* chain of c_minor_list_head, if c_on_minorcompact_q==1 */
183 queue_chain_t c_task_list_next_cseg;
H A Dvm_shared_region_xnu.h186 queue_chain_t sr_q;
/xnu-11215.61.5/tests/sched/sched_test_harness/shadow_headers/
H A Dmisc_needed_deps.c49 queue_chain_t runq_links; /* run queue links */
70 queue_chain_t th_clutch_timeshare_link;
/xnu-11215.61.5/iokit/IOKit/
H A DIOCommand.h78 queue_chain_t fCommandChain; /* used to queue commands */
H A DIOKitDebug.h251 queue_chain_t link;
268 queue_chain_t link;
H A DIOServicePM.h72 queue_chain_t link;
H A DIOInterruptAccountingPrivate.h150 queue_chain_t chain;
/xnu-11215.61.5/osfmk/kern/
H A Dsched_clutch.h243 queue_chain_t scb_listlink;
245 queue_chain_t scb_runqlink;
H A Dthread.h406 queue_chain_t runq_links; /* run queue links */
407 queue_chain_t wait_links; /* wait queue links */
439 queue_chain_t th_clutch_timeshare_link;
694 queue_chain_t affinity_threads;
767 queue_chain_t threads; /* global list of all threads */
770 queue_chain_t task_threads;
1042 queue_chain_t th_exclaves_inspection_queue_stackshot;
1045 queue_chain_t th_exclaves_inspection_queue_kperf;
H A Daffinity.h48 queue_chain_t aset_affinities; /* links affinities in group */
H A Dsync_sema.h53 queue_chain_t task_link; /* chain of semaphores owned by a task */
H A Dmach_node.h193 queue_chain_t links;// List of mnk_name_obj (See kern/queue.h "Method 1")
H A Dtimer_call.h77 queue_chain_t tc_qlink;
H A Dhost_notify.c41 queue_chain_t entries;
H A Dthread_call.h381 queue_chain_t tc_qlink;
/xnu-11215.61.5/iokit/Kernel/
H A DIOPMPowerStateQueue.h44 queue_chain_t chain;
H A DIOServicePrivate.h91 queue_chain_t link;
127 queue_chain_t chain;
/xnu-11215.61.5/bsd/vm/
H A Dvnode_pager.h71 queue_chain_t pf_chain; /* link to other paging files */
/xnu-11215.61.5/libkern/libkern/
H A DOSMalloc.h74 queue_chain_t OSMT_link;
/xnu-11215.61.5/tests/
H A Dqueue.c18 queue_chain_t link;

123