Searched refs:acb_done (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c814 arc_done_func_t *acb_done; member in struct:arc_callback
4618 * If a read request has a callback (i.e. acb_done is not NULL), then we
4625 if (!acb->acb_done)
4681 if (acb->acb_done)
4682 acb->acb_done(zio, acb->acb_buf, acb->acb_private);
4787 acb->acb_done = done;
4794 ASSERT3P(acb->acb_done, !=, NULL);
4925 acb->acb_done = done;

Completed in 152 milliseconds