Searched refs:l1hdr (Results 1 – 1 of 1) sorted by relevance
2360 l1arc_buf_hdr_t *l1hdr = NULL; in arc_buf_info() local2372 l1hdr = &hdr->b_l1hdr; in arc_buf_info()2373 state = l1hdr->b_state; in arc_buf_info()2378 if (l1hdr) { in arc_buf_info()2380 for (arc_buf_t *buf = l1hdr->b_buf; buf; buf = buf->b_next) in arc_buf_info()2382 abi->abi_access = l1hdr->b_arc_access; in arc_buf_info()2383 abi->abi_mru_hits = l1hdr->b_mru_hits; in arc_buf_info()2384 abi->abi_mru_ghost_hits = l1hdr->b_mru_ghost_hits; in arc_buf_info()2385 abi->abi_mfu_hits = l1hdr->b_mfu_hits; in arc_buf_info()2386 abi->abi_mfu_ghost_hits = l1hdr->b_mfu_ghost_hits; in arc_buf_info()[all …]