Searched refs:__sbitmap_word (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | sbitmap.h | 301 static inline unsigned long *__sbitmap_word(struct sbitmap *sb,  in __sbitmap_word()  function311 	set_bit(SB_NR_TO_BIT(sb, bitnr), __sbitmap_word(sb, bitnr));  in sbitmap_set_bit()
 316 	clear_bit(SB_NR_TO_BIT(sb, bitnr), __sbitmap_word(sb, bitnr));  in sbitmap_clear_bit()
 335 	clear_bit_unlock(SB_NR_TO_BIT(sb, bitnr), __sbitmap_word(sb, bitnr));  in sbitmap_clear_bit_unlock()
 340 	return test_bit(SB_NR_TO_BIT(sb, bitnr), __sbitmap_word(sb, bitnr));  in sbitmap_test_bit()
 
 |