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.c1826 struct bofi_link *lp, *prev_lp, *next_lp; in bofi_errdef_free() local
1872 next_lp = lp->link; in bofi_errdef_free()
1875 lp = next_lp; in bofi_errdef_free()
3099 struct bofi_link *lp, *next_lp; in bofi_map() local
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()
4136 struct bofi_link *lp, *next_lp; in bofi_dvma_unload() local
[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,