Searched refs:task_is_marked_importance_receiver (Results 1 – 2 of 2) sorted by relevance
348 extern boolean_t task_is_marked_importance_receiver(task_t task);
660 info->flags |= (task_is_marked_importance_receiver(task) ? TASK_IMP_RECEIVER : 0); in task_policy_get()3322 task_is_marked_importance_receiver(parent_task)) { in task_importance_init_from_parent()3441 task_is_marked_importance_receiver(task_t task) in task_is_marked_importance_receiver() function