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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c175 low = p->p_nice;
180 low = p->p_nice;
198 if (p->p_nice < low)
199 low = p->p_nice;
215 p->p_nice < low)
216 low = p->p_nice;
448 if (n < chgp->p_nice && suser(ucred, &curp->p_acflag)) {
458 chgp->p_nice = n;
H A Dkern_synch.c430 (void)task_importance(p->task, -p->p_nice);
H A Dbsd_init.c552 kernproc->p_nice = NZERO;
H A Dkern_sig.c1843 if (sig_proc->p_nice > NZERO && action == SIG_DFL && (prop & SA_KILL) &&
1845 sig_proc->p_nice = NZERO;
1894 if ((signum == SIGKILL) && (sig_proc->p_nice > NZERO)) {
1895 sig_proc->p_nice = NZERO;
H A Dkern_fork.c806 if (child_proc->p_nice != 0)
H A Dkern_sysctl.c1655 exp->p_nice = p->p_nice;
1701 exp->p_nice = p->p_nice;
H A Dkern_aio.c1422 entryp->priority = (((2 * NZERO) - 1) - procp->p_nice);
H A Dproc_info.c504 pbsd->pbi_nice = p->p_nice;
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h321 u_char p_resv0; /* (NU) User-priority based on p_cpu and p_nice. */
322 char p_nice; /* Process "nice" value.(PL) */ member in struct:proc
323 u_char p_resv1; /* (NU) User-priority based on p_cpu and p_nice. */
531 u_char p_usrpri; /* User-priority based on p_cpu and p_nice. */
532 char p_nice; /* Process "nice" value. */ member in struct:user32_extern_proc
583 u_char p_usrpri; /* User-priority based on p_cpu and p_nice. */
584 char p_nice; /* Process "nice" value. */ member in struct:user64_extern_proc
H A Dproc.h136 u_char p_usrpri; /* User-priority based on p_cpu and p_nice. */
137 char p_nice; /* Process "nice" value. */ member in struct:extern_proc

Completed in 146 milliseconds