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

Function spa_async_request

freebsd/contrib/openzfs/module/zfs/spa.c:8243–8250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8241}
8242
8243void
8244spa_async_request(spa_t *spa, int task)
8245{
8246 zfs_dbgmsg("spa=%s async request task=%u", spa->spa_name, task);
8247 mutex_enter(&spa->spa_async_lock);
8248 spa->spa_async_tasks |= task;
8249 mutex_exit(&spa->spa_async_lock);
8250}
8251
8252int
8253spa_async_tasks(spa_t *spa)

Callers 15

vdev_geom_set_physpathFunction · 0.85
vdev_geom_orphanFunction · 0.85
vdev_geom_io_intrFunction · 0.85
vdev_disk_io_doneFunction · 0.85
spa_write_cachefileFunction · 0.85
vdev_probeFunction · 0.85
vdev_reopenFunction · 0.85
vdev_onlineFunction · 0.85
vdev_clearFunction · 0.85
spa_configfile_setFunction · 0.85
spa_load_l2cacheFunction · 0.85

Calls 3

mutex_enterFunction · 0.85
mutex_exitFunction · 0.85
zfs_dbgmsgClass · 0.50

Tested by

no test coverage detected