Searched refs:DDT_KSTAT_BUMP (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | ddt.c | 367 #define DDT_KSTAT_BUMP(ddt, stat) \ macro 377 #define DDT_KSTAT_BUMP(ddt, stat) do {} while (0) macro 1151 DDT_KSTAT_BUMP(ddt, dds_lookup); in ddt_lookup() 1163 DDT_KSTAT_BUMP(ddt, dds_lookup_live_hit); in ddt_lookup() 1172 DDT_KSTAT_BUMP(ddt, dds_lookup_live_wait); in ddt_lookup() 1186 DDT_KSTAT_BUMP(ddt, dds_lookup_existing); in ddt_lookup() 1193 DDT_KSTAT_BUMP(ddt, dds_lookup_live_miss); in ddt_lookup() 1228 DDT_KSTAT_BUMP(ddt, dds_lookup_log_active_hit); in ddt_lookup() 1232 DDT_KSTAT_BUMP(ddt, in ddt_lookup() 1238 DDT_KSTAT_BUMP(ddt, dds_lookup_log_hit); in ddt_lookup() [all …]
|