Home
last modified time | relevance | path

Searched refs:queue_enter (Results 1 – 25 of 34) sorted by relevance

12

/xnu-8020.101.4/iokit/Kernel/
H A DIOInterruptAccounting.cpp67 queue_enter(&gInterruptAccountingDataList, data, IOInterruptAccountingData *, chain); in interruptAccountingDataAddToList()
H A DIOPMPowerStateQueue.cpp79 queue_enter(&queueHead, entry, PowerEventEntry *, chain); in submitPowerEvent()
H A DIODMAEventSource.cpp229 queue_enter(&dmaCommandsCompleted, dmaCommand, IODMACommand *, fCommandChain); in completeDMACommand()
H A DIOPlatformActions.cpp98 queue_enter(queue, entry, iocpu_platform_action_entry_t *, link); // at tail in iocpu_add_platform_action()
H A DIOKitDebug.cpp376 queue_enter(&gIOTrackingQ, queue, IOTrackingQueue *, link); in IOTrackingQueueAlloc()
523 queue_enter/*last*/ (&queue->sites[0], mem, IOTrackingUser *, link); in IOTrackingAddUser()
641 queue_enter/*last*/ (&site->instances, mem, IOTracking *, link); in IOTrackingAdd()
H A DIOServicePM.cpp8264 queue_enter(&fPMDriverCallQueue, entry, IOPMDriverCallEntry *, link); in assertPMDriverCall()
8626 queue_enter(&fQueue, request, typeof(request), fCommandChain); in queuePMRequest()
8645 queue_enter(&fQueue, next, typeof(next), fCommandChain); in queuePMRequestChain()
8756 queue_enter(requestQueue, request, typeof(request), fCommandChain); in queuePMRequest()
8765 queue_enter(&fWorkQueue, pwrMgt, typeof(pwrMgt), WorkChain); in queuePMRequest()
8972 queue_enter(&fQueue, request, typeof(request), fCommandChain); in queuePMRequest()
H A DIOService.cpp1754 queue_enter( &gArbitrationLockQueueWaiting, in lockForArbitration()
1858 queue_enter( &gArbitrationLockQueueActive, in lockForArbitration()
1863 queue_enter( &gArbitrationLockQueueFree, in lockForArbitration()
1913 queue_enter( &gArbitrationLockQueueFree, in unlockForArbitration()
1939 queue_enter( &gArbitrationLockQueueActive, in unlockForArbitration()
2052 queue_enter( &notify->handlerInvocations, &invocation, in messageClient()
3711 queue_enter( &notify->handlerInvocations, &invocation, in invokeNotifier()
H A DIOLib.cpp804 queue_enter( &gIOMallocContiguousEntries, entry, in IOMallocContiguous()
/xnu-8020.101.4/osfmk/kern/
H A Daffinity.c456 queue_enter(&aset->aset_threads, in affinity_set_add()
581 queue_enter(&aspc->aspc_affinities, in affinity_set_place()
H A Dqueue.h773 #define queue_enter(head, elt, type, field) \ macro
H A Dthread.c989 queue_enter(&terminated_threads, thread, thread_t, threads); in thread_terminate_queue_invoke()
1444 queue_enter(&parent_task->threads, new_thread, thread_t, task_threads); in thread_create_internal()
1450 queue_enter(&threads, new_thread, thread_t, threads); in thread_create_internal()
H A Dsched_multiq.c417 queue_enter(&sched_groups, sched_group, sched_group_t, sched_groups); in sched_group_create()
/xnu-8020.101.4/osfmk/vm/
H A Dvm_purgeable.c800 queue_enter(&purgeable_nonvolatile_queue, object, in vm_purgeable_object_find_and_lock()
1057 queue_enter(&queue->objq[group], object, vm_object_t, objq); /* last to die */ in vm_purgeable_object_add()
1125 queue_enter(&purgeable_nonvolatile_queue, object, in vm_purgeable_object_remove()
1339 queue_enter(&purgeable_nonvolatile_queue, object, in vm_purgeable_queue_purge_task_owned()
1449 queue_enter(&purgeable_nonvolatile_queue, object, in vm_purgeable_nonvolatile_enqueue()
H A Dvm_compressor.c1112 queue_enter(&c_minor_list_head, c_seg, c_segment_t, c_list); in c_seg_need_delayed_compaction()
1160 queue_enter(qhead, c_seg, c_segment_t, c_age_list); in c_seg_insert_into_q()
1172 queue_enter(qhead, c_seg, c_segment_t, c_age_list); in c_seg_insert_into_q()
1356 queue_enter(&new_owner_task->task_frozen_cseg_q, c_seg, in c_seg_update_task_owner()
1515 queue_enter(&c_filling_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state()
1525 queue_enter(&c_age_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state()
1544 queue_enter(&c_swappedin_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state()
1555 queue_enter(&c_swapout_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state()
1566 queue_enter(&c_swapio_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state()
1577 queue_enter(&c_swappedout_list_head, c_seg, c_segment_t, c_age_list); in c_seg_switch_state()
[all …]
H A Dvm_object.h457 queue_enter(&vm_objects_wired, (object), \
H A Dvm_object.c994 queue_enter(&vm_object_cached_list, object, vm_object_t, cached_list); in vm_object_cache_add()
1817 queue_enter(&vm_object_reaper_queue, object, in vm_object_reap_async()
7850 queue_enter(&io_reprioritize_list, req, io_reprioritize_req_t, io_reprioritize_list); in vm_page_request_reprioritize()
7962 queue_enter(&io_reprioritize_list, req, io_reprioritize_req_t, io_reprioritize_list); in vm_decmp_upl_reprioritize()
8544 queue_enter(&new_owner->task_objq, object, in vm_object_ownership_change()
H A Dvm_page.h1026 #define vm_page_queue_enter(h, e, f) queue_enter(h, e, vm_page_t, f)
/xnu-8020.101.4/osfmk/i386/
H A Dpanic_hooks.c76 queue_enter(&panic_hooks, hook, struct panic_hook *, chain); in panic_hook()
H A Dmp.c1175 queue_enter(&cqp->queue, callp, typeof(callp), link); in mp_call_enqueue_locked()
/xnu-8020.101.4/osfmk/ipc/
H A Dipc_importance.c191 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()
745 queue_enter(propagation, temp_task_imp, ipc_importance_task_t, iit_props); in ipc_importance_task_propagate_helper()
808 queue_enter(propagation, temp_task_imp, ipc_importance_task_t, iit_props); in ipc_importance_task_propagate_helper()
901 queue_enter(&second_chance, task_imp, in ipc_importance_task_process_updates()
1036 queue_enter(&ipc_importance_delayed_drop_queue, task_imp, in ipc_importance_task_delayed_drop()
1094 queue_enter(&propagate, task_imp, ipc_importance_task_t, iit_props); in ipc_importance_task_propagate_assertion_locked()
1136 queue_enter(&updates, temp_task_imp, in ipc_importance_task_propagate_assertion_locked()
1974 queue_enter(&global_iit_alloc_queue, task_elem, ipc_importance_task_t, iit_allocation); in ipc_importance_for_task()
H A Dipc_eventlink.c151 queue_enter(&ipc_eventlink_list, ipc_eventlink_base, in ipc_eventlink_alloc()
H A Dipc_voucher.c1614 queue_enter(&ivht_bucket[hash], new_iv, ipc_voucher_t, iv_hash_link); in iv_dedup()
3038 queue_enter(&user_data_bucket[hash], alloc, user_data_element_t, e_hash_link); in user_data_dedup()
/xnu-8020.101.4/osfmk/bank/
H A Dbank.c947 queue_enter(&bank_tasks_list, new_bank_task, bank_task_t, bt_global_elt); in bank_task_alloc_init()
1071queue_enter(&bank_holder->bt_accounts_to_pay, new_bank_account, bank_account_t, ba_next_acc_to_pay… in bank_account_alloc_init()
1074queue_enter(&bank_merchant->bt_accounts_to_charge, new_bank_account, bank_account_t, ba_next_acc_t… in bank_account_alloc_init()
1099 queue_enter(&bank_accounts_list, new_bank_account, bank_account_t, ba_global_elt); in bank_account_alloc_init()
/xnu-8020.101.4/osfmk/corpses/
H A Dcorpse.c341 queue_enter(&corpse_tasks, corpse_task, task_t, corpse_tasks); in task_add_to_corpse_task_list()
/xnu-8020.101.4/iokit/DriverKit/
H A Dqueue_implementation.h773 #define queue_enter(head, elt, type, field) \ macro

12