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.c250 if (vd->vdev_trim_action_time > 0) { in vdev_trim_zap_update_sync()
251 uint64_t val = (uint64_t)vd->vdev_trim_action_time; in vdev_trim_zap_update_sync()
312 vd->vdev_trim_action_time = gethrestime_sec(); in vdev_trim_change_state()
1172 vd->vdev_trim_action_time = timestamp; in vdev_trim_restart()
H A Darc.c9817 vd->vdev_trim_action_time = l2dhdr->dh_trim_action_time; in l2arc_rebuild()
10377 l2dhdr->dh_trim_action_time = dev->l2ad_vdev->vdev_trim_action_time; in l2arc_dev_hdr_update()
H A Dvdev.c4760 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.h327 uint64_t vdev_trim_action_time; /* start and end time */ member