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

Function vdev_file_init

freebsd/contrib/openzfs/module/os/linux/zfs/vdev_file.c:332–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330};
331
332void
333vdev_file_init(void)
334{
335 vdev_file_taskq = taskq_create("z_vdev_file", MAX(boot_ncpus, 16),
336 minclsyspri, boot_ncpus, INT_MAX, TASKQ_DYNAMIC);
337
338 VERIFY(vdev_file_taskq);
339}
340
341void
342vdev_file_fini(void)

Callers 1

spa_initFunction · 0.50

Calls 1

taskq_createFunction · 0.50

Tested by

no test coverage detected