HomeSort by: relevance | last modified time | path
    Searched defs:p_nice (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/top/dist/machine/
m_decosf1.c 263 char p_nice; member in struct:osf1_top_proc
512 pp->p_nice = getpriority(PRIO_PROCESS,p_i[k].pi_pid);
638 pp->p_nice,
  /src/sys/sys/
proc.h 327 u_char p_nice; /* p: Process "nice" value */ member in struct:proc
sysctl.h 453 uint8_t p_usrpri; /* U_CHAR: User-priority based on p_cpu and p_nice. */
454 uint8_t p_nice; /* U_CHAR: Process "nice" value. */ member in struct:kinfo_proc2
595 uint8_t l_usrpri; /* U_CHAR: User-priority based on l_cpu and p_nice. */

Completed in 18 milliseconds