Searched refs:get_resource_id (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
H A D | resctrl.h | 80 int get_resource_id(int cpu_no, int *resource_id);
|
H A D | resctrl_val.c | 418 if (get_resource_id(cpu_no, &resource_id) < 0) { in initialize_mem_bw_resctrl() 544 if (get_resource_id(cpu_no, &resource_id) < 0) { in initialize_llc_occu_resctrl()
|
H A D | resctrlfs.c | 103 * get_resource_id - Get socket number/l3 id for a specified CPU 109 int get_resource_id(int cpu_no, int *resource_id) in get_resource_id() function 519 if (get_resource_id(cpu_no, &resource_id) < 0) { in write_schemata()
|
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/ |
H A D | resctrl.h | 82 int get_resource_id(int cpu_no, int *resource_id);
|
H A D | resctrl_val.c | 418 if (get_resource_id(cpu_no, &resource_id) < 0) { in initialize_mem_bw_resctrl() 587 if (get_resource_id(cpu_no, &resource_id) < 0) { in initialize_llc_occu_resctrl()
|
H A D | resctrlfs.c | 97 * get_resource_id - Get socket number/l3 id for a specified CPU 103 int get_resource_id(int cpu_no, int *resource_id) in get_resource_id() function 509 if (get_resource_id(cpu_no, &resource_id) < 0) { in write_schemata()
|
Completed in 6 milliseconds