Searched refs:misc_res_name (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/kernel/cgroup/ |
| D | misc.c | 20 static const char *const misc_res_name[] = { variable 121 misc_res_name[type]); in misc_cg_cancel_charge() 162 misc_res_name[type]); in misc_cg_try_charge() 220 seq_printf(sf, "%s max\n", misc_res_name[i]); in misc_cg_max_show() 222 seq_printf(sf, "%s %lu\n", misc_res_name[i], in misc_cg_max_show() 264 if (!strcmp(misc_res_name[i], token)) { in misc_cg_max_write() 308 seq_printf(sf, "%s %lu\n", misc_res_name[i], usage); in misc_cg_current_show() 332 seq_printf(sf, "%s %lu\n", misc_res_name[i], cap); in misc_cg_capacity_show()
|
| /Linux-v5.15/Documentation/admin-guide/ |
| D | cgroup-v2.rst | 2264 include/linux/misc_cgroup.h file and the corresponding name via misc_res_name[]
|