| /xnu-11215/tests/ |
| H A D | queue.c | 49 queue_enter(&head, e, struct qe_t2 *, link); 71 queue_enter(&head, &elems[0], struct qe_t2 *, link); 77 queue_enter(&head, &elems[2], struct qe_t2 *, link);
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOInterruptAccounting.cpp | 67 queue_enter(&gInterruptAccountingDataList, data, IOInterruptAccountingData *, chain); in interruptAccountingDataAddToList()
|
| H A D | IOPMPowerStateQueue.cpp | 79 queue_enter(&queueHead, entry, PowerEventEntry *, chain); in submitPowerEvent()
|
| H A D | IODMAEventSource.cpp | 229 queue_enter(&dmaCommandsCompleted, dmaCommand, IODMACommand *, fCommandChain); in completeDMACommand()
|
| H A D | IOPlatformActions.cpp | 98 queue_enter(queue, entry, iocpu_platform_action_entry_t *, link); // at tail in iocpu_add_platform_action()
|
| H A D | IOKitDebug.cpp | 377 queue_enter(&gIOTrackingQ, queue, IOTrackingQueue *, link); in IOTrackingQueueAlloc() 524 queue_enter/*last*/ (&queue->sites[0], mem, IOTrackingUser *, link); in IOTrackingAddUser() 653 queue_enter/*last*/ (&site->instances, mem, IOTracking *, link); in IOTrackingAdd()
|
| H A D | IOServicePM.cpp | 8579 queue_enter(&fPMDriverCallQueue, entry, IOPMDriverCallEntry *, link); in assertPMDriverCall() 8946 queue_enter(&fQueue, request, typeof(request), fCommandChain); in queuePMRequest() 8965 queue_enter(&fQueue, next, typeof(next), fCommandChain); in queuePMRequestChain() 9076 queue_enter(requestQueue, request, typeof(request), fCommandChain); in queuePMRequest() 9085 queue_enter(&fWorkQueue, pwrMgt, typeof(pwrMgt), WorkChain); in queuePMRequest() 9296 queue_enter(&fQueue, request, typeof(request), fCommandChain); in queuePMRequest()
|
| H A D | IOService.cpp | 1805 queue_enter( &gArbitrationLockQueueWaiting, in lockForArbitration() 1904 queue_enter( &gArbitrationLockQueueActive, in lockForArbitration() 1909 queue_enter( &gArbitrationLockQueueFree, in lockForArbitration() 1959 queue_enter( &gArbitrationLockQueueFree, in unlockForArbitration() 1990 queue_enter( &gArbitrationLockQueueActive, in unlockForArbitration() 2112 queue_enter( ¬ify->handlerInvocations, &invocation, in messageClient() 3792 queue_enter( ¬ify->handlerInvocations, &invocation, in invokeNotifier()
|
| H A D | IOLib.cpp | 891 queue_enter( &gIOMallocContiguousEntries, entry, in IOMallocContiguous()
|
| /xnu-11215/osfmk/kern/ |
| H A D | affinity.c | 456 queue_enter(&aset->aset_threads, in affinity_set_add() 581 queue_enter(&aspc->aspc_affinities, in affinity_set_place()
|
| H A D | queue.h | 828 #define queue_enter(head, elt, type, field) \ macro
|
| H A D | thread.c | 1091 queue_enter(&terminated_threads, thread, thread_t, threads); in thread_terminate_queue_invoke() 1552 queue_enter(&parent_task->threads, new_thread, thread_t, task_threads); in thread_create_internal() 1558 queue_enter(&threads, new_thread, thread_t, threads); in thread_create_internal()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_purgeable.c | 784 queue_enter(&purgeable_nonvolatile_queue, object, in vm_purgeable_object_find_and_lock() 1037 queue_enter(&queue->objq[group], object, vm_object_t, objq); /* last to die */ in vm_purgeable_object_add() 1104 queue_enter(&purgeable_nonvolatile_queue, object, in vm_purgeable_object_remove() 1317 queue_enter(&purgeable_nonvolatile_queue, object, in vm_purgeable_queue_purge_task_owned() 1427 queue_enter(&purgeable_nonvolatile_queue, object, in vm_purgeable_nonvolatile_enqueue()
|
| H A D | vm_object_xnu.h | 443 queue_enter(&vm_objects_wired, (object), \
|
| H A D | vm_compressor.c | 1461 queue_enter(&c_minor_list_head, c_seg, c_segment_t, c_list); in c_seg_need_delayed_compaction() 1681 queue_enter(&new_owner_task->task_frozen_cseg_q, c_seg, in c_seg_update_task_owner() 1894 queue_enter(&c_filling_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() 1905 queue_enter(&c_age_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() 1941 queue_enter(list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() 1979 queue_enter(list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() 1990 queue_enter(&c_swapio_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() 2001 queue_enter(&c_swappedout_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() 2012 queue_enter(&c_swappedout_sparse_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() 2025 queue_enter(&c_major_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state() [all …]
|
| H A D | vm_page.h | 780 #define vm_page_queue_enter(h, e, f) queue_enter(h, e, vm_page_t, f)
|
| H A D | vm_compressor_backing_store.c | 1601 queue_enter(&swf_global_queue, swf, struct swapfile*, swp_queue); in vm_swap_create_file()
|
| H A D | vm_pageout.c | 5960 queue_enter(&object->uplq, upl, upl_t, uplq); 8196 queue_enter(&object->uplq, upl, upl_t, uplq); 8933 queue_enter(&object2->uplq, upl1, upl_t, uplq); 8936 queue_enter(&object1->uplq, upl2, upl_t, uplq);
|
| /xnu-11215/osfmk/i386/ |
| H A D | panic_hooks.c | 76 queue_enter(&panic_hooks, hook, struct panic_hook *, chain); in panic_hook()
|
| H A D | mp.c | 1173 queue_enter(&cqp->queue, callp, typeof(callp), link); in mp_call_enqueue_locked()
|
| /xnu-11215/osfmk/ipc/ |
| H A D | ipc_importance.c | 191 queue_enter(&link_elem->iie_kmsgs, kmsg, ipc_kmsg_t, ikm_inheritance); in ipc_importance_kmsg_link() 250 queue_enter(&link_task->iit_inherits, inherit, in ipc_importance_inherit_link() 755 queue_enter(propagation, temp_task_imp, ipc_importance_task_t, iit_props); in ipc_importance_task_propagate_helper() 821 queue_enter(propagation, temp_task_imp, ipc_importance_task_t, iit_props); in ipc_importance_task_propagate_helper() 914 queue_enter(&second_chance, task_imp, in ipc_importance_task_process_updates() 1052 queue_enter(&ipc_importance_delayed_drop_queue, task_imp, in ipc_importance_task_delayed_drop() 1110 queue_enter(&propagate, task_imp, ipc_importance_task_t, iit_props); in ipc_importance_task_propagate_assertion_locked() 1152 queue_enter(&updates, temp_task_imp, in ipc_importance_task_propagate_assertion_locked() 1993 queue_enter(&global_iit_alloc_queue, task_elem, ipc_importance_task_t, iit_allocation); in ipc_importance_for_task()
|
| H A D | ipc_eventlink.c | 151 queue_enter(&ipc_eventlink_list, ipc_eventlink_base, in ipc_eventlink_alloc()
|
| /xnu-11215/osfmk/bank/ |
| H A D | bank.c | 997 queue_enter(&bank_tasks_list, new_bank_task, bank_task_t, bt_global_elt); in bank_task_alloc_init() 1106 …queue_enter(&bank_holder->bt_accounts_to_pay, new_bank_account, bank_account_t, ba_next_acc_to_pay… in bank_account_alloc_init() 1109 …queue_enter(&bank_merchant->bt_accounts_to_charge, new_bank_account, bank_account_t, ba_next_acc_t… in bank_account_alloc_init() 1134 queue_enter(&bank_accounts_list, new_bank_account, bank_account_t, ba_global_elt); in bank_account_alloc_init()
|
| /xnu-11215/osfmk/corpses/ |
| H A D | corpse.c | 360 queue_enter(&corpse_tasks, corpse_task, task_t, corpse_tasks); in task_add_to_corpse_task_list()
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | queue_implementation.h | 828 #define queue_enter(head, elt, type, field) \ macro
|