threadlist_remhead 79 kern/include/threadlist.h struct thread *threadlist_remhead(struct threadlist *tl);
threadlist_remhead 277 kern/thread/thread.c while ((z = threadlist_remhead(&curcpu->c_zombies)) != NULL) {
threadlist_remhead 635 kern/thread/thread.c next = threadlist_remhead(&curcpu->c_runqueue);
threadlist_remhead 897 kern/thread/thread.c t = threadlist_remhead(&victims);
threadlist_remhead 950 kern/thread/thread.c while ((t = threadlist_remhead(&victims)) != NULL) {
threadlist_remhead 1041 kern/thread/thread.c target = threadlist_remhead(&wc->wc_threads);
threadlist_remhead 1072 kern/thread/thread.c while ((target = threadlist_remhead(&wc->wc_threads)) != NULL) {
threadlist_remhead 1086 kern/thread/thread.c while ((target = threadlist_remhead(&list)) != NULL) {