Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/helpers/
H A Dbitmask.c156 unsigned int bitmask_first(const struct bitmask *bmp) in bitmask_first() function
283 rbot = cur = bitmask_first(bmp); in bitmask_displaylist()
H A Dbitmask.h23 unsigned int bitmask_first(const struct bitmask *bmp);
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/
H A Dcpufreq-set.c297 for (cpu = bitmask_first(cpus_chosen); in cmd_freq_set()
320 for (cpu = bitmask_first(cpus_chosen); in cmd_freq_set()
H A Dcpupower-set.c85 for (cpu = bitmask_first(cpus_chosen); in cmd_set()
H A Dcpupower-info.c90 for (cpu = bitmask_first(cpus_chosen); in cmd_info()
H A Dcpuidle-set.c102 for (cpu = bitmask_first(cpus_chosen); in cmd_idle_set()
H A Dcpuidle-info.c186 for (cpu = bitmask_first(cpus_chosen); in cmd_idle_info()
H A Dcpufreq-info.c613 for (cpu = bitmask_first(cpus_chosen); in cmd_freq_info()