| /xnu-10063.141.1/iokit/Kernel/ |
| H A D | IOPlatformActions.cpp | 91 queue_iterate(queue, next, iocpu_platform_action_entry_t *, link) in iocpu_add_platform_action() 116 queue_iterate(queue, next, iocpu_platform_action_entry_t *, link) in iocpu_run_platform_actions() 292 queue_iterate(queue, entry, iocpu_platform_action_entry_t *, link) in IOInstallServicePlatformAction()
|
| H A D | IOKitDebug.cpp | 596 queue_iterate(que, site, IOTrackingCallSite *, link) in IOTrackingAdd() 778 queue_iterate(&queue->sites[idx], site, IOTrackingCallSite *, link) in IOTrackingFree() 1263 queue_iterate(&gIOTrackingQ, queue, IOTrackingQueue *, link) in IOTrackingDebug() 1308 queue_iterate(&queue->sites[idx], site, IOTrackingCallSite *, link) in IOTrackingDebug() 1311 queue_iterate(&site->instances, instance, IOTracking *, link) in IOTrackingDebug() 1348 queue_iterate(&queue->sites[qIdx], site, IOTrackingCallSite *, link) in IOTrackingDebug() 1367 queue_iterate(&site->instances, instance, IOTracking *, link) in IOTrackingDebug() 1437 queue_iterate(&queue->sites[qIdx], user, IOTrackingUser *, link) in IOTrackingDebug() 1490 queue_iterate(&gIOTrackingQ, queue, IOTrackingQueue *, link) in IOTrackingDebug()
|
| H A D | IOService.cpp | 1683 queue_iterate( &gArbitrationLockQueueActive, in lockForArbitration() 1707 queue_iterate( &gArbitrationLockQueueWaiting, in lockForArbitration() 1729 queue_iterate( &gArbitrationLockQueueActive, in lockForArbitration() 1827 queue_iterate( &gArbitrationLockQueueWaiting, in lockForArbitration() 1925 queue_iterate( &gArbitrationLockQueueActive, in unlockForArbitration() 1963 queue_iterate( &gArbitrationLockQueueWaiting, in unlockForArbitration() 2006 queue_iterate(&gArbitrationLockQueueActive, in isLockedForArbitration() 2409 queue_iterate( &handlerInvocations, next, in wait() 6975 queue_iterate( &handlerInvocations, next, in wait()
|
| H A D | IOLib.cpp | 915 queue_iterate( &gIOMallocContiguousEntries, entry, in IOFreeContiguous()
|
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | restartable.c | 306 queue_iterate(head, rr_found, struct restartable_ranges *, rr_link) { in _restartable_ranges_create() 650 queue_iterate(&task->threads, thread, thread_t, task_threads) { in task_restartable_ranges_synchronize() 662 queue_iterate(&task->threads, thread, thread_t, task_threads) { in task_restartable_ranges_synchronize()
|
| H A D | affinity.c | 297 queue_iterate(&aspc->aspc_affinities, in task_affinity_info() 509 queue_iterate(&space->aspc_affinities, in affinity_set_find() 545 queue_iterate(&aspc->aspc_affinities, in affinity_set_place()
|
| H A D | task.c | 670 queue_iterate(&task->threads, thread, thread_t, task_threads) { in task_set_64bit() 2446 queue_iterate(&corpse->threads, th_iter, thread_t, task_threads) in task_deliver_crash_notification() 2641 queue_iterate(&task->threads, th_iter, thread_t, task_threads) in task_clear_corpse() 2888 queue_iterate(&task->threads, thread, thread_t, task_threads) { in task_duplicate_map_and_threads() 3085 queue_iterate(&task->threads, thread, thread_t, task_threads) { in task_terminate_internal() 3256 queue_iterate(&tasks, task, task_t, tasks) { in tasks_system_suspend() 3328 queue_iterate(&task->threads, thread, thread_t, task_threads) { in task_start_halt_locked() 3352 queue_iterate(&task->threads, thread, thread_t, task_threads) in task_start_halt_locked() 3629 queue_iterate(&task->threads, thread, thread_t, task_threads) { in task_hold_locked() 3701 queue_iterate(&task->threads, thread, thread_t, task_threads) { in task_wait_locked() [all …]
|
| H A D | stack.c | 425 queue_iterate(&threads, thread, thread_t, threads) { in processor_set_stack_usage()
|
| H A D | task_policy.c | 1266 queue_iterate(&task->threads, thread, thread_t, task_threads) { in task_policy_update_internal_locked() 1378 queue_iterate(&task->threads, thread, thread_t, task_threads) { in task_sfi_reevaluate_cb() 2735 queue_iterate(&task->threads, thread, thread_t, task_threads) { in task_suspend_cpumon() 2777 queue_iterate(&task->threads, thread, thread_t, task_threads) { in task_enable_cpumon_locked() 3175 queue_iterate(&task->task_watchers, twp, task_watch_t *, tw_links) { in apply_appstate_watchers() 3237 queue_iterate(&queue, twp, task_watch_t *, tw_links) { in task_removewatchers()
|
| H A D | bsd_kern.c | 1035 queue_iterate(&task->threads, thread, thread_t, task_threads) { in fill_taskprocinfo() 1268 queue_iterate(&task->threads, thread, thread_t, task_threads) { in fill_task_qos_rusage()
|
| H A D | kern_stackshot.c | 3239 queue_iterate(&task->threads, thread, thread_t, task_threads) in kdp_stackshot_record_task() 3324 queue_iterate(&task->threads, thread, thread_t, task_threads) in kdp_stackshot_record_task() 3413 queue_iterate(&task->threads, thread, thread_t, task_threads) in kdp_stackshot_record_task() 3515 queue_iterate(&vm_shared_region_queue, in kdp_stackshot_shared_regions() 3782 queue_iterate(&tasks, task, task_t, tasks) in kdp_stackshot_kcdata_format() 3869 queue_iterate(&terminated_tasks, task, task_t, tasks) in kdp_stackshot_kcdata_format()
|
| H A D | queue.h | 1039 #define queue_iterate(head, elt, type, field) \ macro
|
| H A D | processor.c | 1388 queue_iterate(&threads, thread, thread_t, threads) { in processor_set_things() 1410 queue_iterate(&tasks, task, task_t, tasks) { in processor_set_things()
|
| /xnu-10063.141.1/osfmk/corpses/ |
| H A D | corpse.c | 388 queue_iterate(&corpse_tasks, task, task_t, corpse_tasks) { in task_purge_all_corpses() 414 queue_iterate(&corpse_tasks, task, task_t, corpse_tasks) { in find_corpse_task_by_uniqueid_grp() 473 queue_iterate(&new_task->threads, th_iter, thread_t, task_threads) in task_generate_corpse() 814 queue_iterate(&new_task->threads, thread_next, thread_t, task_threads) in task_generate_corpse_internal()
|
| /xnu-10063.141.1/osfmk/vm/ |
| H A D | vm_shared_region_pager.c | 168 queue_iterate(&shared_region_jop_key_queue, region, shared_region_jop_key_map_t, srk_queue) { in shared_region_find_key() 195 queue_iterate(&shared_region_jop_key_queue, region, shared_region_jop_key_map_t, srk_queue) { in shared_region_key_alloc() 258 queue_iterate(&shared_region_jop_key_queue, region, shared_region_jop_key_map_t, srk_queue) { in shared_region_key_dealloc() 1265 queue_iterate(&shared_region_pager_queue, pager, shared_region_pager_t, srp_queue) { in shared_region_pager_match() 1421 queue_iterate(&shared_region_pager_queue, pager, shared_region_pager_t, srp_queue) { in shared_region_pager_purge_all()
|
| H A D | vm_swapfile_pager.c | 704 queue_iterate(&swapfile_pager_queue, in swapfile_pager_create() 770 queue_iterate(&swapfile_pager_queue, in swapfile_pager_setup()
|
| H A D | vm_apple_protect.c | 1071 queue_iterate(&apple_protect_pager_queue, in apple_protect_pager_create() 1210 queue_iterate(&apple_protect_pager_queue, in apple_protect_pager_setup() 1512 queue_iterate(&apple_protect_pager_queue, pager, apple_protect_pager_t, pager_queue) { in apple_protect_pager_purge_all()
|
| H A D | vm_shared_region.c | 385 queue_iterate(&vm_shared_region_queue, in vm_shared_region_lookup() 3911 queue_iterate(&vm_shared_region_queue, shared_region, vm_shared_region_t, sr_q) { in vm_shared_region_pivot() 3972 queue_iterate(&vm_shared_region_queue, shared_region, vm_shared_region_t, sr_q) { in vm_shared_region_reslide_stale()
|
| H A D | vm_page.h | 1051 #define vm_page_queue_iterate(h, e, f) queue_iterate(h, e, vm_page_t, f)
|
| H A D | vm_dyld_pager.c | 1519 queue_iterate(&dyld_pager_queue, pager, dyld_pager_t, dyld_pager_queue) { in dyld_pager_purge_all()
|
| /xnu-10063.141.1/osfmk/kperf/ |
| H A D | pet.c | 379 queue_iterate(&(task->threads), thread, thread_t, task_threads) { in kppet_threads_prepare() 500 queue_iterate(&tasks, task, task_t, tasks) { in kppet_tasks_prepare()
|
| /xnu-10063.141.1/osfmk/i386/ |
| H A D | panic_hooks.c | 97 queue_iterate(&panic_hooks, hook, struct panic_hook *, chain) { in panic_check_hook()
|
| /xnu-10063.141.1/osfmk/kdp/ |
| H A D | user_core.c | 162 queue_iterate(&uccontext->task->threads, thread, thread_t, task_threads) { in user_dump_save_thread_state()
|
| /xnu-10063.141.1/osfmk/ipc/ |
| H A D | ipc_importance.c | 281 queue_iterate(&link_task->iit_inherits, inherit, in ipc_importance_inherit_find() 364 queue_iterate(&link_task->iit_kmsgs, temp_kmsg, ipc_kmsg_t, ikm_inheritance) in ipc_importance_release_locked() 368 queue_iterate(&link_task->iit_inherits, temp_inherit, in ipc_importance_release_locked() 712 queue_iterate(&task_imp->iit_kmsgs, temp_kmsg, ipc_kmsg_t, ikm_inheritance) { in ipc_importance_task_propagate_helper() 771 queue_iterate(&task_imp->iit_inherits, temp_inherit, ipc_importance_inherit_t, iii_inheritance) { in ipc_importance_task_propagate_helper() 3861 queue_iterate(&task_imp->iit_inherits, temp_inherit, ipc_importance_inherit_t, iii_inheritance) { in task_importance_list_pids() 3881 queue_iterate(&task_imp->iit_kmsgs, temp_kmsg, ipc_kmsg_t, ikm_inheritance) { in task_importance_list_pids()
|
| /xnu-10063.141.1/osfmk/bank/ |
| H A D | bank.c | 1086 queue_iterate(&bank_holder->bt_accounts_to_pay, bank_account, bank_account_t, ba_next_acc_to_pay) { in bank_account_alloc_init() 1509 queue_iterate(&bank_task->bt_accounts_to_pay, bank_account, bank_account_t, ba_next_acc_to_pay) { in bank_billed_balance() 1620 …queue_iterate(&bank_task->bt_accounts_to_charge, bank_account, bank_account_t, ba_next_acc_to_char… in bank_serviced_balance()
|