lbolt              59 kern/thread/clock.c static struct wchan *lbolt;
lbolt              67 kern/thread/clock.c 	lbolt = wchan_create("lbolt");
lbolt              68 kern/thread/clock.c 	if (lbolt == NULL) {
lbolt              81 kern/thread/clock.c 	wchan_wakeall(lbolt);
lbolt             112 kern/thread/clock.c 		wchan_lock(lbolt);
lbolt             113 kern/thread/clock.c 		wchan_sleep(lbolt);