Home
last modified time | relevance | path

Searched refs:ddt_log_histogram (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/openzfs/module/zfs/
H A Dddt_log.c269 ddt_histogram_sub_entry(ddt, &ddt->ddt_log_histogram, &oddlwe); in ddt_log_update_entry()
272 ddt_histogram_add_entry(ddt, &ddt->ddt_log_histogram, ddlwe); in ddt_log_update_entry()
363 ddt_histogram_sub_entry(ddt, &ddt->ddt_log_histogram, ddlwe); in ddt_log_take_first()
380 ddt_histogram_sub_entry(ddt, &ddt->ddt_log_histogram, &ddlwe); in ddt_log_remove_key()
757 ddt_histogram_add_entry(ddt, &ddt->ddt_log_histogram, &ddlwe); in ddt_log_load()
H A Dddt_stats.c269 ddt_histogram_add(ddh, &ddt->ddt_log_histogram); in ddt_get_dedup_histogram()
/src/sys/contrib/openzfs/include/sys/
H A Dddt.h344 ddt_histogram_t ddt_log_histogram; member