Searched refs:HDR_IO_IN_PROGRESS (Results 1 – 1 of 1) sorted by relevance
838 #define HDR_IO_IN_PROGRESS(hdr) ((hdr)->b_flags & ARC_FLAG_IO_IN_PROGRESS) macro1812 if (HDR_IO_IN_PROGRESS(buf->b_hdr)) in arc_buf_thaw()2554 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_hdr_destroy()2651 } else if (HDR_IO_IN_PROGRESS(hdr)) { in arc_buf_free()2661 destroy_hdr = !HDR_IO_IN_PROGRESS(hdr); in arc_buf_free()2779 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_evict_hdr()2822 if (HDR_IO_IN_PROGRESS(hdr) || in arc_evict_hdr()4364 if (HDR_IO_IN_PROGRESS(hdr)) { in arc_read()4530 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_read()4838 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_release()[all …]