/titanic_50/usr/src/uts/intel/io/dktp/hba/ghd/ |
H A D | ghd_timer.c | 246 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()
|
/titanic_50/usr/src/uts/common/io/zyd/ |
H A D | zyd_usb.c | 488 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 D | zyd.c | 312 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 D | zyd.h | 162 boolean_t resched; member
|
/titanic_50/usr/src/uts/common/io/bfe/ |
H A D | bfe.c | 468 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()
|
/titanic_50/usr/src/uts/common/io/nge/ |
H A D | nge_tx.c | 152 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()
|
/titanic_50/usr/src/uts/common/io/yge/ |
H A D | yge.c | 1879 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 1988 resched = yge_txeof_locked(port, idx); in yge_tick() 2008 if (resched) { in yge_tick() 3174 boolean_t resched = B_FALSE; in yge_m_tx() local [all …]
|
/titanic_50/usr/src/uts/common/io/atge/ |
H A D | atge_l1.c | 779 int resched = 0; in atge_l1_interrupt() local 878 resched = 1; in atge_l1_interrupt() 928 if (resched) in atge_l1_interrupt()
|
H A D | atge_l1c.c | 887 int resched = 0; in atge_l1c_interrupt() local 983 resched = 1; in atge_l1c_interrupt() 1013 if (resched) in atge_l1c_interrupt()
|
H A D | atge_l1e.c | 849 int resched = 0; in atge_l1e_interrupt() local 919 resched = 1; in atge_l1e_interrupt() 955 if (resched) in atge_l1e_interrupt()
|
/titanic_50/usr/src/uts/common/io/rge/ |
H A D | rge_rxtx.c | 431 goto resched; in rge_send_recycle() 464 resched: in rge_send_recycle()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_tx.c | 623 if (wq->resched && num_cqe) { in oce_drain_wq_cq() 624 wq->resched = B_FALSE; in oce_drain_wq_cq()
|
H A D | oce_gld.c | 305 wq->resched = B_TRUE; in oce_m_send()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_io.h | 226 boolean_t resched; /* used for mac_tx_update */ member
|
/titanic_50/usr/src/uts/common/io/vr/ |
H A D | vr.h | 258 uint32_t resched; member
|
H A D | vr.c | 1038 vrp->tx.resched = 0; in vr_txring_init() 1257 tx_resched = vrp->tx.resched; in vr_intr() 1258 vrp->tx.resched = 0; in vr_intr() 1492 vrp->tx.resched = 1; in vr_mac_tx_enqueue_list() 1694 if (vrp->tx.resched == 1) { in vr_periodic()
|
/titanic_50/usr/src/uts/common/io/rtls/ |
H A D | rtls.c | 1400 boolean_t resched = B_FALSE; in rtls_intr() local 1454 resched = B_TRUE; in rtls_intr() 1477 if (resched) { in rtls_intr()
|
/titanic_50/usr/src/cmd/cron/ |
H A D | cron.c | 323 static void resched(int); 2210 resched(qp->nwait); in ex() 2311 resched(60); in ex() 3052 resched(int delay) in resched() function
|