Home
last modified time | relevance | path

Searched refs:entpool_stir (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/lib/libkern/
Dentpool.c215 entpool_stir(struct entpool *P) in entpool_stir() function
422 entpool_stir(P); /* noop */ in entpool_selftest()
424 entpool_stir(P); /* noop */ in entpool_selftest()
429 entpool_stir(P); /* noop */ in entpool_selftest()
435 entpool_stir(P); /* noop */ in entpool_selftest()
437 entpool_stir(P); /* noop */ in entpool_selftest()
442 entpool_stir(P); /* noop */ in entpool_selftest()
453 entpool_stir(P); /* noop */ in entpool_selftest()
458 entpool_stir(P); /* noop */ in entpool_selftest()
469 entpool_stir(P); in entpool_selftest()
[all …]
Dentpool.h76 void entpool_stir(struct entpool *);
/netbsd/src/sys/kern/
Dkern_entropy.c1098 entpool_stir(ec->ec_pool); in entropy_softintr()