Lines Matching defs:cryptostats
219 static counter_u64_t cryptostats[sizeof(struct cryptostats) / sizeof(uint64_t)];
221 cryptostats, nitems(cryptostats),
226 cryptostats[offsetof(struct cryptostats, stat) / sizeof(uint64_t)],\
233 COUNTER_ARRAY_ALLOC(cryptostats, nitems(cryptostats), M_WAITOK);
240 COUNTER_ARRAY_FREE(cryptostats, nitems(cryptostats));