HomeSort by: relevance | last modified time | path
    Searched defs:ev_count (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
evcnt.h 87 uint64_t ev_count; /* how many have occurred */ member in union:evcnt::__anon7fce4adf010a
sysctl.h 744 uint64_t ev_count; /* current count */ member in struct:evcnt_sysctl
  /src/sys/crypto/aes/arch/x86/
aes_via.c 43 struct evcnt { uint64_t ev_count; }; member in struct:evcnt
212 enc_aligned_evcnt.ev_count++;
215 enc_unaligned_evcnt.ev_count++;
253 dec_aligned_evcnt.ev_count++;
256 dec_unaligned_evcnt.ev_count++;
371 cbcenc_aligned_evcnt.ev_count++;
376 cbcenc_unaligned_evcnt.ev_count++;
413 cbcdec_aligned_evcnt.ev_count++;
416 cbcdec_unaligned_evcnt.ev_count++;
511 xtsenc_aligned_evcnt.ev_count++
    [all...]

Completed in 14 milliseconds