Searched refs:misc_cg_try_charge (Results 1 – 3 of 3) sorted by relevance
64 int misc_cg_try_charge(enum misc_res_type type, struct misc_cg *cg, u64 amount);111 static inline int misc_cg_try_charge(enum misc_res_type type, in misc_cg_try_charge() function
148 int misc_cg_try_charge(enum misc_res_type type, struct misc_cg *cg, u64 amount) in misc_cg_try_charge() function182 EXPORT_SYMBOL_GPL(misc_cg_try_charge);
165 return misc_cg_try_charge(type, sev->misc_cg, 1); in sev_misc_cg_try_charge()