Searched refs:_setbit (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/tools/power/cpupower/utils/helpers/
H A Dbitmask.c50 * The routines _getbit() and _setbit() are the only
70 static void _setbit(struct bitmask *bmp, unsigned int n, unsigned int v) _setbit() function
116 _setbit(bmp, i, 1); bitmask_setbit()
125 _setbit(bmp, i, 1); bitmask_setall()
134 _setbit(bmp, i, 0); bitmask_clearall()
229 _setbit(bmp, a, 1); bitmask_parselist()

Completed in 53 milliseconds