MCPcopy Create free account
hub / github.com/F-Stack/f-stack / zio_issue_async

Function zio_issue_async

freebsd/contrib/openzfs/module/zfs/zio.c:1923–1929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1921}
1922
1923static zio_t *
1924zio_issue_async(zio_t *zio)
1925{
1926 zio_taskq_dispatch(zio, ZIO_TASKQ_ISSUE, B_FALSE);
1927
1928 return (NULL);
1929}
1930
1931void
1932zio_interrupt(zio_t *zio)

Callers

nothing calls this directly

Calls 1

zio_taskq_dispatchFunction · 0.85

Tested by

no test coverage detected