victims           861 kern/thread/thread.c 	struct threadlist victims;
victims           882 kern/thread/thread.c 	threadlist_init(&victims);
victims           886 kern/thread/thread.c 		threadlist_addhead(&victims, t);
victims           897 kern/thread/thread.c 			t = threadlist_remhead(&victims);
victims           921 kern/thread/thread.c 				threadlist_addtail(&victims, t);
victims           948 kern/thread/thread.c 	if (!threadlist_isempty(&victims)) {
victims           950 kern/thread/thread.c 		while ((t = threadlist_remhead(&victims)) != NULL) {
victims           956 kern/thread/thread.c 	KASSERT(threadlist_isempty(&victims));
victims           957 kern/thread/thread.c 	threadlist_cleanup(&victims);