Searched refs:lastbuf (Results 1 – 1 of 1) sorted by relevance
3094 arc_buf_t *lastbuf = NULL; in arc_buf_remove() local3110 lastbuf = *bufp; in arc_buf_remove()3115 ASSERT3P(lastbuf, !=, buf); in arc_buf_remove()3118 IMPLY(lastbuf != NULL, ARC_BUF_LAST(lastbuf)); in arc_buf_remove()3120 return (lastbuf); in arc_buf_remove()3190 if (lastbuf != NULL && !ARC_BUF_ENCRYPTED(lastbuf)) { in arc_buf_destroy_impl()3205 arc_share_buf(hdr, lastbuf); in arc_buf_destroy_impl()3216 ASSERT3P(lastbuf, !=, NULL); in arc_buf_destroy_impl()6647 ASSERT3P(lastbuf, !=, NULL); in arc_release()6669 if (arc_can_share(hdr, lastbuf)) { in arc_release()[all …]