Searched refs:psref_cpu (Results 1 – 2 of 2) sorted by relevance
108 struct psref_cpu { struct164 class->prc_percpu = percpu_alloc(sizeof(struct psref_cpu)); in psref_class_create()176 const struct psref_cpu *pcpu = p; in psref_cpu_drained_p()208 percpu_free(class->prc_percpu, sizeof(struct psref_cpu)); in psref_class_destroy()231 psref_exist(struct psref_cpu *pcpu, struct psref *psref) in psref_exist()243 psref_check_duplication(struct psref_cpu *pcpu, struct psref *psref, in psref_check_duplication()256 psref_check_existence(struct psref_cpu *pcpu, struct psref *psref, in psref_check_existence()287 struct psref_cpu *pcpu; in psref_acquire()314 psref->psref_cpu = curcpu(); in psref_acquire()341 struct psref_cpu *pcpu; in psref_release()[all …]
80 struct cpu_info *psref_cpu; member