Lines Matching refs:c_cpu
357 c->c_cpu = CPUBLOCK; in callout_cpu_switch()
363 c->c_cpu = new_cpu; in callout_cpu_switch()
571 cpu = c->c_cpu; in callout_lock()
574 while (c->c_cpu == CPUBLOCK) in callout_lock()
581 if (cpu == c->c_cpu) in callout_lock()
624 cpu_new_callout(c->c_cpu, sbt, c->c_time); in callout_cc_add()
962 cpu = c->c_cpu; in callout_reset_sbt_on()
1024 if (c->c_cpu != cpu) { in callout_reset_sbt_on()
1081 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, c->c_cpu); in callout_schedule()
1357 c->c_cpu = cc_default_cpu; in callout_init()
1372 c->c_cpu = cc_default_cpu; in _callout_init_lock()
1500 C_DB_PRINTF("%d", c_cpu); in _show_callout()