Home
last modified time | relevance | path

Searched refs:queue_remove_first (Results 1 – 16 of 16) sorted by relevance

/xnu-10063.141.1/iokit/Kernel/
H A DIOPMPowerStateQueue.cpp94 queue_remove_first(&queueHead, entry, PowerEventEntry *, chain); in checkForWork()
H A DIOCommandPool.cpp188 queue_remove_first(&fQueueHead, in gatedGetCommand()
H A DIODMAEventSource.cpp210 queue_remove_first(&dmaCommandsCompleted, dmaCommand, IODMACommand *, fCommandChain); in checkForWork()
H A DIOKitDebug.cpp859 queue_remove_first(&queue->sites[idx], user, IOTrackingUser *, link); in IOTrackingReset()
862 queue_remove_first(&queue->sites[idx], site, IOTrackingCallSite *, link); in IOTrackingReset()
865 queue_remove_first(&site->instances, tracking, IOTracking *, link); in IOTrackingReset()
H A DIOServicePM.cpp8858 queue_remove_first(&fQueue, request, typeof(request), fCommandChain); in checkForWork()
8995 queue_remove_first(requestQueue, request, typeof(request), fCommandChain); in checkRequestQueue()
H A DIOPMrootDomain.cpp2289 queue_remove_first(&aggressivesQueue, request, AggressivesRequest *, chain); in handleAggressivesRequests()
2423 queue_remove_first(joinedQueue, request, AggressivesRequest *, chain); in synchronizeAggressives()
H A DIOService.cpp1665 queue_remove_first( &gArbitrationLockQueueFree, in lockForArbitration()
/xnu-10063.141.1/osfmk/kern/
H A Dqueue.h941 #define queue_remove_first(head, entry, type, field) \ macro
H A Dtask_policy.c3249 queue_remove_first(&queue, twp, task_watch_t *, tw_links); in task_removewatchers()
/xnu-10063.141.1/osfmk/i386/
H A Dmp.c1137 queue_remove_first(&cqp->queue, callp, typeof(callp), link); in mp_call_alloc()
1162 queue_remove_first(&cqp->queue, callp, typeof(callp), link); in mp_call_dequeue_locked()
/xnu-10063.141.1/osfmk/vm/
H A Dvm_fourk_pager.c620 queue_remove_first(&trim_queue, in fourk_pager_trim()
H A Dvm_apple_protect.c1422 queue_remove_first(&trim_queue, in apple_protect_pager_trim()
H A Dvm_shared_region_pager.c1377 queue_remove_first(&trim_queue, in shared_region_pager_trim()
H A Dvm_page.h1044 #define vm_page_queue_remove_first(h, e, f) queue_remove_first(h, e, vm_page_t, f)
H A Dvm_object.c1828 queue_remove_first(&vm_object_reaper_queue, in vm_object_reaper_thread()
7993 queue_remove_first(&io_reprioritize_list, req, io_reprioritize_req_t, io_reprioritize_list);
/xnu-10063.141.1/osfmk/ipc/
H A Dipc_importance.c1122 queue_remove_first(&propagate, temp_task_imp, ipc_importance_task_t, iit_props); in ipc_importance_task_propagate_assertion_locked()