mycpu 75 kern/thread/spinlock.c struct cpu *mycpu;
mycpu 81 kern/thread/spinlock.c mycpu = curcpu->c_self;
mycpu 82 kern/thread/spinlock.c if (lk->lk_holder == mycpu) {
mycpu 87 kern/thread/spinlock.c mycpu = NULL;
mycpu 110 kern/thread/spinlock.c lk->lk_holder = mycpu;