Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c756 #define HDR_L2ONLY_SIZE ((int64_t)offsetof(arc_buf_hdr_t, b_l1hdr))
1169 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in hdr_full_cons()
1170 zfs_refcount_create(&hdr->b_l1hdr.b_refcnt); in hdr_full_cons()
1172 mutex_init(&hdr->b_l1hdr.b_freeze_lock, NULL, MUTEX_DEFAULT, NULL); in hdr_full_cons()
1174 multilist_link_init(&hdr->b_l1hdr.b_arc_node); in hdr_full_cons()
1216 zfs_refcount_destroy(&hdr->b_l1hdr.b_refcnt); in hdr_full_dest()
1218 mutex_destroy(&hdr->b_l1hdr.b_freeze_lock); in hdr_full_dest()
1220 ASSERT(!multilist_link_active(&hdr->b_l1hdr.b_arc_node)); in hdr_full_dest()
1344 *byteorder = (hdr->b_l1hdr.b_byteswap == DMU_BSWAP_NUMFUNCS) ? in arc_get_raw_params()
1382 buf->b_hdr->b_l1hdr.b_pabd != NULL && in arc_buf_is_shared()
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_arc.h75 __entry->hdr_state_type = ab->b_l1hdr.b_state->arcs_state;
76 __entry->hdr_access = ab->b_l1hdr.b_arc_access;
77 __entry->hdr_mru_hits = ab->b_l1hdr.b_mru_hits;
78 __entry->hdr_mru_ghost_hits = ab->b_l1hdr.b_mru_ghost_hits;
79 __entry->hdr_mfu_hits = ab->b_l1hdr.b_mfu_hits;
80 __entry->hdr_mfu_ghost_hits = ab->b_l1hdr.b_mfu_ghost_hits;
82 __entry->hdr_refcount = ab->b_l1hdr.b_refcnt.rc_count;
226 __entry->hdr_state_type = hdr->b_l1hdr.b_state->arcs_state;
227 __entry->hdr_access = hdr->b_l1hdr.b_arc_access;
228 __entry->hdr_mru_hits = hdr->b_l1hdr.b_mru_hits;
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc_impl.h513 l1arc_buf_hdr_t b_l1hdr; member