| 1921 | } |
| 1922 | |
| 1923 | static zio_t * |
| 1924 | zio_issue_async(zio_t *zio) |
| 1925 | { |
| 1926 | zio_taskq_dispatch(zio, ZIO_TASKQ_ISSUE, B_FALSE); |
| 1927 | |
| 1928 | return (NULL); |
| 1929 | } |
| 1930 | |
| 1931 | void |
| 1932 | zio_interrupt(zio_t *zio) |
nothing calls this directly
no test coverage detected