Searched refs:stats_pointer_error (Results 1 – 1 of 1) sorted by relevance
211 counter_u64_t stats_pointer_error; member1889 CTLFLAG_RD, &sc->stats_pointer_error, in ccr_sysctls()1998 sc->stats_pointer_error = counter_u64_alloc(M_WAITOK); in ccr_attach()2045 counter_u64_free(sc->stats_pointer_error); in ccr_detach()2548 counter_u64_add(sc->stats_pointer_error, 1); in ccr_process()