Searched defs:cryptostats (Results 1 – 3 of 3) sorted by relevance
304 struct cryptostats { struct305 uint64_t cs_ops; /* symmetric crypto ops submitted */306 uint64_t cs_errs; /* symmetric crypto ops that failed */307 uint64_t cs_kops; /* asymetric/key ops submitted */308 uint64_t cs_kerrs; /* asymetric/key ops that failed */309 uint64_t cs_intrs; /* crypto swi thread activations */310 uint64_t cs_rets; /* crypto return thread activations */311 uint64_t cs_blocks; /* symmetric op driver block */312 uint64_t cs_kblocks; /* symmetric op driver block */
219 static counter_u64_t cryptostats[sizeof(struct cryptostats) / sizeof(uint64_t)]; variable
87 static FILEGEN cryptostats; global() variable