Home
last modified time | relevance | path

Searched refs:ms_unload_time (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h508 hrtime_t ms_unload_time; /* time last unloaded */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dmetaslab.c2431 (longlong_t)((load_start - msp->ms_unload_time) / 1000000), in metaslab_load_impl()
2513 msp->ms_unload_time = gethrtime(); in metaslab_unload()
2535 (msp->ms_unload_time - msp->ms_selected_time) / 1000 / 1000, in metaslab_unload()
2537 (msp->ms_unload_time - msp->ms_load_time) / 1000 / 1000, in metaslab_unload()
3154 msp->ms_unload_time + SEC2NSEC(zfs_metaslab_max_size_cache_sec))) in metaslab_should_allocate()