Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmisc_cgroup.h69 void misc_cg_uncharge(enum misc_res_type type, struct misc_cg *cg, u64 amount);
122 static inline void misc_cg_uncharge(enum misc_res_type type, in misc_cg_uncharge() function
/linux/kernel/cgroup/
H A Dmisc.c196 void misc_cg_uncharge(enum misc_res_type type, struct misc_cg *cg, u64 amount) in misc_cg_uncharge() function
206 EXPORT_SYMBOL_GPL(misc_cg_uncharge);
/linux/arch/x86/kvm/vmx/
H A Dtdx.c271 misc_cg_uncharge(MISC_CG_RES_TDX, kvm_tdx->misc_cg, 1); in tdx_hkid_free()
/linux/arch/x86/kvm/svm/
H A Dsev.c198 misc_cg_uncharge(type, sev->misc_cg, 1); in sev_misc_cg_uncharge()