Home
last modified time | relevance | path

Searched refs:queue_iterate (Results 1 – 25 of 32) sorted by relevance

12

/xnu-10063.141.1/iokit/Kernel/
H A DIOPlatformActions.cpp91 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 DIOKitDebug.cpp596 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 DIOService.cpp1683 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 DIOLib.cpp915 queue_iterate( &gIOMallocContiguousEntries, entry, in IOFreeContiguous()
/xnu-10063.141.1/osfmk/kern/
H A Drestartable.c306 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 Daffinity.c297 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 Dtask.c670 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 Dstack.c425 queue_iterate(&threads, thread, thread_t, threads) { in processor_set_stack_usage()
H A Dtask_policy.c1266 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 Dbsd_kern.c1035 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 Dkern_stackshot.c3239 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 Dqueue.h1039 #define queue_iterate(head, elt, type, field) \ macro
H A Dprocessor.c1388 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 Dcorpse.c388 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 Dvm_shared_region_pager.c168 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 Dvm_swapfile_pager.c704 queue_iterate(&swapfile_pager_queue, in swapfile_pager_create()
770 queue_iterate(&swapfile_pager_queue, in swapfile_pager_setup()
H A Dvm_apple_protect.c1071 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 Dvm_shared_region.c385 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 Dvm_page.h1051 #define vm_page_queue_iterate(h, e, f) queue_iterate(h, e, vm_page_t, f)
H A Dvm_dyld_pager.c1519 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 Dpet.c379 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 Dpanic_hooks.c97 queue_iterate(&panic_hooks, hook, struct panic_hook *, chain) { in panic_check_hook()
/xnu-10063.141.1/osfmk/kdp/
H A Duser_core.c162 queue_iterate(&uccontext->task->threads, thread, thread_t, task_threads) { in user_dump_save_thread_state()
/xnu-10063.141.1/osfmk/ipc/
H A Dipc_importance.c281 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 Dbank.c1086 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()
1620queue_iterate(&bank_task->bt_accounts_to_charge, bank_account, bank_account_t, ba_next_acc_to_char… in bank_serviced_balance()

12