Searched refs:dpcpu_free (Results 1 – 4 of 4) sorted by relevance
67 struct dpcpu_free { struct70 TAILQ_ENTRY(dpcpu_free) df_link; argument74 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() function198 struct dpcpu_free *df; in dpcpu_free()199 struct dpcpu_free *dn; in dpcpu_free()
1295 dpcpu_free(ef->progtab[i].addr, in link_elf_unload_file()
1369 dpcpu_free((void *)ef->pcpu_base, in link_elf_unload_file()
321 void dpcpu_free(void *s, int size);