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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1943 arc_buf_hdr_t *ab, *ab_prev = NULL; local
1983 for (ab = list_tail(list); ab; ab = ab_prev) {
1984 ab_prev = list_prev(list, ab);
1997 ab_prev && ab_prev->b_size == bytes)
2020 ab_prev = list_prev(list, &marker);
2143 arc_buf_hdr_t *ab, *ab_prev; local
2168 for (ab = list_tail(list); ab; ab = ab_prev) {
2169 ab_prev = list_prev(list, ab);
2195 ab_prev
4575 arc_buf_hdr_t *head, *ab, *ab_prev; local
4781 arc_buf_hdr_t *ab, *ab_prev; local
4917 arc_buf_hdr_t *ab, *ab_prev, *head; local
[all...]

Completed in 168 milliseconds