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()
950 cpu = c->c_cpu; in callout_reset_sbt_on()
1012 if (c->c_cpu != cpu) { in callout_reset_sbt_on()
1328 c->c_cpu = cc_default_cpu; in callout_init()
1343 c->c_cpu = cc_default_cpu; in _callout_init_lock()
[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()
2435 q->txq[TXQ_ETH].txq_timer.c_cpu = id % mp_ncpus; in t3_sge_alloc_qset()
2436 q->txq[TXQ_ETH].txq_watchdog.c_cpu = id % mp_ncpus; in t3_sge_alloc_qset()
H A Dcxgb_main.c1736 txq->txq_watchdog.c_cpu); in cxgb_init_locked()
/freebsd/sys/net/
H A Diflib.c1143 txq->ift_netmap_timer.c_cpu, 0); in iflib_netmap_txsync()
2440 txq, txq->ift_timer.c_cpu); in iflib_timer()
2558 txq->ift_timer.c_cpu); in iflib_init_locked()
4213 txq->ift_timer.c_cpu); in _task_fn_admin()
5923 txq->ift_timer.c_cpu = cpu; in iflib_queues_alloc()
5926 txq->ift_netmap_timer.c_cpu = cpu; in iflib_queues_alloc()