Home
last modified time | relevance | path

Searched refs:dprev (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbofi_impl.h78 struct bofi_shadow *dprev; /* prev on dhash chain */ member
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c729 dhash_table[i].dprev = &dhash_table[i]; in bofi_attach()
3192 dhashp->dnext->dprev = hp; in bofi_map()
3193 hp->dprev = dhashp; in bofi_map()
3251 hp->dnext->dprev = hp->dprev; in bofi_map()
3252 hp->dprev->dnext = hp->dnext; in bofi_map()
3439 dhashp->dnext->dprev = hp; in bofi_dma_allochdl()
3440 hp->dprev = dhashp; in bofi_dma_allochdl()
3493 hp->dnext->dprev = hp->dprev; in bofi_dma_freehdl()
3494 hp->dprev->dnext = hp->dnext; in bofi_dma_freehdl()
3910 hp->dnext->dprev = hp->dprev; in bofi_dma_ctl()
[all …]