Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1931
void
1932
zio_interrupt(zio_t *zio)
1933
{
1934
zio_taskq_dispatch(zio, ZIO_TASKQ_INTERRUPT, B_FALSE);
1935
}
1936
1937
void
1938
zio_delay_interrupt(zio_t *zio)
Callers
10
vdev_geom_io_start
Function · 0.85
vdev_file_io_start
Function · 0.85
vdev_file_io_fsync
Function · 0.85
vdev_file_io_start
Function · 0.85
vdev_disk.c
File · 0.85
vdev_disk_io_start
Function · 0.85
vdev_draid_spare_io_start
Function · 0.85
zio_delay_interrupt
Function · 0.85
zio_deadman_impl
Function · 0.85
zio_vdev_io_start
Function · 0.85
Calls
1
zio_taskq_dispatch
Function · 0.85
Tested by
no test coverage detected