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