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

Method insert

src/mgr/DaemonState.cc:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224DaemonStateIndex::~DaemonStateIndex() = default;
225
226void DaemonStateIndex::insert(DaemonStatePtr dm)
227{
228 std::unique_lock l{lock};
229 _insert(dm);
230}
231
232void DaemonStateIndex::_insert(DaemonStatePtr dm)
233{

Callers 15

ceph_standby_state_getFunction · 0.45
standby_startMethod · 0.45
_insertMethod · 0.45
cull_servicesMethod · 0.45
list_devids_by_serverMethod · 0.45
notify_updatingMethod · 0.45
send_beaconMethod · 0.45
ms_handle_acceptMethod · 0.45
maybe_readyMethod · 0.45
handle_openMethod · 0.45
_check_offlines_pgsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected