Home
last modified time | relevance | path

Searched refs:misc_res_name (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/cgroup/
A Dmisc.c20 static const char *const misc_res_name[] = { variable
121 misc_res_name[type]); in misc_cg_cancel_charge()
218 seq_printf(sf, "%s max\n", misc_res_name[i]); in misc_cg_max_show()
220 seq_printf(sf, "%s %lu\n", misc_res_name[i], in misc_cg_max_show()
262 if (!strcmp(misc_res_name[i], token)) { in misc_cg_max_write()
306 seq_printf(sf, "%s %lu\n", misc_res_name[i], usage); in misc_cg_current_show()
330 seq_printf(sf, "%s %lu\n", misc_res_name[i], cap); in misc_cg_capacity_show()
344 seq_printf(sf, "%s.max %lu\n", misc_res_name[i], events); in misc_events_show()
/linux/Documentation/admin-guide/
A Dcgroup-v2.rst2272 include/linux/misc_cgroup.h file and the corresponding name via misc_res_name[]

Completed in 6 milliseconds