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