Home
last modified time | relevance | path

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

/xen/xen/common/
A Dbitmap.c219 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in __bitmap_set() local
222 while (len - bits_to_set >= 0) { in __bitmap_set()
224 len -= bits_to_set; in __bitmap_set()
225 bits_to_set = BITS_PER_LONG; in __bitmap_set()

Completed in 4 milliseconds