swtch             125 defs.h         void            swtch(struct context**, struct context*);
swtch             346 proc.c               swtch(&(c->scheduler), p->context);
swtch             380 proc.c           swtch(&p->context, mycpu()->scheduler);