Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c1872 next_lp = lp->link; in bofi_errdef_free()
1875 lp = next_lp; in bofi_errdef_free()
3259 next_lp = lp->link; in bofi_map()
3262 lp = next_lp; in bofi_map()
3639 struct bofi_link *lp, *next_lp; in bofi_dma_unbindhdl() local
3675 next_lp = lp->link; in bofi_dma_unbindhdl()
3688 lp = next_lp; in bofi_dma_unbindhdl()
4177 next_lp = lp->link; in bofi_dvma_unload()
4187 lp = next_lp; in bofi_dvma_unload()
4706 next_lp = lp->link; in bofi_intr_ops()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c2708 const l2arc_log_blkptr_t *this_lp, const l2arc_log_blkptr_t *next_lp,