Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c728 #define HDR_L2_EVICTED(hdr) ((hdr)->b_flags & ARC_FLAG_L2_EVICTED) macro
6318 !HDR_L2_WRITING(hdr) && !HDR_L2_EVICTED(hdr) && in arc_read()
8553 !HDR_L2_EVICTED(hdr)) { in l2arc_read_done()