Searched refs:HDR_IO_IN_PROGRESS (Results 1 – 1 of 1) sorted by relevance
502 #define HDR_IO_IN_PROGRESS(hdr) ((hdr)->b_flags & ARC_IO_IN_PROGRESS) macro1431 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_hdr_destroy()1526 } else if (HDR_IO_IN_PROGRESS(hdr)) { in arc_buf_free()1536 destroy_hdr = !HDR_IO_IN_PROGRESS(hdr); in arc_buf_free()1623 if (HDR_IO_IN_PROGRESS(ab) || in arc_evict()1770 ASSERT(!HDR_IO_IN_PROGRESS(ab)); in arc_evict_ghost()2688 if (HDR_IO_IN_PROGRESS(hdr)) { in arc_read_nolock()2791 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_read_nolock()3121 ASSERT(!HDR_IO_IN_PROGRESS(hdr)); in arc_release()3206 if (HDR_IO_IN_PROGRESS(hdr)) { in arc_write_ready()[all …]