Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmisc_cgroup.h60 void misc_cg_uncharge(enum misc_res_type type, struct misc_cg *cg, u64 amount);
118 static inline void misc_cg_uncharge(enum misc_res_type type, in misc_cg_uncharge() function
/openbmc/linux/kernel/cgroup/
H A Dmisc.c186 void misc_cg_uncharge(enum misc_res_type type, struct misc_cg *cg, u64 amount) in misc_cg_uncharge() function
196 EXPORT_SYMBOL_GPL(misc_cg_uncharge);
/openbmc/linux/arch/x86/kvm/svm/
H A Dsev.c142 misc_cg_uncharge(type, sev->misc_cg, 1); in sev_misc_cg_uncharge()