Searched refs:b_l1hdr (Results 1 – 1 of 1) sorted by relevance
823 l1arc_buf_hdr_t b_l1hdr; member861 #define HDR_L2ONLY_SIZE ((int64_t)offsetof(arc_buf_hdr_t, b_l1hdr))1431 cv_init(&hdr->b_l1hdr.b_cv, NULL, CV_DEFAULT, NULL); in hdr_full_cons()1432 refcount_create(&hdr->b_l1hdr.b_refcnt); in hdr_full_cons()1433 mutex_init(&hdr->b_l1hdr.b_freeze_lock, NULL, MUTEX_DEFAULT, NULL); in hdr_full_cons()1434 multilist_link_init(&hdr->b_l1hdr.b_arc_node); in hdr_full_cons()1476 cv_destroy(&hdr->b_l1hdr.b_cv); in hdr_full_dest()1477 refcount_destroy(&hdr->b_l1hdr.b_refcnt); in hdr_full_dest()1478 mutex_destroy(&hdr->b_l1hdr.b_freeze_lock); in hdr_full_dest()1479 ASSERT(!multilist_link_active(&hdr->b_l1hdr.b_arc_node)); in hdr_full_dest()[all …]