Searched refs:P_PCMAX (Results 1 – 2 of 2) sorted by relevance
560 #define P_PCMAX 3 macro564 #define PROC_CONTROL_STATE(p) (p->p_pcaction & P_PCMAX)565 #define PROC_ACTION_STATE(p) ((p->p_pcaction >> 16) & P_PCMAX)
3245 if (pcontrol > P_PCMAX) { in proc_setcontrol()