Home
last modified time | relevance | path

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

/include/linux/
Dbitmap.h770 unsigned long value_low, value_high; in bitmap_read() local
779 value_high = map[index + 1] & BITMAP_LAST_WORD_MASK(start + nbits); in bitmap_read()
780 return (value_low >> offset) | (value_high << space); in bitmap_read()