Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_arc.h73 __entry->hdr_bufcnt = ab->b_l1hdr.b_bufcnt;
231 __entry->hdr_bufcnt = hdr->b_l1hdr.b_bufcnt;
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Darc.c2199 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_evictable_space_increment()
2239 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_evictable_space_decrement()
2405 bufcnt = hdr->b_l1hdr.b_bufcnt; in arc_change_state()
2818 hdr->b_l1hdr.b_bufcnt += 1; in arc_buf_alloc_impl()
3101 hdr->b_l1hdr.b_bufcnt -= 1; in arc_buf_destroy_impl()
3301 hdr->b_l1hdr.b_bufcnt = 0; in arc_hdr_alloc()
3358 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_hdr_realloc()
3475 nhdr->b_l1hdr.b_bufcnt = hdr->b_l1hdr.b_bufcnt; in arc_hdr_realloc_crypt()
3519 hdr->b_l1hdr.b_bufcnt = 0; in arc_hdr_realloc_crypt()
6724 hdr->b_l1hdr.b_bufcnt -= 1; in arc_release()
[all …]
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Darc_impl.h170 uint32_t b_bufcnt; member