c_runqueue_lock    70 kern/include/cpu.h 	struct spinlock c_runqueue_lock;
c_runqueue_lock   186 kern/thread/thread.c 	spinlock_init(&c->c_runqueue_lock);
c_runqueue_lock   446 kern/thread/thread.c 		KASSERT(spinlock_do_i_hold(&targetcpu->c_runqueue_lock));
c_runqueue_lock   449 kern/thread/thread.c 		spinlock_acquire(&targetcpu->c_runqueue_lock);
c_runqueue_lock   463 kern/thread/thread.c 		spinlock_release(&targetcpu->c_runqueue_lock);
c_runqueue_lock   574 kern/thread/thread.c 	spinlock_acquire(&curcpu->c_runqueue_lock);
c_runqueue_lock   578 kern/thread/thread.c 		spinlock_release(&curcpu->c_runqueue_lock);
c_runqueue_lock   637 kern/thread/thread.c 			spinlock_release(&curcpu->c_runqueue_lock);
c_runqueue_lock   639 kern/thread/thread.c 			spinlock_acquire(&curcpu->c_runqueue_lock);
c_runqueue_lock   709 kern/thread/thread.c 	spinlock_release(&curcpu->c_runqueue_lock);
c_runqueue_lock   742 kern/thread/thread.c 	spinlock_release(&curcpu->c_runqueue_lock);
c_runqueue_lock   868 kern/thread/thread.c 		spinlock_acquire(&c->c_runqueue_lock);
c_runqueue_lock   873 kern/thread/thread.c 		spinlock_release(&c->c_runqueue_lock);
c_runqueue_lock   883 kern/thread/thread.c 	spinlock_acquire(&curcpu->c_runqueue_lock);
c_runqueue_lock   888 kern/thread/thread.c 	spinlock_release(&curcpu->c_runqueue_lock);
c_runqueue_lock   895 kern/thread/thread.c 		spinlock_acquire(&c->c_runqueue_lock);
c_runqueue_lock   940 kern/thread/thread.c 		spinlock_release(&c->c_runqueue_lock);
c_runqueue_lock   949 kern/thread/thread.c 		spinlock_acquire(&curcpu->c_runqueue_lock);
c_runqueue_lock   953 kern/thread/thread.c 		spinlock_release(&curcpu->c_runqueue_lock);
c_runqueue_lock  1180 kern/thread/thread.c 		spinlock_acquire(&curcpu->c_runqueue_lock);
c_runqueue_lock  1185 kern/thread/thread.c 		spinlock_release(&curcpu->c_runqueue_lock);