Searched refs:have_bytes (Results 1 – 1 of 1) sorted by relevance
1030 int have_bytes = entropy_count >> (ENTROPY_SHIFT + 3); in account() local1032 if ((have_bytes -= reserved) < 0) in account()1033 have_bytes = 0; in account()1034 ibytes = min_t(size_t, ibytes, have_bytes); in account()