Home
last modified time | relevance | path

Searched defs:swrand_stats (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Drandom.h48 typedef struct swrand_stats { struct
61 #define BUMP_SWRAND_STATS(x, v) atomic_add_64(&(swrand_stats).x, (v)) argument
/titanic_50/usr/src/cmd/mdb/common/modules/random/
H A Drandom.c99 swrand_stats_t swrand_stats; in swrand_get_stats() local
/titanic_50/usr/src/uts/common/crypto/io/
H A Dswrand.c105 swrand_stats_t swrand_stats; variable