Home
last modified time | relevance | path

Searched refs:tx_start (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_dmu.h55 __field(hrtime_t, tx_start)
67 __entry->tx_start = tx->tx_start;
78 __entry->tx_dirty_delayed, __entry->tx_start,
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_tx.h74 hrtime_t tx_start; member
/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c295 uint32_t tx_start; in dwc_otg_init_fifo() local
323 tx_start = fifo_size; in dwc_otg_init_fifo()
344 (tx_start / 4)); in dwc_otg_init_fifo()
346 tx_start += fifo_size; in dwc_otg_init_fifo()
356 (tx_start / 4)); in dwc_otg_init_fifo()
373 (0x10 << 16) | (tx_start / 4)); in dwc_otg_init_fifo()
375 tx_start += 0x40; in dwc_otg_init_fifo()
415 ((limit / 4) << 16) | (tx_start / 4)); in dwc_otg_init_fifo()
416 tx_start += limit; in dwc_otg_init_fifo()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c75 tx->tx_start = gethrtime(); in dmu_tx_create_dd()
965 if (now > tx->tx_start + tx_time) in dmu_tx_delay()
972 wakeup = MAX(tx->tx_start + tx_time, dp->dp_last_wakeup + tx_time); in dmu_tx_delay()
/freebsd/sys/dev/oce/
H A Doce_if.c1077 tx_start: in oce_tx()
1217 goto tx_start; in oce_tx()
/freebsd/sys/dev/bxe/
H A Decore_sp.c6462 &params->params.tx_start; in ecore_func_send_tx_start()