Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmisc_cgroup.h63 int misc_cg_set_capacity(enum misc_res_type type, u64 capacity);
106 static inline int misc_cg_set_capacity(enum misc_res_type type, u64 capacity) in misc_cg_set_capacity() function
/linux-6.15/kernel/cgroup/
H A Dmisc.c82 int misc_cg_set_capacity(enum misc_res_type type, u64 capacity) in misc_cg_set_capacity() function
90 EXPORT_SYMBOL_GPL(misc_cg_set_capacity);
/linux-6.15/arch/x86/kvm/svm/
H A Dsev.c2999 WARN_ON_ONCE(misc_cg_set_capacity(MISC_CG_RES_SEV, sev_asid_count)); in sev_hardware_setup()
3031 WARN_ON_ONCE(misc_cg_set_capacity(MISC_CG_RES_SEV_ES, sev_es_asid_count)); in sev_hardware_setup()
3075 misc_cg_set_capacity(MISC_CG_RES_SEV, 0); in sev_hardware_unsetup()
3076 misc_cg_set_capacity(MISC_CG_RES_SEV_ES, 0); in sev_hardware_unsetup()
/linux-6.15/Documentation/admin-guide/
H A Dcgroup-v2.rst2743 capacity prior to using the resource by calling misc_cg_set_capacity().