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

  /src/sys/kern/
subr_cprng.c 76 struct percpu *cs_percpu; /* struct cprng_cpu */
81 * struct cprng_cpu
87 struct cprng_cpu { struct
197 cprng->cs_percpu = percpu_create(sizeof(struct cprng_cpu),
207 percpu_free(cprng->cs_percpu, sizeof(struct cprng_cpu));
214 struct cprng_cpu *cc = ptr;
258 struct cprng_cpu *cc = ptr;
270 struct cprng_cpu **ccp, int *sp)
301 struct cprng_cpu *cc;
subr_cprng.c 76 struct percpu *cs_percpu; /* struct cprng_cpu */
81 * struct cprng_cpu
87 struct cprng_cpu { struct
197 cprng->cs_percpu = percpu_create(sizeof(struct cprng_cpu),
207 percpu_free(cprng->cs_percpu, sizeof(struct cprng_cpu));
214 struct cprng_cpu *cc = ptr;
258 struct cprng_cpu *cc = ptr;
270 struct cprng_cpu **ccp, int *sp)
301 struct cprng_cpu *cc;

Completed in 43 milliseconds