Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Darc.h203 arc_buf_t *b_next; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c746 #define ARC_BUF_LAST(buf) ((buf)->b_next == NULL)
1425 for (arc_buf_t *b = hdr->b_l1hdr.b_buf; b != NULL; b = b->b_next) { in arc_hdr_has_uncompressed_buf()
1698 from = from->b_next) { in arc_buf_try_copy_decompressed_data()
2243 buf = buf->b_next) { in arc_evictable_space_increment()
2282 buf = buf->b_next) { in arc_evictable_space_decrement()
2380 for (arc_buf_t *buf = l1hdr->b_buf; buf; buf = buf->b_next) in arc_buf_info()
2499 buf = buf->b_next) { in arc_change_state()
2555 buf = buf->b_next) { in arc_change_state()
2750 buf->b_next = hdr->b_l1hdr.b_buf; in arc_buf_alloc_impl()
3045 *bufp = buf->b_next; in arc_buf_remove()
[all …]