c_ipi_lock         89 kern/include/cpu.h 	struct spinlock c_ipi_lock;
c_ipi_lock        190 kern/thread/thread.c 	spinlock_init(&c->c_ipi_lock);
c_ipi_lock       1123 kern/thread/thread.c 	spinlock_acquire(&target->c_ipi_lock);
c_ipi_lock       1126 kern/thread/thread.c 	spinlock_release(&target->c_ipi_lock);
c_ipi_lock       1148 kern/thread/thread.c 	spinlock_acquire(&target->c_ipi_lock);
c_ipi_lock       1162 kern/thread/thread.c 	spinlock_release(&target->c_ipi_lock);
c_ipi_lock       1171 kern/thread/thread.c 	spinlock_acquire(&curcpu->c_ipi_lock);
c_ipi_lock       1208 kern/thread/thread.c 	spinlock_release(&curcpu->c_ipi_lock);