Searched refs:misc_res_name (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/kernel/cgroup/ |
D | misc.c | 20 static const char *const misc_res_name[] = { variable 121 misc_res_name[type]); in misc_cg_cancel_charge() 238 seq_printf(sf, "%s max\n", misc_res_name[i]); in misc_cg_max_show() 240 seq_printf(sf, "%s %llu\n", misc_res_name[i], in misc_cg_max_show() 282 if (!strcmp(misc_res_name[i], token)) { in misc_cg_max_write() 326 seq_printf(sf, "%s %llu\n", misc_res_name[i], usage); in misc_cg_current_show() 349 seq_printf(sf, "%s %llu\n", misc_res_name[i], watermark); in misc_cg_peak_show() 373 seq_printf(sf, "%s %llu\n", misc_res_name[i], cap); in misc_cg_capacity_show() 391 seq_printf(sf, "%s.max %llu\n", misc_res_name[i], events); in __misc_events_show()
|
/linux-6.12.1/Documentation/admin-guide/ |
D | cgroup-v2.rst | 2666 include/linux/misc_cgroup.h file and the corresponding name via misc_res_name[]
|