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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h323 u_char p_resv0; /* (NU) User-priority based on p_cpu and p_nice. */
324 char p_nice; /* Process "nice" value.(PL) */ member in struct:proc
325 u_char p_resv1; /* (NU) User-priority based on p_cpu and p_nice. */
571 u_char p_usrpri; /* User-priority based on p_cpu and p_nice. */
572 char p_nice; /* Process "nice" value. */ member in struct:user32_extern_proc
623 u_char p_usrpri; /* User-priority based on p_cpu and p_nice. */
624 char p_nice; /* Process "nice" value. */ member in struct:user64_extern_proc
H A Dproc.h137 u_char p_usrpri; /* User-priority based on p_cpu and p_nice. */
138 char p_nice; /* Process "nice" value. */ member in struct:extern_proc
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_resource.c192 low = p->p_nice;
197 low = p->p_nice;
215 if (p->p_nice < low)
216 low = p->p_nice;
232 p->p_nice < low)
233 low = p->p_nice;
514 if (n < chgp->p_nice && suser(ucred, &curp->p_acflag)) {
524 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.c1844 if (sig_proc->p_nice > NZERO && action == SIG_DFL && (prop & SA_KILL) &&
1846 sig_proc->p_nice = NZERO;
1895 if ((signum == SIGKILL) && (sig_proc->p_nice > NZERO)) {
1896 sig_proc->p_nice = NZERO;
H A Dkern_sysctl.c1057 exp->p_nice = p->p_nice;
1103 exp->p_nice = p->p_nice;
H A Dkern_fork.c824 if (child_proc->p_nice != 0)
H A Dkern_aio.c1421 entryp->priority = (((2 * NZERO) - 1) - procp->p_nice);
H A Dproc_info.c568 pbsd->pbi_nice = p->p_nice;
/macosx-10.10/adv_cmds-158/ps/
H A Dkeyword.c122 {"nice", "NI", NULL, 0, pvar, NULL, 2, POFF(p_nice), CHAR, "d"},
H A Dprint.c468 if (p->p_nice < 0)
470 else if (p->p_nice > 0)

Completed in 224 milliseconds