Searched refs:ddt_log_histogram (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | ddt_log.c | 268 ddt_histogram_add_entry(ddt, &ddt->ddt_log_histogram, ddlwe); in ddt_log_entry() 347 ddt_histogram_sub_entry(ddt, &ddt->ddt_log_histogram, ddlwe); in ddt_log_take_first() 365 ddt_histogram_sub_entry(ddt, &ddt->ddt_log_histogram, &ddlwe); in ddt_log_remove_key() 738 ddt_histogram_add_entry(ddt, &ddt->ddt_log_histogram, &ddlwe); in ddt_log_load()
|
H A D | ddt_stats.c | 269 ddt_histogram_add(ddh, &ddt->ddt_log_histogram); in ddt_get_dedup_histogram()
|
H A D | ddt.c | 1036 ddt_histogram_add_entry(ddt, &ddt->ddt_log_histogram, &ddlwe); in ddt_remove()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | ddt.h | 320 ddt_histogram_t ddt_log_histogram; member
|