Searched refs:ARC_FLAG_IN_HASH_TABLE (Results 1 – 2 of 2) sorted by relevance
73 ARC_FLAG_IN_HASH_TABLE = 1 << 7, /* buffer is hashed */ enumerator
833 #define HDR_IN_HASH_TABLE(hdr) ((hdr)->b_flags & ARC_FLAG_IN_HASH_TABLE)1356 hdr->b_flags |= ARC_FLAG_IN_HASH_TABLE; in buf_hash_insert()1389 hdr->b_flags &= ~ARC_FLAG_IN_HASH_TABLE; in buf_hash_remove()2864 hdr->b_flags |= ARC_FLAG_IN_HASH_TABLE; in arc_evict_hdr()