Searched refs:p_nice (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_resource.c170 low = p->p_nice;
175 low = p->p_nice;
193 if (p->p_nice < low)
194 low = p->p_nice;
210 p->p_nice < low)
211 low = p->p_nice;
411 if (n < chgp->p_nice && suser(ucred, &curp->p_acflag)) {
421 chgp->p_nice = n;
H A Dkern_synch.c398 (void)task_importance(p->task, -p->p_nice);
H A Dbsd_init.c461 p->p_nice = NZERO;
H A Dkern_sig.c1651 if (sig_proc->p_nice > NZERO && action == SIG_DFL && (prop & SA_KILL) &&
1653 sig_proc->p_nice = NZERO;
1702 if ((signum == SIGKILL) && (sig_proc->p_nice > NZERO)) {
1703 sig_proc->p_nice = NZERO;
H A Dkern_sysctl.c1492 exp->p_nice = p->p_nice ;
1561 exp->p_nice = p->p_nice ;
H A Dkern_fork.c444 if (child->p_nice != 0)
H A Dproc_info.c357 pbsd->pbi_nice = p->p_nice;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc.h144 u_char p_usrpri; /* User-priority based on p_cpu and p_nice. */
145 char p_nice; /* Process "nice" value. */ member in struct:extern_proc
H A Dproc_internal.h289 u_char p_resv0; /* (NU) User-priority based on p_cpu and p_nice. */
290 char p_nice; /* Process "nice" value.(PL) */ member in struct:proc
291 u_char p_resv1; /* (NU) User-priority based on p_cpu and p_nice. */
461 u_char p_usrpri; /* User-priority based on p_cpu and p_nice. */
462 char p_nice; /* Process "nice" value. */ member in struct:user_extern_proc

Completed in 104 milliseconds