Searched refs:dummyhp (Results 1 – 1 of 1) sorted by relevance
3843 struct bofi_shadow *dummyhp; in bofi_dma_ctl() local3890 dummyhp = hp; in bofi_dma_ctl()3891 dummyhp->hnext->hprev = dummyhp->hprev; in bofi_dma_ctl()3892 dummyhp->hprev->hnext = dummyhp->hnext; in bofi_dma_ctl()3895 for (i = 0; i < dummyhp->len; i++) { in bofi_dma_ctl()3896 hp = dummyhp->hparrayp[i]; in bofi_dma_ctl()3918 kmem_free(dummyhp->hparrayp, dummyhp->len * in bofi_dma_ctl()3920 kmem_free(dummyhp, sizeof (struct bofi_shadow)); in bofi_dma_ctl()3938 struct bofi_shadow *dummyhp; in bofi_dvma_reserve() local3950 dummyhp = kmem_zalloc(sizeof (*dummyhp), KM_SLEEP); in bofi_dvma_reserve()[all …]