Home
last modified time | relevance | path

Searched refs:entropy_total (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/trace/events/
Drandom.h45 int entropy_total, unsigned long IP),
47 TP_ARGS(pool_name, bits, entropy_count, entropy_total, IP),
53 __field( int, entropy_total )
61 __entry->entropy_total = entropy_total;
67 __entry->entropy_count, __entry->entropy_total,
/linux-3.4.99/drivers/char/
Drandom.c438 int entropy_total; member
611 r->entropy_total += nbits; in credit_entropy_bits()
612 if (r->entropy_total > 128) in credit_entropy_bits()
617 r->entropy_total, _RET_IP_); in credit_entropy_bits()
1096 r->entropy_total = 0; in init_std_data()