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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1009 arc_read_done_func_t *acb_done; member in struct:arc_callback
5319 * If a read request has a callback (i.e. acb_done is not NULL), then we
5326 if (!acb->acb_done)
5338 * so that when we call acb_done (below),
5407 if (acb->acb_done != NULL) {
5417 acb->acb_done(zio, &zio->io_bookmark, zio->io_bp,
5513 acb->acb_done = done;
5520 ASSERT3P(acb->acb_done, !=, NULL);
5671 acb->acb_done = done;

Completed in 68 milliseconds