Home
last modified time | relevance | path

Searched refs:resched (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c246 clock_t resched = (clock_t)0x7FFFFFFF; in ghd_timeout() local
284 if (ufdelay_curr < resched) in ghd_timeout()
285 resched = ufdelay_curr; in ghd_timeout()
295 if (resched > tmrp->t_ticks) in ghd_timeout()
296 resched = tmrp->t_ticks; in ghd_timeout()
299 tmrp->t_timeout_id = timeout(ghd_timeout, (void *)tmrp, resched); in ghd_timeout()
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c488 boolean_t resched; in zyd_data_out_cb() local
499 if (sc->resched && (sc->tx_queued < ZYD_TX_LIST_COUNT)) { in zyd_data_out_cb()
500 resched = sc->resched; in zyd_data_out_cb()
501 sc->resched = B_FALSE; in zyd_data_out_cb()
505 if (resched) in zyd_data_out_cb()
H A Dzyd.c312 sc->resched = B_TRUE; in zyd_send()
323 sc->resched = B_TRUE; in zyd_send()
806 sc->resched = B_FALSE; in zyd_m_stop()
H A Dzyd.h162 boolean_t resched; member
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c468 int resched = 0; in bfe_timeout() local
527 resched = 1; in bfe_timeout()
538 if (resched) in bfe_timeout()
2348 int resched = 0; in bfe_tx_done() local
2354 resched = 1; in bfe_tx_done()
2359 return (resched); in bfe_tx_done()
2371 int resched = 0; in bfe_interrupt() local
2424 resched = bfe_tx_done(bfe, intr_stat); in bfe_interrupt()
2444 if (resched) in bfe_interrupt()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_tx.c152 int resched; in nge_tx_recycle() local
253 resched = (ngep->resched_needed != 0 && srp->tx_hwmark <= srp->tx_free); in nge_tx_recycle()
274 if (resched) in nge_tx_recycle()
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c1879 boolean_t resched; in yge_txeof_locked() local
1898 resched = port->p_wantw; in yge_txeof_locked()
1901 return (resched); in yge_txeof_locked()
1910 boolean_t resched; in yge_txeof() local
1914 resched = yge_txeof_locked(port, idx); in yge_txeof()
1918 if (resched && port->p_running) { in yge_txeof()
1961 boolean_t resched = B_FALSE; in yge_tick() local
2008 if (resched) { in yge_tick()
3174 boolean_t resched = B_FALSE; in yge_m_tx() local
3195 resched = yge_txeof_locked(port, idx); in yge_m_tx()
[all …]
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1.c779 int resched = 0; in atge_l1_interrupt() local
878 resched = 1; in atge_l1_interrupt()
928 if (resched) in atge_l1_interrupt()
H A Datge_l1c.c887 int resched = 0; in atge_l1c_interrupt() local
983 resched = 1; in atge_l1c_interrupt()
1013 if (resched) in atge_l1c_interrupt()
H A Datge_l1e.c849 int resched = 0; in atge_l1e_interrupt() local
919 resched = 1; in atge_l1e_interrupt()
955 if (resched) in atge_l1e_interrupt()
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c431 goto resched; in rge_send_recycle()
464 resched: in rge_send_recycle()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c623 if (wq->resched && num_cqe) { in oce_drain_wq_cq()
624 wq->resched = B_FALSE; in oce_drain_wq_cq()
H A Doce_gld.c309 wq->resched = B_TRUE; in oce_m_send()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_io.h226 boolean_t resched; /* used for mac_tx_update */ member
/illumos-gate/usr/src/uts/common/io/vr/
H A Dvr.h258 uint32_t resched; member
H A Dvr.c1042 vrp->tx.resched = 0; in vr_txring_init()
1261 tx_resched = vrp->tx.resched; in vr_intr()
1262 vrp->tx.resched = 0; in vr_intr()
1496 vrp->tx.resched = 1; in vr_mac_tx_enqueue_list()
1698 if (vrp->tx.resched == 1) { in vr_periodic()
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.c1400 boolean_t resched = B_FALSE; in rtls_intr() local
1454 resched = B_TRUE; in rtls_intr()
1477 if (resched) { in rtls_intr()
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c321 static void resched(int);
2179 resched(qp->nwait); in ex()
2280 resched(60); in ex()
3018 resched(int delay) in resched() function