Home
last modified time | relevance | path

Searched refs:bpages (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/platform/vkernel64/platform/
H A Dbusdma_machdep.c129 struct bp_list bpages; member
336 STAILQ_INIT(&((*mapp)->bpages)); in bus_dmamap_create()
386 if (STAILQ_FIRST(&map->bpages) != NULL) in bus_dmamap_destroy()
896 while ((bpage = STAILQ_FIRST(&map->bpages)) != NULL) { in _bus_dmamap_unload()
897 STAILQ_REMOVE_HEAD(&map->bpages, links); in _bus_dmamap_unload()
907 if ((bpage = STAILQ_FIRST(&map->bpages)) != NULL) { in _bus_dmamap_sync()
1152 STAILQ_INSERT_TAIL(&map->bpages, bpage, links); in add_bounce_page()
/dragonfly/sys/platform/pc64/x86_64/
H A Dbusdma_machdep.c141 struct bp_list bpages; member
387 STAILQ_INIT(&((*mapp)->bpages)); in bus_dmamap_create()
443 if (STAILQ_FIRST(&map->bpages) != NULL) in bus_dmamap_destroy()
1027 while ((bpage = STAILQ_FIRST(&map->bpages)) != NULL) { in _bus_dmamap_unload()
1028 STAILQ_REMOVE_HEAD(&map->bpages, links); in _bus_dmamap_unload()
1038 if ((bpage = STAILQ_FIRST(&map->bpages)) != NULL) { in _bus_dmamap_sync()
1366 STAILQ_INSERT_TAIL(&map->bpages, bpage, links); in add_bounce_page()
/dragonfly/lib/libc/db/hash/
H A Dhash.c101 int bpages, hdrsize, new_table, nsegs, save_errno; in __hash_open() local
170 bpages = (hashp->SPARES[hashp->OVFL_POINT] + in __hash_open()
174 hashp->nmaps = bpages; in __hash_open()
175 memset(&hashp->mapp[0], 0, bpages * sizeof(uint32_t *)); in __hash_open()