Lines Matching refs:cpu_no
109 int get_resource_id(int cpu_no, int *resource_id) in get_resource_id() argument
116 PHYS_ID_PATH, cpu_no); in get_resource_id()
119 PHYS_ID_PATH, cpu_no); in get_resource_id()
146 int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size) in get_cache_size() argument
162 cpu_no, cache_num); in get_cache_size()
243 int get_core_sibling(int cpu_no) in get_core_sibling() argument
250 CORE_SIBLINGS_PATH, cpu_no); in get_core_sibling()
286 int taskset_benchmark(pid_t bm_pid, int cpu_no) in taskset_benchmark() argument
291 CPU_SET(cpu_no, &my_set); in taskset_benchmark()
502 int write_schemata(char *ctrlgrp, char *schemata, int cpu_no, char *resctrl_val) in write_schemata() argument
519 if (get_resource_id(cpu_no, &resource_id) < 0) { in write_schemata()