Home
last modified time | relevance | path

Searched refs:c_cpu (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Dkern_timeout.c353 c->c_cpu = CPUBLOCK; in callout_cpu_switch()
359 c->c_cpu = new_cpu; in callout_cpu_switch()
567 cpu = c->c_cpu; in callout_lock()
570 while (c->c_cpu == CPUBLOCK) in callout_lock()
577 if (cpu == c->c_cpu) in callout_lock()
620 cpu_new_callout(c->c_cpu, sbt, c->c_time); in callout_cc_add()
965 cpu = c->c_cpu; in callout_reset_sbt_on()
1027 if (c->c_cpu != cpu) { in callout_reset_sbt_on()
1084 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, c->c_cpu); in callout_schedule()
1343 c->c_cpu = cc_default_cpu; in callout_init()
[all …]
/freebsd/sys/sys/
H A D_callout.h64 volatile int c_cpu; /* CPU we're scheduled on */ member
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c1626 qs, txq->txq_watchdog.c_cpu); in cxgb_tx_watchdog()
1686 qs, txq->txq_timer.c_cpu); in cxgb_start_locked()
1735 qs, txq->txq_timer.c_cpu); in cxgb_transmit_locked()
2432 q->txq[TXQ_ETH].txq_timer.c_cpu = id % mp_ncpus; in t3_sge_alloc_qset()
2433 q->txq[TXQ_ETH].txq_watchdog.c_cpu = id % mp_ncpus; in t3_sge_alloc_qset()
H A Dcxgb_main.c1686 txq->txq_watchdog.c_cpu); in cxgb_init_locked()
/freebsd/sys/net/
H A Diflib.c1124 txq->ift_netmap_timer.c_cpu, 0); in iflib_netmap_txsync()
2434 txq, txq->ift_timer.c_cpu); in iflib_timer()
2552 txq->ift_timer.c_cpu); in iflib_init_locked()
4149 txq->ift_timer.c_cpu); in _task_fn_admin()
5836 txq->ift_timer.c_cpu = cpu; in iflib_queues_alloc()
5839 txq->ift_netmap_timer.c_cpu = cpu; in iflib_queues_alloc()