Lines Matching defs:cpu_no
98 * @cpu_no: CPU number
103 int get_resource_id(int cpu_no, int *resource_id)
110 PHYS_ID_PATH, cpu_no);
113 PHYS_ID_PATH, cpu_no);
134 * @cpu_no: CPU number
140 int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size)
156 cpu_no, cache_num);
233 * @cpu_no: CPU number
237 int get_core_sibling(int cpu_no)
244 CORE_SIBLINGS_PATH, cpu_no);
265 if (sibling_cpu_no != 0 && sibling_cpu_no != cpu_no)
276 * @cpu_no: CPU number at which the PID would be binded
280 int taskset_benchmark(pid_t bm_pid, int cpu_no)
285 CPU_SET(cpu_no, &my_set);
483 * @cpu_no: CPU number that the benchmark PID is binded to
491 int write_schemata(char *ctrlgrp, char *schemata, int cpu_no, char *resctrl_val)
509 if (get_resource_id(cpu_no, &resource_id) < 0) {