swtch             111 kernel/defs.h  void            swtch(struct context*, struct context*);
swtch             466 kernel/proc.c          swtch(&c->context, &p->context);
swtch             506 kernel/proc.c    swtch(&p->context, &mycpu()->context);