Home
last modified time | relevance | path

Searched refs:misc_cg_set_capacity (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/linux/
Dmisc_cgroup.h57 int misc_cg_set_capacity(enum misc_res_type type, unsigned long capacity);
107 static inline int misc_cg_set_capacity(enum misc_res_type type, in misc_cg_set_capacity() function
/Linux-v6.1/kernel/cgroup/
Dmisc.c98 int misc_cg_set_capacity(enum misc_res_type type, unsigned long capacity) in misc_cg_set_capacity() function
106 EXPORT_SYMBOL_GPL(misc_cg_set_capacity);
/Linux-v6.1/arch/x86/kvm/svm/
Dsev.c2215 if (misc_cg_set_capacity(MISC_CG_RES_SEV, sev_asid_count)) in sev_hardware_setup()
2243 if (misc_cg_set_capacity(MISC_CG_RES_SEV_ES, sev_es_asid_count)) in sev_hardware_setup()
2266 misc_cg_set_capacity(MISC_CG_RES_SEV, 0); in sev_hardware_unsetup()
2267 misc_cg_set_capacity(MISC_CG_RES_SEV_ES, 0); in sev_hardware_unsetup()
/Linux-v6.1/Documentation/admin-guide/
Dcgroup-v2.rst2412 capacity prior to using the resource by calling misc_cg_set_capacity().