swtch 106 kernel/defs.h void swtch(struct context*, struct context*); swtch 446 kernel/proc.c swtch(&c->context, &p->context); swtch 485 kernel/proc.c swtch(&p->context, &mycpu()->context);