Searched refs:arc_buf_hdr_t (Results 1 – 2 of 2) sorted by relevance
817 arc_buf_hdr_t *b_hash_next;831 static arc_buf_hdr_t arc_eviction_hdr;864 #define HDR_FULL_SIZE ((int64_t)sizeof (arc_buf_hdr_t))865 #define HDR_L2ONLY_SIZE ((int64_t)offsetof(arc_buf_hdr_t, b_l1hdr))883 arc_buf_hdr_t **ht_table;956 arc_buf_hdr_t *l2wcb_head; /* head of write buflist */973 static void arc_access(arc_buf_hdr_t *, kmutex_t *);979 static arc_buf_contents_t arc_buf_type(arc_buf_hdr_t *);983 static boolean_t l2arc_write_eligible(uint64_t, uint64_t, arc_buf_hdr_t *);986 static boolean_t l2arc_compress_buf(arc_buf_hdr_t *);[all …]
46 typedef struct arc_buf_hdr arc_buf_hdr_t; typedef94 arc_buf_hdr_t *b_hdr;