Home
last modified time | relevance | path

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

/linux-3.4.99/tools/power/cpupower/utils/helpers/
Dbitmask.c61 static unsigned int _getbit(const struct bitmask *bmp, unsigned int n) in _getbit() function
143 if (_getbit(bmp, i)) in bitmask_isallclear()
151 return _getbit(bmp, i); in bitmask_isbitset()
166 if (_getbit(bmp, i)) in bitmask_last()
176 if (_getbit(bmp, n)) in bitmask_next()