Lines Matching defs:task
66 #include <sys/task.h>
652 * Detach failed child from task.
859 * init creates a new task, distinct from the task
874 tk_old = p->p_task; /* switch to new task */
950 task_t *task;
959 task = pp->p_task;
960 proj = task->tk_proj;
966 if (task->tk_nprocs >= task->tk_nprocs_ctl)
967 if (rctl_test(rc_task_nprocs, task->tk_rctls,
988 task->tk_nprocs++;
1162 * Add the child process to the current task. Kernel processes
1259 task->tk_nprocs--;