Home
last modified time | relevance | path

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

/linux/include/linux/
A Dsbitmap.h296 static inline unsigned long *__sbitmap_word(struct sbitmap *sb, in __sbitmap_word() function
306 set_bit(SB_NR_TO_BIT(sb, bitnr), __sbitmap_word(sb, bitnr)); in sbitmap_set_bit()
311 clear_bit(SB_NR_TO_BIT(sb, bitnr), __sbitmap_word(sb, bitnr)); in sbitmap_clear_bit()
341 return test_bit(SB_NR_TO_BIT(sb, bitnr), __sbitmap_word(sb, bitnr)); in sbitmap_test_bit()

Completed in 5 milliseconds