Searched refs:HDR_IO_IN_PROGRESS (Results 1 – 1 of 1) sorted by relevance
1350 #define HDR_IO_IN_PROGRESS(hdr) ((hdr)->b_flags & ARC_FLAG_IO_IN_PROGRESS) macro2201 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_buf_thaw()3639 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_hdr_destroy()3706 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_buf_destroy()3749 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_evict_hdr()3793 if (HDR_IO_IN_PROGRESS(hdr) || in arc_evict_hdr()5793 if (HDR_IO_IN_PROGRESS(hdr)) { in arc_read()5938 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_read()6226 if (!HDR_HAS_L1HDR(hdr) || (!HDR_IO_IN_PROGRESS(hdr) && in arc_freed()6265 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_release()[all …]