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

Method ll_interrupt

src/client/Client.cc:17765–17771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17763};
17764
17765void Client::ll_interrupt(void *d)
17766{
17767 MetaRequest *req = static_cast<MetaRequest*>(d);
17768 ldout(cct, 3) << __func__ << " tid " << req->get_tid() << dendl;
17769 tout(cct) << __func__ << " tid " << req->get_tid() << std::endl;
17770 interrupt_finisher.queue(new C_Client_RequestInterrupt(this, req));
17771}
17772
17773// =========================================
17774// layout

Callers 1

fuse_ll_interruptFunction · 0.80

Calls 2

get_tidMethod · 0.45
queueMethod · 0.45

Tested by

no test coverage detected