Home
last modified time | relevance | path

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

/linux-6.1.9/tools/power/cpupower/utils/helpers/ !
Dbitmask.c62 static unsigned int _getbit(const struct bitmask *bmp, unsigned int n) in _getbit() function
144 if (_getbit(bmp, i)) in bitmask_isallclear()
152 return _getbit(bmp, i); in bitmask_isbitset()
167 if (_getbit(bmp, i)) in bitmask_last()
177 if (_getbit(bmp, n)) in bitmask_next()