cpu_switch
cpu_switch(td, newtd, tmtx);
cpu_switch(td, newtd, mtx);
cpu_switch(td, newtd, TDQ_LOCKPTR(tdq));
void cpu_switch(struct thread *, struct thread *, struct mtx *);