Searched refs:ARC_FLAG_IN_HASH_TABLE (Results 1 – 2 of 2) sorted by relevance
74 ARC_FLAG_IN_HASH_TABLE = 1 << 8, /* buffer is hashed */ enumerator
837 #define HDR_IN_HASH_TABLE(hdr) ((hdr)->b_flags & ARC_FLAG_IN_HASH_TABLE)1360 hdr->b_flags |= ARC_FLAG_IN_HASH_TABLE; in buf_hash_insert()1393 hdr->b_flags &= ~ARC_FLAG_IN_HASH_TABLE; in buf_hash_remove()2868 hdr->b_flags |= ARC_FLAG_IN_HASH_TABLE; in arc_evict_hdr()