Lines Matching refs:p_throttled
913 child->p_throttled = 0; in racct_proc_fork()
1082 if (p->p_throttled == 0) in ast_racct()
1086 while (p->p_throttled != 0) { in ast_racct()
1088 p->p_throttled < 0 ? 0 : p->p_throttled); in ast_racct()
1089 if (p->p_throttled > 0) in ast_racct()
1090 p->p_throttled = 0; in ast_racct()
1118 if (p->p_throttled < 0 || (timeout > 0 && p->p_throttled > timeout)) in racct_proc_throttle()
1121 p->p_throttled = timeout; in racct_proc_throttle()
1164 if (p->p_throttled != 0) { in racct_proc_wakeup()
1165 p->p_throttled = 0; in racct_proc_wakeup()
1303 } else if (p->p_throttled == -1) { in racctd()