Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c2382 l1arc_buf_hdr_t *l1hdr = NULL; in arc_buf_info() local
2394 l1hdr = &hdr->b_l1hdr; in arc_buf_info()
2395 state = l1hdr->b_state; in arc_buf_info()
2400 if (l1hdr) { in arc_buf_info()
2401 abi->abi_bufcnt = l1hdr->b_bufcnt; in arc_buf_info()
2402 abi->abi_access = l1hdr->b_arc_access; in arc_buf_info()
2403 abi->abi_mru_hits = l1hdr->b_mru_hits; in arc_buf_info()
2404 abi->abi_mru_ghost_hits = l1hdr->b_mru_ghost_hits; in arc_buf_info()
2405 abi->abi_mfu_hits = l1hdr->b_mfu_hits; in arc_buf_info()
2406 abi->abi_mfu_ghost_hits = l1hdr->b_mfu_ghost_hits; in arc_buf_info()
[all …]