Home
last modified time | relevance | path

Searched refs:dpcpu_free (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_pcpu.c67 struct dpcpu_free { struct
70 TAILQ_ENTRY(dpcpu_free) df_link; argument
74 static TAILQ_HEAD(, dpcpu_free) dpcpu_head = TAILQ_HEAD_INITIALIZER(dpcpu_head);
123 struct dpcpu_free *df; in dpcpu_startup()
167 struct dpcpu_free *df; in dpcpu_alloc()
196 dpcpu_free(void *s, int size) in dpcpu_free() function
198 struct dpcpu_free *df; in dpcpu_free()
199 struct dpcpu_free *dn; in dpcpu_free()
H A Dlink_elf.c1375 dpcpu_free((void *)ef->pcpu_base, in link_elf_unload_file()
H A Dlink_elf_obj.c1298 dpcpu_free(ef->progtab[i].addr, in link_elf_unload_file()
/freebsd/sys/sys/
H A Dpcpu.h321 void dpcpu_free(void *s, int size);