Lines Matching refs:cpu_no
101 int get_resource_id(int cpu_no, int *resource_id) in get_resource_id() argument
108 PHYS_ID_PATH, cpu_no); in get_resource_id()
111 PHYS_ID_PATH, cpu_no); in get_resource_id()
138 int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size) in get_cache_size() argument
154 cpu_no, cache_num); in get_cache_size()
235 int get_core_sibling(int cpu_no) in get_core_sibling() argument
242 CORE_SIBLINGS_PATH, cpu_no); in get_core_sibling()
263 if (sibling_cpu_no != 0 && sibling_cpu_no != cpu_no) in get_core_sibling()
278 int taskset_benchmark(pid_t bm_pid, int cpu_no) in taskset_benchmark() argument
283 CPU_SET(cpu_no, &my_set); in taskset_benchmark()
489 int write_schemata(char *ctrlgrp, char *schemata, int cpu_no, char *resctrl_val) in write_schemata() argument
507 if (get_resource_id(cpu_no, &resource_id) < 0) { in write_schemata()