Home
last modified time | relevance | path

Searched refs:task_is_active (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/osfmk/vm/
H A Dvm_reclaim.c355 if (!task_is_active(task) || task_is_halting(task)) { in vm_deferred_reclamation_buffer_init_internal()
621 if (task == TASK_NULL || !task_is_active(task) || task_is_halting(task)) { in reclaim_kill_with_reason()
1155 if (!task_is_active(task)) { in vm_deferred_reclamation_buffer_synchronize_internal()
1356 if (!task_is_active(task) || task_is_halting(task)) { in vm_deferred_reclamation_reclaim_from_task_sync()
1522 if (!task_is_halting(t) && task_is_active(t)) { in vm_deferred_reclamation_block_until_pid_has_been_reclaimed()
/xnu-11215/osfmk/kern/
H A Dtask.h1269 extern boolean_t task_is_active(task_t task);
H A Dtask.c1014 task_is_active(task_t task) in task_is_active() function
/xnu-11215/bsd/kern/
H A Dkern_exec.c272 boolean_t task_is_active(task_t);
5014 task_active = task_is_active(new_task); in proc_exec_switch_task()
H A Dkern_event.c2821 if (addr && task_is_active(t) && !task_is_halting(t) && in filt_wlprocess()