Searched refs:misc_res_name (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/cgroup/ |
H A D | misc.c | 20 static const char *const misc_res_name[] = { variable 121 misc_res_name[type]); in misc_cg_cancel_charge() 216 seq_printf(sf, "%s max\n", misc_res_name[i]); in misc_cg_max_show() 218 seq_printf(sf, "%s %llu\n", misc_res_name[i], in misc_cg_max_show() 260 if (!strcmp(misc_res_name[i], token)) { in misc_cg_max_write() 304 seq_printf(sf, "%s %llu\n", misc_res_name[i], usage); in misc_cg_current_show() 328 seq_printf(sf, "%s %llu\n", misc_res_name[i], cap); in misc_cg_capacity_show() 343 seq_printf(sf, "%s.max %llu\n", misc_res_name[i], events); in misc_events_show()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | cgroup-v2.rst | 2430 include/linux/misc_cgroup.h file and the corresponding name via misc_res_name[]
|