Searched refs:cpumem_free (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/kern/
H A Dsubr_percpu.c95 cpumem_free(struct cpumem *cm, int type, size_t sz) function
158 cpumem_free(cm, M_COUNTERS, n * sizeof(uint64_t));
272 cpumem_free(struct cpumem *cm, int type, size_t sz) function
307 cpumem_free(cm, M_COUNTERS, n * sizeof(uint64_t));
/openbsd-current/sys/sys/
H A Dpercpu.h58 void cpumem_free(struct cpumem *, int, size_t);

Completed in 193 milliseconds