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

Function vdev_queue_class_tree

freebsd/contrib/openzfs/module/zfs/vdev_queue.c:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254static inline avl_tree_t *
255vdev_queue_class_tree(vdev_queue_t *vq, zio_priority_t p)
256{
257 return (&vq->vq_class[p].vqc_queued_tree);
258}
259
260static inline avl_tree_t *
261vdev_queue_type_tree(vdev_queue_t *vq, zio_type_t t)

Callers 7

vdev_queue_initFunction · 0.85
vdev_queue_finiFunction · 0.85
vdev_queue_io_addFunction · 0.85
vdev_queue_io_removeFunction · 0.85
vdev_queue_io_to_issueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected