Lines Matching defs:cpu_no
104 * @cpu_no: CPU number
109 int get_resource_id(int cpu_no, int *resource_id)
116 PHYS_ID_PATH, cpu_no);
119 PHYS_ID_PATH, cpu_no);
140 * @cpu_no: CPU number
146 int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size)
162 cpu_no, cache_num);
239 * @cpu_no: CPU number
243 int get_core_sibling(int cpu_no)
250 CORE_SIBLINGS_PATH, cpu_no);
282 * @cpu_no: CPU number at which the PID would be binded
286 int taskset_benchmark(pid_t bm_pid, int cpu_no)
291 CPU_SET(cpu_no, &my_set);
494 * @cpu_no: CPU number that the benchmark PID is binded to
502 int write_schemata(char *ctrlgrp, char *schemata, int cpu_no, char *resctrl_val)
519 if (get_resource_id(cpu_no, &resource_id) < 0) {