spinlock           54 kern/arch/mips/vm/dumbvm.c static struct spinlock stealmem_lock = SPINLOCK_INITIALIZER;
spinlock           82 kern/dev/lamebus/lamebus.h 	struct spinlock ls_lock;
spinlock           38 kern/dev/lamebus/lscreen.h 	struct spinlock ls_lock;      // protects data and device regs
spinlock           37 kern/dev/lamebus/lser.h 	struct spinlock ls_lock;    /* protects ls_wbusy and device regs */
spinlock           70 kern/include/cpu.h 	struct spinlock c_runqueue_lock;
spinlock           89 kern/include/cpu.h 	struct spinlock c_ipi_lock;
spinlock           53 kern/include/proc.h 	struct spinlock p_lock;		/* Lock for this structure */
spinlock           49 kern/include/synch.h 	struct spinlock sem_lock;
spinlock           49 kern/lib/kprintf.c static struct spinlock kprintf_spinlock;
spinlock           64 kern/thread/thread.c 	struct spinlock wc_lock;	/* lock for mutual exclusion */
spinlock          198 kern/vm/kmalloc.c static struct spinlock kmalloc_spinlock = SPINLOCK_INITIALIZER;
spinlock           22 kern/vm/uw-vmstats.c struct spinlock stats_lock = SPINLOCK_INITIALIZER;