Searched refs:bits_to_set (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/linux/
H A Dbitmap.h53 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); local
56 while (len - bits_to_set >= 0) {
58 len -= bits_to_set;
59 bits_to_set = BITS_PER_LONG;
/u-boot/fs/btrfs/
H A Dextent-io.c179 int bits_to_set = BITS_PER_BYTE - (pos % BITS_PER_BYTE); local
182 while (len >= bits_to_set) {
184 len -= bits_to_set;
185 bits_to_set = BITS_PER_BYTE;

Completed in 40 milliseconds