Home
last modified time | relevance | path

Searched refs:p_throttled (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_racct.c928 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...]
/freebsd/sys/sys/
H A Dproc.h764 int p_throttled; /* (c) Flag for racct pcpu throttling */ member