Searched refs:cpu_cf_root (Results 1 – 1 of 1) sorted by relevance
115 } cpu_cf_root; variable173 if (!refcount_dec_and_test(&cpu_cf_root.refcnt)) in cpum_cf_free_root()175 free_percpu(cpu_cf_root.cfptr); in cpum_cf_free_root()176 cpu_cf_root.cfptr = NULL; in cpum_cf_free_root()181 !cpu_cf_root.cfptr); in cpum_cf_free_root()194 if (refcount_inc_not_zero(&cpu_cf_root.refcnt)) in cpum_cf_alloc_root()199 if (cpu_cf_root.cfptr) { in cpum_cf_alloc_root()200 refcount_set(&cpu_cf_root.refcnt, 1); in cpum_cf_alloc_root()222 if (!cpu_cf_root.cfptr) in cpum_cf_free_cpu()224 p = per_cpu_ptr(cpu_cf_root.cfptr, cpu); in cpum_cf_free_cpu()[all …]