Searched refs:ibytes (Results 1 – 5 of 5) sorted by relevance
1324 size_t ibytes, nfrac; in account() local1331 ibytes = nbytes; in account()1337 ibytes = min_t(size_t, ibytes, have_bytes); in account()1338 if (ibytes < min) in account()1339 ibytes = 0; in account()1346 nfrac = ibytes << (ENTROPY_SHIFT + 3); in account()1355 trace_debit_entropy(r->name, 8 * ibytes); in account()1356 if (ibytes && ENTROPY_BITS(r) < random_write_wakeup_bits) { in account()1361 return ibytes; in account()
115 unsigned long ibytes; /* In bytes */ member
105 unsigned long ibytes; /* In bytes */ member
1879 vr.ibytes = vif->bytes_in; in ip6mr_ioctl()1925 compat_ulong_t ibytes; member1954 vr.ibytes = vif->bytes_in; in ip6mr_compat_ioctl()
1610 vr.ibytes = vif->bytes_in; in ipmr_ioctl()1656 compat_ulong_t ibytes; member1685 vr.ibytes = vif->bytes_in; in ipmr_compat_ioctl()
Completed in 27 milliseconds