Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/char/
Drandom.c1346 int entropy_count, orig, have_bytes; in account() local
1356 have_bytes = entropy_count >> (ENTROPY_SHIFT + 3); in account()
1358 if ((have_bytes -= reserved) < 0) in account()
1359 have_bytes = 0; in account()
1360 ibytes = min_t(size_t, ibytes, have_bytes); in account()