Searched refs:cpu_cf_root (Results 1 – 1 of 1) sorted by relevance
108 static struct cpu_cf_root { /* Anchor to per CPU data */ struct111 } cpu_cf_root; variable145 struct cpu_cf_ptr __percpu *p = cpu_cf_root.cfptr; in get_cpu_cfhw()169 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()176 __func__, refcount_read(&cpu_cf_root.refcnt), 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()194 cpu_cf_root.cfptr = alloc_percpu(struct cpu_cf_ptr); in cpum_cf_alloc_root()[all …]