Searched refs:cpu_cf_root (Results 1 – 1 of 1) sorted by relevance
111 } cpu_cf_root; argument169 if (!refcount_dec_and_test(&cpu_cf_root.refcnt)) in cpum_cf_free_root()171 free_percpu(cpu_cf_root.cfptr); in cpum_cf_free_root()172 cpu_cf_root.cfptr = NULL; in cpum_cf_free_root()177 !cpu_cf_root.cfptr); in cpum_cf_free_root()190 if (refcount_inc_not_zero(&cpu_cf_root.refcnt)) in cpum_cf_alloc_root()195 if (cpu_cf_root.cfptr) { in cpum_cf_alloc_root()196 refcount_set(&cpu_cf_root.refcnt, 1); in cpum_cf_alloc_root()218 if (!cpu_cf_root.cfptr) in cpum_cf_free_cpu()220 p = per_cpu_ptr(cpu_cf_root.cfptr, cpu); in cpum_cf_free_cpu()[all …]