Home
last modified time | relevance | path

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

/f-stack/freebsd/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;
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c2237 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_evictable_space_increment()
2278 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_evictable_space_decrement()
2444 bufcnt = hdr->b_l1hdr.b_bufcnt; in arc_change_state()
2874 hdr->b_l1hdr.b_bufcnt += 1; in arc_buf_alloc_impl()
3157 hdr->b_l1hdr.b_bufcnt -= 1; in arc_buf_destroy_impl()
3334 hdr->b_l1hdr.b_bufcnt = 0; in arc_hdr_alloc()
3397 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_hdr_realloc()
3514 nhdr->b_l1hdr.b_bufcnt = hdr->b_l1hdr.b_bufcnt; in arc_hdr_realloc_crypt()
3559 hdr->b_l1hdr.b_bufcnt = 0; in arc_hdr_realloc_crypt()
6704 hdr->b_l1hdr.b_bufcnt -= 1; in arc_release()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc_impl.h156 uint32_t b_bufcnt; member