Searched refs:misc_cg_set_capacity (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dmisc_cgroup.h58 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) function
/linux-master/kernel/cgroup/
H A Dmisc.c87 * misc_cg_set_capacity() - Set the capacity of the misc cgroup res.
98 int misc_cg_set_capacity(enum misc_res_type type, u64 capacity) function
106 EXPORT_SYMBOL_GPL(misc_cg_set_capacity); variable
/linux-master/arch/x86/kvm/svm/
H A Dsev.c2251 WARN_ON_ONCE(misc_cg_set_capacity(MISC_CG_RES_SEV, sev_asid_count));
2277 WARN_ON_ONCE(misc_cg_set_capacity(MISC_CG_RES_SEV_ES, sev_es_asid_count));
2311 misc_cg_set_capacity(MISC_CG_RES_SEV, 0);
2312 misc_cg_set_capacity(MISC_CG_RES_SEV_ES, 0);

Completed in 127 milliseconds