Home
last modified time | relevance | path

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

/trueos/sys/ofed/include/linux/
HDbitops.h39 #define BIT_WORD(nr) ((nr) / BITS_PER_LONG) macro
353 unsigned long *p = map + BIT_WORD(start); in bitmap_set()
374 unsigned long *p = map + BIT_WORD(start); in bitmap_clear()