runq_add
runq_add(ts->ts_runq, td, flags);
runq_add(&tdq->tdq_runq, td, flags);
void runq_add(struct runq *, struct thread *, int _flags);