Searched refs:random_max_ncpus (Results 1 – 2 of 2) sorted by relevance
41 uint32_t random_max_ncpus; in rnd_get_stats() local58 (mdb_readvar(&random_max_ncpus, "random_max_ncpus") == -1) || in rnd_get_stats()62 random_max_ncpus = 0; in rnd_get_stats()70 for (i = 0; i < random_max_ncpus; i++) { in rnd_get_stats()
747 static uint32_t random_max_ncpus = 0; variable828 random_max_ncpus = max_ncpus; in rnd_alloc_magazines()829 rndmag_total = rndmag_size * random_max_ncpus; in rnd_alloc_magazines()832 rndmag = kmem_zalloc(sizeof (rndmag_pad_t) * random_max_ncpus, in rnd_alloc_magazines()835 for (i = 0; i < random_max_ncpus; i++) { in rnd_alloc_magazines()862 for (i = 0; i < random_max_ncpus; i++) { in rnd_fips_discard_initial()