Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDmbpool.h47 struct mbpool;
59 int mbp_create(struct mbpool **, const char *, bus_dma_tag_t, u_int,
63 void mbp_destroy(struct mbpool *);
66 void *mbp_alloc(struct mbpool *, bus_addr_t *, uint32_t *);
69 void mbp_free(struct mbpool *, void *);
75 void mbp_card_free(struct mbpool *);
78 void mbp_count(struct mbpool *, u_int *, u_int *, u_int *);
81 void *mbp_get(struct mbpool *, uint32_t);
84 void *mbp_get_keep(struct mbpool *, uint32_t);
87 void mbp_sync(struct mbpool *, uint32_t, bus_addr_t, bus_size_t, u_int);
/trueos/sys/kern/
HDsubr_mbpool.c80 struct mbpool { struct
119 mbp_create(struct mbpool **pp, const char *name, bus_dma_tag_t dmat, in mbp_create()
130 (*pp) = malloc(sizeof(struct mbpool) + in mbp_create()
151 mbp_destroy(struct mbpool *p) in mbp_destroy()
195 mbp_alloc_page(struct mbpool *p) in mbp_alloc_page()
241 mbp_alloc(struct mbpool *p, bus_addr_t *pap, uint32_t *hp) in mbp_alloc()
272 mbp_free(struct mbpool *p, void *ptr) in mbp_free()
298 mbp_card_free(struct mbpool *p) in mbp_card_free()
324 mbp_count(struct mbpool *p, u_int *used, u_int *card, u_int *free) in mbp_count()
352 mbp_get(struct mbpool *p, uint32_t h) in mbp_get()
[all …]
/trueos/share/man/man9/
HDMakefile171 mbpool.9 \
874 MLINKS+=mbpool.9 mbp_alloc.9 \
875 mbpool.9 mbp_card_free.9 \
876 mbpool.9 mbp_count.9 \
877 mbpool.9 mbp_create.9 \
878 mbpool.9 mbp_destroy.9 \
879 mbpool.9 mbp_ext_free.9 \
880 mbpool.9 mbp_free.9 \
881 mbpool.9 mbp_get.9 \
882 mbpool.9 mbp_get_keep.9 \
[all …]
/trueos/sys/dev/patm/
HDif_patmvar.h276 struct mbpool *sbuf_pool; /* pool */
277 struct mbpool *vbuf_pool; /* pool */