Searched refs:p_throttled (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dkern_racct.c861 child->p_throttled = 0;
1033 p->p_throttled = 1;
1071 if (p->p_throttled) {
1072 p->p_throttled = 0;
1178 else if (p->p_throttled)
H A Dsubr_trap.c175 while (p->p_throttled == 1)
/freebsd-10.0-release/sys/sys/
H A Dproc.h583 u_char p_throttled; /* (c) Flag for racct pcpu throttling */ member in struct:proc

Completed in 145 milliseconds