states 668 kernel/proc.c static char *states[] = { states 683 kernel/proc.c if(p->state >= 0 && p->state < NELEM(states) && states[p->state]) states 684 kernel/proc.c state = states[p->state];