Lines Matching refs:c_cpu
67 * value of c_cpu->cc_ticks when the timeout should be called. There are
81 * - c->c_cpu->cc_ticks". The result will always be positive for future
266 cc = c->c_cpu;
269 if (__predict_true(cc == c->c_cpu))
281 KASSERT(c->c_cpu == cc);
372 c->c_cpu = cc;
376 c->c_cpu = &callout_cpu0;
402 KASSERTMSG(!callout_running_somewhere_else(c, c->c_cpu),
428 occ = c->c_cpu;
457 c->c_cpu = cc;
567 if (__predict_false(callout_running_somewhere_else(c, c->c_cpu))) {
603 cc = c->c_cpu;
666 KASSERT(c->c_cpu->cc_active != c);
673 if (c->c_cpu != cc) {
675 * Assigning c_cpu effectively unlocks the callout
681 c->c_cpu = cc;
841 KASSERT(c->c_cpu == cc);