Searched refs:p_throttled (Results 1 – 2 of 2) sorted by relevance
928 child->p_throttled = 0; in racct_proc_fork() 1097 if (p->p_throttled == 0) in ast_racct() 1101 while (p->p_throttled != 0) { in ast_racct() 1103 p->p_throttled < 0 ? 0 : p->p_throttled); in ast_racct() 1104 if (p->p_throttled > 0) in ast_racct() 1105 p->p_throttled = 0; in ast_racct() 1133 if (p->p_throttled < 0 || (timeout > 0 && p->p_throttled > timeout)) in racct_proc_throttle() 1136 p->p_throttled in racct_proc_throttle() [all...]
764 int p_throttled; /* (c) Flag for racct pcpu throttling */ member