Searched refs:c_cpu (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_timeout.c | 355 c->c_cpu = CPUBLOCK; in callout_cpu_switch() 361 c->c_cpu = new_cpu; in callout_cpu_switch() 548 cpu = c->c_cpu; in callout_lock() 551 while (c->c_cpu == CPUBLOCK) in callout_lock() 558 if (cpu == c->c_cpu) in callout_lock() 929 cpu = c->c_cpu; in callout_reset_sbt_on() 990 if (c->c_cpu != cpu) { in callout_reset_sbt_on() 1047 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, c->c_cpu); in callout_schedule() 1323 c->c_cpu = cc_default_cpu; in callout_init() 1339 c->c_cpu = cc_default_cpu; in _callout_init_lock() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | _callout.h | 65 volatile int c_cpu; /* CPU we're scheduled on */ member
|
| /f-stack/tools/compat/include/sys/ |
| H A D | _callout.h | 62 volatile int c_cpu; /* CPU we're scheduled on */ member
|
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 340 cpu = c->c_cpu; in callout_lock() 343 if (cpu == c->c_cpu) in callout_lock() 729 cpu = c->c_cpu; in callout_reset_tick_on() 788 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, c->c_cpu); in callout_schedule() 1022 c->c_cpu = timeout_cpu; in callout_init() 1038 c->c_cpu = timeout_cpu; in _callout_init_lock()
|
| /f-stack/freebsd/net/ |
| H A D | iflib.c | 1110 txq->ift_netmap_timer.c_cpu, 0); in iflib_netmap_txsync() 2373 txq, txq->ift_timer.c_cpu); in iflib_timer() 2492 txq->ift_timer.c_cpu); in iflib_init_locked() 4005 txq->ift_timer.c_cpu); in _task_fn_admin() 5673 txq->ift_timer.c_cpu = cpu; in iflib_queues_alloc() 5676 txq->ift_netmap_timer.c_cpu = cpu; in iflib_queues_alloc()
|