Searched refs:stats_hash (Results 1 – 1 of 1) sorted by relevance
198 counter_u64_t stats_hash; member1846 &sc->stats_hash, "Hash requests submitted"); in ccr_sysctls()1978 sc->stats_hash = counter_u64_alloc(M_WAITOK); in ccr_attach()2024 counter_u64_free(sc->stats_hash); in ccr_detach()2548 counter_u64_add(sc->stats_hash, 1); in ccr_process()