c_self 53 kern/include/cpu.h struct cpu *c_self; /* Canonical address of this struct */
c_self 81 kern/thread/spinlock.c mycpu = curcpu->c_self;
c_self 121 kern/thread/spinlock.c KASSERT(lk->lk_holder == curcpu->c_self);
c_self 140 kern/thread/spinlock.c return (lk->lk_holder == curcpu->c_self);
c_self 177 kern/thread/thread.c c->c_self = c;
c_self 554 kern/thread/thread.c DEBUGASSERT(curthread->t_cpu == curcpu->c_self);
c_self 870 kern/thread/thread.c if (c == curcpu->c_self) {
c_self 892 kern/thread/thread.c if (c == curcpu->c_self) {
c_self 1137 kern/thread/thread.c if (c != curcpu->c_self) {