threadlist_isempty 74 kern/include/threadlist.h bool threadlist_isempty(struct threadlist *tl);
threadlist_isempty 577 kern/thread/thread.c if (newstate == S_READY && threadlist_isempty(&curcpu->c_runqueue)) {
threadlist_isempty 948 kern/thread/thread.c if (!threadlist_isempty(&victims)) {
threadlist_isempty 956 kern/thread/thread.c KASSERT(threadlist_isempty(&victims));
threadlist_isempty 1103 kern/thread/thread.c ret = threadlist_isempty(&wc->wc_threads);
threadlist_isempty 85 kern/thread/threadlist.c KASSERT(threadlist_isempty(tl));