Searched refs:swrand_stats (Results 1 – 3 of 3) sorted by relevance
97 swrand_stats_t swrand_stats; in swrand_get_stats() local102 if (mdb_readvar(&swrand_stats, "swrand_stats") == -1) { in swrand_get_stats()109 mdb_printf("%8u bits of entropy estimate\n", swrand_stats.ss_entEst); in swrand_get_stats()111 swrand_stats.ss_entIn); in swrand_get_stats()113 swrand_stats.ss_entOut); in swrand_get_stats()115 swrand_stats.ss_bytesIn); in swrand_get_stats()117 swrand_stats.ss_bytesOut); in swrand_get_stats()
48 typedef struct swrand_stats { struct61 #define BUMP_SWRAND_STATS(x, v) atomic_add_64(&(swrand_stats).x, (v)) argument
105 swrand_stats_t swrand_stats; variable366 swrand_stats.ss_entEst = entropy_bits; in swrand_get_entropy()531 swrand_stats.ss_entEst = entropy_bits; in swrand_mix_pool()