Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/cgroup/
Dmisc.c65 static inline bool valid_type(enum misc_res_type type) in valid_type() function
79 if (valid_type(type)) in misc_cg_res_total_usage()
100 if (!valid_type(type)) in misc_cg_set_capacity()
148 if (!(valid_type(type) && cg && READ_ONCE(misc_res_capacity[type]))) in misc_cg_try_charge()
194 if (!(amount && valid_type(type) && cg)) in misc_cg_uncharge()