Searched refs:nonblocking_pool (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drandom.c402 static struct entropy_store nonblocking_pool = { variable in typeref:struct:entropy_store
406 .lock = __SPIN_LOCK_UNLOCKED(&nonblocking_pool.lock),
888 extract_entropy(&nonblocking_pool, buf, nbytes, 0, 0);
919 init_std_data(&nonblocking_pool);
1016 return extract_entropy_user(&nonblocking_pool, buf, nbytes);
1064 ret = write_pool(&nonblocking_pool, buffer, count);

Completed in 58 milliseconds