Searched refs:have_bytes (Results 1 – 1 of 1) sorted by relevance
1323 int entropy_count, orig, have_bytes; in account() local1333 have_bytes = entropy_count >> (ENTROPY_SHIFT + 3); in account()1335 if ((have_bytes -= reserved) < 0) in account()1336 have_bytes = 0; in account()1337 ibytes = min_t(size_t, ibytes, have_bytes); in account()
Completed in 9 milliseconds