Home
last modified time | relevance | path

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

/linux-6.15/tools/include/linux/
H A Dbitmap.h51 static inline bool bitmap_empty(const unsigned long *src, unsigned int nbits) in bitmap_empty() function
/linux-6.15/include/linux/
H A Dbitmap.h424 bool bitmap_empty(const unsigned long *src, unsigned nbits) in bitmap_empty() function