Lines Matching defs:r
297 #define ENTROPY_BITS(r) ((r)->entropy_count >> ENTROPY_SHIFT) argument
492 static void _mix_pool_bytes(struct entropy_store *r, const void *in, in _mix_pool_bytes()
539 static void __mix_pool_bytes(struct entropy_store *r, const void *in, in __mix_pool_bytes()
546 static void mix_pool_bytes(struct entropy_store *r, const void *in, in mix_pool_bytes()
616 static void credit_entropy_bits(struct entropy_store *r, int nbits) in credit_entropy_bits()
725 static void credit_entropy_bits_safe(struct entropy_store *r, int nbits) in credit_entropy_bits_safe()
791 struct entropy_store *r; in add_timer_randomness() local
896 struct entropy_store *r; in add_interrupt_randomness() local
976 static void xfer_secondary_pool(struct entropy_store *r, size_t nbytes) in xfer_secondary_pool()
995 static void _xfer_secondary_pool(struct entropy_store *r, size_t nbytes) in _xfer_secondary_pool()
1024 struct entropy_store *r = container_of(work, struct entropy_store, in push_to_pool() local
1036 static size_t account(struct entropy_store *r, size_t nbytes, int min, in account()
1090 static void extract_buf(struct entropy_store *r, __u8 *out) in extract_buf()
1153 static ssize_t extract_entropy(struct entropy_store *r, void *buf, in extract_entropy()
1207 static ssize_t extract_entropy_user(struct entropy_store *r, void __user *buf, in extract_entropy_user()
1367 static void init_std_data(struct entropy_store *r) in init_std_data()
1491 write_pool(struct entropy_store *r, const char __user *buffer, size_t count) in write_pool()