HomeSort by: relevance | last modified time | path
    Searched refs:psref_cpu (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_psref.c 97 struct percpu *prc_percpu; /* struct psref_cpu */
103 * struct psref_cpu
108 struct psref_cpu { struct
164 class->prc_percpu = percpu_alloc(sizeof(struct psref_cpu));
176 const struct psref_cpu *pcpu = p;
208 percpu_free(class->prc_percpu, sizeof(struct psref_cpu));
231 psref_exist(struct psref_cpu *pcpu, struct psref *psref)
243 psref_check_duplication(struct psref_cpu *pcpu, struct psref *psref,
256 psref_check_existence(struct psref_cpu *pcpu, struct psref *psref,
287 struct psref_cpu *pcpu
    [all...]
  /src/sys/sys/
psref.h 80 struct cpu_info *psref_cpu; member in struct:psref

Completed in 12 milliseconds