Home
last modified time | relevance | path

Searched refs:vdev_trim_action_time (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_trim.c251 if (vd->vdev_trim_action_time > 0) { in vdev_trim_zap_update_sync()
252 uint64_t val = (uint64_t)vd->vdev_trim_action_time; in vdev_trim_zap_update_sync()
313 vd->vdev_trim_action_time = gethrestime_sec(); in vdev_trim_change_state()
1175 vd->vdev_trim_action_time = timestamp; in vdev_trim_restart()
H A Darc.c10157 vd->vdev_trim_action_time = l2dhdr->dh_trim_action_time; in l2arc_rebuild()
10720 l2dhdr->dh_trim_action_time = dev->l2ad_vdev->vdev_trim_action_time; in l2arc_dev_hdr_update()
H A Dvdev.c4809 vs->vs_trim_action_time = vd->vdev_trim_action_time; in vdev_get_stats_ex()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h325 uint64_t vdev_trim_action_time; /* start and end time */ member