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

Function zio_interrupt

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

Source from the content-addressed store, hash-verified

1929}
1930
1931void
1932zio_interrupt(zio_t *zio)
1933{
1934 zio_taskq_dispatch(zio, ZIO_TASKQ_INTERRUPT, B_FALSE);
1935}
1936
1937void
1938zio_delay_interrupt(zio_t *zio)

Callers 10

vdev_geom_io_startFunction · 0.85
vdev_file_io_startFunction · 0.85
vdev_file_io_fsyncFunction · 0.85
vdev_file_io_startFunction · 0.85
vdev_disk.cFile · 0.85
vdev_disk_io_startFunction · 0.85
zio_delay_interruptFunction · 0.85
zio_deadman_implFunction · 0.85
zio_vdev_io_startFunction · 0.85

Calls 1

zio_taskq_dispatchFunction · 0.85

Tested by

no test coverage detected