Home
last modified time | relevance | path

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

/freebsd/sys/dev/mana/
H A Dgdma_util.h118 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_set() local
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbitmap.h96 int bits_to_set = BITS_PER_LONG - (start % BITS_PER_LONG); in bitmap_set() local