Searched refs:HDR_IO_IN_PROGRESS (Results 1 – 1 of 1) sorted by relevance
1177 #define HDR_IO_IN_PROGRESS(hdr) ((hdr)->b_flags & ARC_FLAG_IO_IN_PROGRESS) macro1937 if (HDR_IO_IN_PROGRESS(hdr)) in arc_buf_thaw()3051 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_hdr_destroy()3118 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_buf_destroy()3165 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_evict_hdr()3211 if (HDR_IO_IN_PROGRESS(hdr) || in arc_evict_hdr()4871 if (HDR_IO_IN_PROGRESS(hdr)) { in arc_read()5025 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_read()5254 if (!HDR_HAS_L1HDR(hdr) || (!HDR_IO_IN_PROGRESS(hdr) && in arc_freed()5293 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_release()[all …]