Home
last modified time | relevance | path

Searched refs:entpool_enter (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/lib/libkern/
Dentpool.c131 entpool_enter(struct entpool *P, const void *buf, size_t len) in entpool_enter() function
423 entpool_enter(P, sample, 1); in entpool_selftest()
431 entpool_enter(P, zero, RATE-3); in entpool_selftest()
433 entpool_enter(P, zero, RATE-4); in entpool_selftest()
436 entpool_enter(P, sample, 1); in entpool_selftest()
452 entpool_enter(P, sample, 1); in entpool_selftest()
470 entpool_enter(P, sample, 1); in entpool_selftest()
486 entpool_enter(P, zero, RATE-3); in entpool_selftest()
488 entpool_enter(P, zero, RATE-4); in entpool_selftest()
541 entpool_enter(P, sample, 1); in entpool_selftest()
[all …]
Dentpool.h74 void entpool_enter(struct entpool *, const void *, size_t);
/netbsd/src/sys/kern/
Dkern_entropy.c772 entpool_enter(&E->pool, buf, sizeof buf); in entropy_account_cpu()
881 entpool_enter(&E->pool, buf, len); in entropy_enter_early()
955 entpool_enter(ec->ec_pool, buf, len); in entropy_enter()
1221 entpool_enter(&E->pool, buf, sizeof buf); in entropy_do_consolidate()
1287 entpool_enter(pool, buf, sizeof buf); in entropy_consolidate_xc()
1291 entpool_enter(pool, extra, sizeof extra); in entropy_consolidate_xc()
2452 entpool_enter(ec->ec_pool, &extra, sizeof extra); in entropy_reset_xc()
/netbsd/src/sys/arch/amd64/amd64/
Dmachdep.c1639 entpool_enter(&pool, &sample, sizeof sample); in init_slotspace()
1695 entpool_enter(&pool, &sample, sizeof sample); in init_slotspace()
1706 entpool_enter(&pool, &sample, sizeof sample); in init_slotspace()