Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/sys/contrib/openzfs/include/sys/
H A Ddmu_tx.h74 hrtime_t tx_start; member
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c73 tx->tx_start = gethrtime(); in dmu_tx_create_dd()
802 if (now > tx->tx_start + min_tx_time) in dmu_tx_delay()
809 wakeup = MAX(tx->tx_start + min_tx_time, in dmu_tx_delay()
/freebsd-13.1/sys/dev/usb/controller/
H A Ddwc_otg.c296 uint32_t tx_start; in dwc_otg_init_fifo() local
324 tx_start = fifo_size; in dwc_otg_init_fifo()
345 (tx_start / 4)); in dwc_otg_init_fifo()
347 tx_start += fifo_size; in dwc_otg_init_fifo()
357 (tx_start / 4)); in dwc_otg_init_fifo()
374 (0x10 << 16) | (tx_start / 4)); in dwc_otg_init_fifo()
376 tx_start += 0x40; in dwc_otg_init_fifo()
416 ((limit / 4) << 16) | (tx_start / 4)); in dwc_otg_init_fifo()
417 tx_start += limit; in dwc_otg_init_fifo()
/freebsd-13.1/sys/dev/bxe/
H A Decore_sp.h1748 struct ecore_func_tx_start_params tx_start; member
H A Decore_sp.c6464 &params->params.tx_start; in ecore_func_send_tx_start()
/freebsd-13.1/sys/dev/oce/
H A Doce_if.c1083 tx_start: in oce_tx()
1223 goto tx_start; in oce_tx()