Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Darc.c1607 arc_buf_hdr_t *ab, *ab_prev = NULL; in arc_evict() local
1621 ab_prev = list_prev(list, ab); in arc_evict()
1633 ab_prev && ab_prev->b_size == bytes) in arc_evict()
1746 arc_buf_hdr_t *ab, *ab_prev; in arc_evict_ghost() local
1757 ab_prev = list_prev(list, ab); in arc_evict_ghost()
3988 ab_prev = list_prev(buflist, ab); in l2arc_write_done()
4153 arc_buf_hdr_t *ab, *ab_prev; in l2arc_evict() local
4185 ab_prev = list_prev(buflist, ab); in l2arc_evict()
4321 for (; ab; ab = ab_prev) { in l2arc_write_buffers()
4323 ab_prev = list_next(list, ab); in l2arc_write_buffers()
[all …]