Searched refs:cpu_cf_root (Results 1 – 1 of 1) sorted by relevance
111 static struct cpu_cf_root { /* Anchor to per CPU data */ struct 114 } cpu_cf_root; variable 126 * struct cpu_cf_root and the access to cpu_cf_root::refcnt and the127 * per CPU pointers stored in cpu_cf_root::cfptr.148 struct cpu_cf_ptr __percpu *p = cpu_cf_root.cfptr; in get_cpu_cfhw() 172 if (!refcount_dec_and_test(&cpu_cf_root.refcnt)) in cpum_cf_free_root() 174 free_percpu(cpu_cf_root.cfptr); in cpum_cf_free_root() 175 cpu_cf_root.cfptr = NULL; in cpum_cf_free_root() 179 __func__, refcount_read(&cpu_cf_root in cpum_cf_free_root() [all...]