Searched refs:task_is_active (Results 1 – 5 of 5) sorted by relevance
355 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()
1269 extern boolean_t task_is_active(task_t task);
1014 task_is_active(task_t task) in task_is_active() function
272 boolean_t task_is_active(task_t);5014 task_active = task_is_active(new_task); in proc_exec_switch_task()
2821 if (addr && task_is_active(t) && !task_is_halting(t) && in filt_wlprocess()