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

/freebsd-current/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_arc.h81 __entry->hdr_l2_hits = ab->b_l2hdr.b_hits;
232 __entry->hdr_l2_hits = hdr->b_l2hdr.b_hits;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Darc.c1158 list_link_init(&hdr->b_l2hdr.b_l2node);
1738 hdr->b_l2hdr.b_dev = dev;
1739 hdr->b_l2hdr.b_daddr = daddr;
1740 hdr->b_l2hdr.b_arcs_state = arcs_state;
2359 l2hdr = &hdr->b_l2hdr;
2576 hdr->b_l2hdr.b_arcs_state = new_state->arcs_state;
3298 l2arc_dev_t *dev = hdr->b_l2hdr.b_dev;
3355 ASSERT(list_link_active(&hdr->b_l2hdr.b_l2node));
3518 l2arc_buf_hdr_t *l2hdr = &hdr->b_l2hdr;
3551 switch (hdr->b_l2hdr
[all...]
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Darc_impl.h511 l2arc_buf_hdr_t b_l2hdr; member in struct:arc_buf_hdr

Completed in 190 milliseconds