Lines Matching defs:pcpu
176 const struct psref_cpu *pcpu = p;
179 if (!SLIST_EMPTY(&pcpu->pcpu_head))
231 psref_exist(struct psref_cpu *pcpu, struct psref *psref)
235 SLIST_FOREACH(_psref, &pcpu->pcpu_head, psref_entry) {
243 psref_check_duplication(struct psref_cpu *pcpu, struct psref *psref,
248 found = psref_exist(pcpu, psref);
256 psref_check_existence(struct psref_cpu *pcpu, struct psref *psref,
261 found = psref_exist(pcpu, psref);
287 struct psref_cpu *pcpu;
303 pcpu = percpu_getref(class->prc_percpu);
307 psref_check_duplication(pcpu, psref, target);
311 SLIST_INSERT_HEAD(&pcpu->pcpu_head, psref, psref_entry);
341 struct psref_cpu *pcpu;
371 pcpu = percpu_getref(class->prc_percpu);
374 psref_check_existence(pcpu, psref, target);
376 SLIST_REMOVE(&pcpu->pcpu_head, psref, psref, psref_entry);
408 struct psref_cpu *pcpu;
433 pcpu = percpu_getref(class->prc_percpu);
436 SLIST_INSERT_HEAD(&pcpu->pcpu_head, pto, psref_entry);
549 const struct psref_cpu *pcpu;
565 pcpu = percpu_getref(class->prc_percpu);
568 SLIST_FOREACH(psref, &pcpu->pcpu_head, psref_entry) {