| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IOPMPowerStateQueue.cpp | 94 queue_remove_first(&queueHead, entry, PowerEventEntry *, chain); in checkForWork()
|
| H A D | IOCommandPool.cpp | 188 queue_remove_first(&fQueueHead, in gatedGetCommand()
|
| H A D | IODMAEventSource.cpp | 210 queue_remove_first(&dmaCommandsCompleted, dmaCommand, IODMACommand *, fCommandChain); in checkForWork()
|
| H A D | IOKitDebug.cpp | 797 queue_remove_first(&queue->sites[idx], user, IOTrackingUser *, link); in IOTrackingReset() 800 queue_remove_first(&queue->sites[idx], site, IOTrackingCallSite *, link); in IOTrackingReset() 803 queue_remove_first(&site->instances, tracking, IOTracking *, link); in IOTrackingReset()
|
| H A D | IOServicePM.cpp | 8671 queue_remove_first(&fQueue, request, typeof(request), fCommandChain); in checkForWork() 8808 queue_remove_first(requestQueue, request, typeof(request), fCommandChain); in checkRequestQueue()
|
| H A D | IOPMrootDomain.cpp | 2265 queue_remove_first(&aggressivesQueue, request, AggressivesRequest *, chain); in handleAggressivesRequests() 2399 queue_remove_first(joinedQueue, request, AggressivesRequest *, chain); in synchronizeAggressives()
|
| H A D | IOService.cpp | 1623 queue_remove_first( &gArbitrationLockQueueFree, in lockForArbitration()
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | queue.h | 962 #define queue_remove_first(head, entry, type, field) \ macro
|
| H A D | task_policy.c | 3199 queue_remove_first(&queue, twp, task_watch_t *, tw_links); in task_removewatchers()
|
| /xnu-8020.101.4/iokit/DriverKit/ |
| H A D | queue_implementation.h | 962 #define queue_remove_first(head, entry, type, field) \ macro
|
| /xnu-8020.101.4/osfmk/i386/ |
| H A D | mp.c | 1140 queue_remove_first(&cqp->queue, callp, typeof(callp), link); in mp_call_alloc() 1165 queue_remove_first(&cqp->queue, callp, typeof(callp), link); in mp_call_dequeue_locked()
|
| /xnu-8020.101.4/osfmk/vm/ |
| H A D | vm_fourk_pager.c | 653 queue_remove_first(&trim_queue, in fourk_pager_trim()
|
| H A D | vm_shared_region_pager.c | 1409 queue_remove_first(&trim_queue, in shared_region_pager_trim()
|
| H A D | vm_apple_protect.c | 1455 queue_remove_first(&trim_queue, in apple_protect_pager_trim()
|
| H A D | vm_page.h | 1029 #define vm_page_queue_remove_first(h, e, f) queue_remove_first(h, e, vm_page_t, f)
|
| H A D | vm_object.c | 1835 queue_remove_first(&vm_object_reaper_queue, in vm_object_reaper_thread() 8062 queue_remove_first(&io_reprioritize_list, req, io_reprioritize_req_t, io_reprioritize_list); in io_reprioritize_thread()
|
| /xnu-8020.101.4/osfmk/ipc/ |
| H A D | ipc_importance.c | 1106 queue_remove_first(&propagate, temp_task_imp, ipc_importance_task_t, iit_props); in ipc_importance_task_propagate_assertion_locked()
|