Lines Matching refs:cpu_no
104 int get_resource_id(int cpu_no, int *resource_id) in get_resource_id() argument
111 PHYS_ID_PATH, cpu_no); in get_resource_id()
114 PHYS_ID_PATH, cpu_no); in get_resource_id()
141 int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size) in get_cache_size() argument
157 cpu_no, cache_num); in get_cache_size()
238 int get_core_sibling(int cpu_no) in get_core_sibling() argument
245 CORE_SIBLINGS_PATH, cpu_no); in get_core_sibling()
266 if (sibling_cpu_no != 0 && sibling_cpu_no != cpu_no) in get_core_sibling()
281 int taskset_benchmark(pid_t bm_pid, int cpu_no) in taskset_benchmark() argument
286 CPU_SET(cpu_no, &my_set); in taskset_benchmark()
494 int write_schemata(char *ctrlgrp, char *schemata, int cpu_no, char *resctrl_val) in write_schemata() argument
511 if (get_resource_id(cpu_no, &resource_id) < 0) { in write_schemata()