MCPcopy Create free account
hub / github.com/ceph/ceph / entry

Method entry

src/blk/kernel/KernelDevice.h:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 KernelDevice *bdev;
73 explicit AioCompletionThread(KernelDevice *b) : bdev(b) {}
74 void *entry() override {
75 bdev->_aio_thread();
76 return NULL;
77 }
78 } aio_thread;
79
80 struct DiscardThread : public Thread {

Callers

nothing calls this directly

Calls 1

_aio_threadMethod · 0.80

Tested by

no test coverage detected