Searched refs:statename (Results 1 – 6 of 6) sorted by relevance
| /plan9/sys/src/9/port/ |
| H A D | edf.c | 127 DPRINT("%lud edfinit %lud[%s]\n", now, p->pid, statename[p->state]); in edfinit() 147 DPRINT("%lud deadlineintr %lud[%s]\n", now, p->pid, statename[p->state]); in deadlineintr() 198 now, p->pid, statename[p->state], e->r, e->d, e->t, e->S); in release() 206 now, p->pid, statename[p->state], e->t, getcallerpc(&p)); in release() 223 DPRINT("%lud releaseintr %lud[%s]\n", now, p->pid, statename[p->state]); in releaseintr() 396 now, p->pid, statename[p->state], e->r, e->d, e->t); in edfadmit() 402 now, p->pid, statename[p->state], e->r, e->d, e->t); in edfadmit() 414 now, p->pid, statename[p->state], e->t); in edfadmit() 420 now, p->pid, statename[p->state], e->t); in edfadmit() 445 DPRINT("%lud edfstop %lud[%s]\n", now, p->pid, statename[p->state]); in edfstop() [all …]
|
| H A D | proc.c | 42 char *statename[] = variable 399 print("dequeueproc %s %lud %s\n", p->text, p->pid, statename[p->state]); in dequeueproc() 1275 s = statename[p->state]; in dumpaproc() 1277 p->pid, p->text, p->pc, dbgpc(p), s, statename[p->state], in dumpaproc()
|
| H A D | portdat.h | 825 extern char* statename[];
|
| H A D | devproc.c | 845 sps = statename[p->state]; in procread()
|
| /plan9/sys/src/cmd/unix/drawterm/kern/ |
| H A D | dat.h | 450 extern char* statename[];
|
| /plan9/sys/lib/acid/ |
| H A D | kernel | 179 …d, ": ", *(p.text\s), " ", *(p.user\s), " pc ", p.pc\X, " ", s, " (", *(statename[p.state]\s), ") …
|