repo
stringlengths
1
152
file
stringlengths
14
221
code
stringlengths
501
25k
file_length
int64
501
25k
avg_line_length
float64
20
99.5
max_line_length
int64
21
134
extension_type
stringclasses
2 values
null
ceph-main/src/tools/rbd_mirror/image_deleter/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_IMAGE_DELETER_TYPES_H #define CEPH_RBD_MIRROR_IMAGE_DELETER_TYPES_H #include "include/Context.h" #include "librbd/journal/Policy.h" #include <string> struct utime_t; namespace rbd { namespace mi...
1,177
20.418182
70
h
null
ceph-main/src/tools/rbd_mirror/image_map/LoadRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_IMAGE_MAP_LOAD_REQUEST_H #define CEPH_RBD_MIRROR_IMAGE_MAP_LOAD_REQUEST_H #include "cls/rbd/cls_rbd_types.h" #include "include/rados/librados.hpp" class Context; namespace librbd { class ImageCt...
1,758
21.551282
92
h
null
ceph-main/src/tools/rbd_mirror/image_map/Policy.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_IMAGE_MAP_POLICY_H #define CEPH_RBD_MIRROR_IMAGE_MAP_POLICY_H #include <map> #include <tuple> #include <boost/optional.hpp> #include "cls/rbd/cls_rbd_types.h" #include "include/rados/librados.hpp...
3,826
30.113821
76
h
null
ceph-main/src/tools/rbd_mirror/image_map/SimplePolicy.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_IMAGE_MAP_SIMPLE_POLICY_H #define CEPH_RBD_MIRROR_IMAGE_MAP_SIMPLE_POLICY_H #include "Policy.h" namespace rbd { namespace mirror { namespace image_map { class SimplePolicy : public Policy { publ...
1,000
24.025
70
h
null
ceph-main/src/tools/rbd_mirror/image_map/StateTransition.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_IMAGE_MAP_STATE_TRANSITION_H #define CEPH_RBD_MIRROR_IMAGE_MAP_STATE_TRANSITION_H #include "tools/rbd_mirror/image_map/Types.h" #include <boost/optional.hpp> #include <map> namespace rbd { namesp...
2,103
26.324675
80
h
null
ceph-main/src/tools/rbd_mirror/image_map/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_IMAGE_MAP_TYPES_H #define CEPH_RBD_MIRROR_IMAGE_MAP_TYPES_H #include <iosfwd> #include <map> #include <set> #include <string> #include <boost/variant.hpp> #include "include/buffer.h" #include "in...
2,955
21.564885
74
h
null
ceph-main/src/tools/rbd_mirror/image_map/UpdateRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_IMAGE_MAP_UPDATE_REQUEST_H #define CEPH_RBD_MIRROR_IMAGE_MAP_UPDATE_REQUEST_H #include "cls/rbd/cls_rbd_types.h" #include "include/rados/librados.hpp" class Context; namespace librbd { class Ima...
1,811
26.454545
101
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/BootstrapRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_BOOTSTRAP_REQUEST_H #define RBD_MIRROR_IMAGE_REPLAYER_BOOTSTRAP_REQUEST_H #include "include/int_types.h" #include "include/rados/librados.hpp" #include "common/ceph_mutex.h" #include "co...
6,112
32.587912
86
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/CreateImageRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_CREATE_IMAGE_REQUEST_H #define RBD_MIRROR_IMAGE_REPLAYER_CREATE_IMAGE_REQUEST_H #include "include/int_types.h" #include "include/types.h" #include "include/rados/librados.hpp" #include "...
4,941
33.082759
88
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/GetMirrorImageIdRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_GET_MIRROR_IMAGE_ID_REQUEST_H #define RBD_MIRROR_IMAGE_REPLAYER_GET_MIRROR_IMAGE_ID_REQUEST_H #include "include/buffer.h" #include "include/rados/librados_fwd.hpp" #include <string> nam...
1,873
23.657895
93
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/OpenImageRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_OPEN_IMAGE_REQUEST_H #define RBD_MIRROR_IMAGE_REPLAYER_OPEN_IMAGE_REQUEST_H #include "include/int_types.h" #include "librbd/ImageCtx.h" #include <string> class Context; namespace librbd...
1,692
22.513889
86
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/OpenLocalImageRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_OPEN_LOCAL_IMAGE_REQUEST_H #define RBD_MIRROR_IMAGE_REPLAYER_OPEN_LOCAL_IMAGE_REQUEST_H #include "include/int_types.h" #include "cls/rbd/cls_rbd_types.h" #include "librbd/ImageCtx.h" #in...
2,718
26.744898
91
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/PrepareLocalImageRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_PREPARE_LOCAL_IMAGE_REQUEST_H #define RBD_MIRROR_IMAGE_REPLAYER_PREPARE_LOCAL_IMAGE_REQUEST_H #include "include/buffer.h" #include "include/rados/librados_fwd.hpp" #include "cls/rbd/cls_...
2,893
23.948276
94
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/PrepareRemoteImageRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_PREPARE_REMOTE_IMAGE_REQUEST_H #define RBD_MIRROR_IMAGE_REPLAYER_PREPARE_REMOTE_IMAGE_REQUEST_H #include "include/buffer_fwd.h" #include "include/rados/librados_fwd.hpp" #include "cls/jo...
4,596
28.850649
95
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/Replayer.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_REPLAYER_H #define RBD_MIRROR_IMAGE_REPLAYER_REPLAYER_H #include <string> struct Context; namespace rbd { namespace mirror { namespace image_replayer { struct Replayer { virtual ~Re...
937
22.45
70
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/ReplayerListener.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_REPLAYER_LISTENER_H #define RBD_MIRROR_IMAGE_REPLAYER_REPLAYER_LISTENER_H namespace rbd { namespace mirror { namespace image_replayer { struct ReplayerListener { virtual ~ReplayerList...
505
22
70
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/StateBuilder.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_IMAGE_REPLAYER_STATE_BUILDER_H #define CEPH_RBD_MIRROR_IMAGE_REPLAYER_STATE_BUILDER_H #include "include/rados/librados_fwd.hpp" #include "cls/rbd/cls_rbd_types.h" #include "librbd/mirror/Types.h" ...
3,121
26.147826
82
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/TimeRollingMean.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_TIME_ROLLING_MEAN_H #define RBD_MIRROR_IMAGE_REPLAYER_TIME_ROLLING_MEAN_H #include "include/utime.h" #include <boost/accumulators/accumulators.hpp> #include <boost/accumulators/statistic...
989
23.146341
70
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/Utils.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_UTILS_H #define RBD_MIRROR_IMAGE_REPLAYER_UTILS_H #include "include/rados/librados_fwd.hpp" #include <string> namespace cls { namespace journal { struct Client; } } namespace librbd { n...
847
27.266667
76
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/journal/CreateLocalImageRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_JOURNAL_CREATE_LOCAL_IMAGE_REQUEST_H #define RBD_MIRROR_IMAGE_REPLAYER_JOURNAL_CREATE_LOCAL_IMAGE_REQUEST_H #include "include/rados/librados_fwd.hpp" #include "tools/rbd_mirror/BaseReque...
3,223
26.555556
102
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/journal/EventPreprocessor.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_EVENT_PREPROCESSOR_H #define RBD_MIRROR_IMAGE_REPLAYER_EVENT_PREPROCESSOR_H #include "include/int_types.h" #include "librbd/journal/Types.h" #include "librbd/journal/TypeTraits.h" #inclu...
3,562
26.835938
96
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/journal/PrepareReplayRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_JOURNAL_PREPARE_REPLAY_REQUEST_H #define RBD_MIRROR_IMAGE_REPLAYER_JOURNAL_PREPARE_REPLAY_REQUEST_H #include "include/int_types.h" #include "cls/journal/cls_journal_types.h" #include "li...
2,768
22.87069
99
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/journal/ReplayStatusFormatter.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_REPLAY_STATUS_FORMATTER_H #define RBD_MIRROR_IMAGE_REPLAYER_REPLAY_STATUS_FORMATTER_H #include "include/Context.h" #include "common/ceph_mutex.h" #include "cls/journal/cls_journal_types....
2,204
30.056338
100
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/journal/Replayer.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_JOURNAL_REPLAYER_H #define RBD_MIRROR_IMAGE_REPLAYER_JOURNAL_REPLAYER_H #include "tools/rbd_mirror/image_replayer/Replayer.h" #include "include/utime.h" #include "common/AsyncOpTracker.h...
10,900
32.645062
87
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/journal/StateBuilder.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_IMAGE_REPLAYER_JOURNAL_STATE_BUILDER_H #define CEPH_RBD_MIRROR_IMAGE_REPLAYER_JOURNAL_STATE_BUILDER_H #include "tools/rbd_mirror/image_replayer/StateBuilder.h" #include "cls/journal/cls_journal_ty...
2,810
28.589474
91
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/journal/SyncPointHandler.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_JOURNAL_SYNC_POINT_HANDLER_H #define RBD_MIRROR_IMAGE_REPLAYER_JOURNAL_SYNC_POINT_HANDLER_H #include "tools/rbd_mirror/image_sync/Types.h" #include "librbd/journal/Types.h" struct Conte...
1,620
27.946429
95
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/snapshot/ApplyImageStateRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_SNAPSHOT_APPLY_IMAGE_STATE_REQUEST_H #define RBD_MIRROR_IMAGE_REPLAYER_SNAPSHOT_APPLY_IMAGE_STATE_REQUEST_H #include "common/ceph_mutex.h" #include "librbd/mirror/snapshot/Types.h" #incl...
3,754
23.070513
102
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/snapshot/CreateLocalImageRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_SNAPSHOT_CREATE_LOCAL_IMAGE_REQUEST_H #define RBD_MIRROR_IMAGE_REPLAYER_SNAPSHOT_CREATE_LOCAL_IMAGE_REQUEST_H #include "include/rados/librados_fwd.hpp" #include "tools/rbd_mirror/BaseReq...
3,377
26.688525
103
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/snapshot/PrepareReplayRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_JOURNAL_PREPARE_REPLAY_REQUEST_H #define RBD_MIRROR_IMAGE_REPLAYER_JOURNAL_PREPARE_REPLAY_REQUEST_H #include "include/int_types.h" #include "librbd/mirror/Types.h" #include "tools/rbd_mi...
2,212
22.795699
100
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/snapshot/Replayer.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_SNAPSHOT_REPLAYER_H #define RBD_MIRROR_IMAGE_REPLAYER_SNAPSHOT_REPLAYER_H #include "tools/rbd_mirror/image_replayer/Replayer.h" #include "common/ceph_mutex.h" #include "common/AsyncOpTra...
11,210
31.031429
88
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/snapshot/StateBuilder.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_IMAGE_REPLAYER_SNAPSHOT_STATE_BUILDER_H #define CEPH_RBD_MIRROR_IMAGE_REPLAYER_SNAPSHOT_STATE_BUILDER_H #include "tools/rbd_mirror/image_replayer/StateBuilder.h" #include <string> struct Context;...
2,490
25.5
92
h
null
ceph-main/src/tools/rbd_mirror/image_replayer/snapshot/Utils.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_REPLAYER_SNAPSHOT_UTILS_H #define RBD_MIRROR_IMAGE_REPLAYER_SNAPSHOT_UTILS_H #include "include/int_types.h" #include "include/rados/librados.hpp" #include "common/ceph_mutex.h" #include "librbd/T...
838
26.064516
73
h
null
ceph-main/src/tools/rbd_mirror/image_sync/SyncPointCreateRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_SYNC_SYNC_POINT_CREATE_REQUEST_H #define RBD_MIRROR_IMAGE_SYNC_SYNC_POINT_CREATE_REQUEST_H #include "librbd/internal.h" #include "Types.h" #include <string> class Context; namespace journal { cl...
2,266
23.117021
88
h
null
ceph-main/src/tools/rbd_mirror/image_sync/SyncPointPruneRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_SYNC_SYNC_POINT_PRUNE_REQUEST_H #define RBD_MIRROR_IMAGE_SYNC_SYNC_POINT_PRUNE_REQUEST_H #include "tools/rbd_mirror/image_sync/Types.h" #include <list> #include <string> class Context; namespace...
2,121
22.065217
87
h
null
ceph-main/src/tools/rbd_mirror/image_sync/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_IMAGE_SYNC_TYPES_H #define RBD_MIRROR_IMAGE_SYNC_TYPES_H #include "cls/rbd/cls_rbd_types.h" #include "librbd/Types.h" #include <list> #include <string> #include <boost/optional.hpp> struct Context; n...
2,017
25.906667
70
h
null
ceph-main/src/tools/rbd_mirror/instance_watcher/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_INSTANCE_WATCHER_TYPES_H #define RBD_MIRROR_INSTANCE_WATCHER_TYPES_H #include <string> #include <set> #include <boost/variant.hpp> #include "include/buffer_fwd.h" #include "include/encoding.h" #includ...
5,146
24.994949
79
h
null
ceph-main/src/tools/rbd_mirror/instances/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_INSTANCES_TYPES_H #define CEPH_RBD_MIRROR_INSTANCES_TYPES_H #include <string> #include <vector> namespace rbd { namespace mirror { namespace instances { struct Listener { typedef std::vector<s...
624
20.551724
70
h
null
ceph-main/src/tools/rbd_mirror/leader_watcher/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef RBD_MIRROR_LEADER_WATCHER_TYPES_H #define RBD_MIRROR_LEADER_WATCHER_TYPES_H #include "include/int_types.h" #include "include/buffer_fwd.h" #include "include/encoding.h" #include <string> #include <vector> #includ...
2,870
23.330508
79
h
null
ceph-main/src/tools/rbd_mirror/pool_watcher/RefreshImagesRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_POOL_WATCHER_REFRESH_IMAGES_REQUEST_H #define CEPH_RBD_MIRROR_POOL_WATCHER_REFRESH_IMAGES_REQUEST_H #include "include/buffer.h" #include "include/rados/librados.hpp" #include "tools/rbd_mirror/Typ...
1,718
22.22973
88
h
null
ceph-main/src/tools/rbd_mirror/pool_watcher/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_POOL_WATCHER_TYPES_H #define CEPH_RBD_MIRROR_POOL_WATCHER_TYPES_H #include "tools/rbd_mirror/Types.h" #include <string> namespace rbd { namespace mirror { namespace pool_watcher { struct Listene...
656
22.464286
70
h
null
ceph-main/src/tools/rbd_mirror/service_daemon/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_RBD_MIRROR_SERVICE_DAEMON_TYPES_H #define CEPH_RBD_MIRROR_SERVICE_DAEMON_TYPES_H #include "include/int_types.h" #include <iosfwd> #include <string> #include <boost/variant.hpp> namespace rbd { namespace mir...
782
22.029412
78
h
null
ceph-main/src/tools/rbd_nbd/nbd-netlink.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright (C) 2017 Facebook. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public * License v2 as published by the Free Software Foundation. * * This progra...
2,423
23
68
h
null
ceph-main/src/tools/rbd_wnbd/rbd_wnbd.h
/* * Ceph - scalable distributed file system * * Copyright (C) 2020 SUSE LINUX GmbH * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software * Foundation. See file COPYING. * */ #ifndef RBD...
4,685
23.154639
76
h
null
ceph-main/src/tools/rbd_wnbd/wnbd_handler.h
/* * Ceph - scalable distributed file system * * Copyright (C) 2020 SUSE LINUX GmbH * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software * Foundation. See file COPYING. * */ #ifndef WNB...
4,886
24.857143
80
h
null
ceph-main/src/tracing/cyg_profile_functions.c
#include "acconfig.h" #ifdef WITH_LTTNG #define TRACEPOINT_DEFINE #define TRACEPOINT_PROBE_DYNAMIC_LINKAGE #include "tracing/cyg_profile.h" #undef TRACEPOINT_PROBE_DYNAMIC_LINKAGE #undef TRACEPOINT_DEFINE #endif void __cyg_profile_func_enter(void *this_fn, void *call_site) __attribute__((no_instrument_function));...
754
22.59375
70
c
AMG
AMG-master/HYPRE.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
2,050
30.553846
81
h
AMG
AMG-master/IJ_mv/HYPRE_IJVector.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
16,347
24.464174
88
c
AMG
AMG-master/IJ_mv/HYPRE_IJ_mv.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
17,922
37.297009
81
h
AMG
AMG-master/IJ_mv/IJMatrix.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
3,668
29.322314
111
c
AMG
AMG-master/IJ_mv/IJVector.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
2,778
27.947917
81
c
AMG
AMG-master/IJ_mv/IJ_assumed_part.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
5,686
35.22293
97
c
AMG
AMG-master/IJ_mv/IJ_matrix.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
4,194
41.373737
87
h
AMG
AMG-master/IJ_mv/IJ_vector.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
3,239
36.674419
86
h
AMG
AMG-master/IJ_mv/aux_par_vector.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
3,643
33.704762
81
c
AMG
AMG-master/IJ_mv/aux_par_vector.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
2,631
46.854545
83
h
AMG
AMG-master/IJ_mv/aux_parcsr_matrix.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
7,057
34.646465
86
c
AMG
AMG-master/IJ_mv/aux_parcsr_matrix.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
5,131
53.021053
86
h
AMG
AMG-master/IJ_mv/headers.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,038
36.107143
81
h
AMG
AMG-master/krylov/HYPRE_MatvecFunctions.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,565
42.5
81
h
AMG
AMG-master/krylov/HYPRE_gmres.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
11,615
33.064516
87
c
AMG
AMG-master/krylov/HYPRE_krylov.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
13,743
27.279835
86
h
AMG
AMG-master/krylov/HYPRE_pcg.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
12,762
33.034667
85
c
AMG
AMG-master/krylov/gmres.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
5,459
30.37931
83
h
AMG
AMG-master/krylov/pcg.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
7,406
34.440191
89
h
AMG
AMG-master/parcsr_ls/HYPRE_parcsr_gmres.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
8,273
35.449339
81
c
AMG
AMG-master/parcsr_ls/HYPRE_parcsr_pcg.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
11,088
34.428115
81
c
AMG
AMG-master/parcsr_ls/ams.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
7,471
37.715026
89
h
AMG
AMG-master/parcsr_ls/gen_redcs_mat.c
#include "_hypre_parcsr_ls.h" #include "par_amg.h" #define USE_ALLTOALL 0 /* here we have the sequential setup and solve - called from the * parallel one - for the coarser levels */ HYPRE_Int hypre_seqAMGSetup( hypre_ParAMGData *amg_data, HYPRE_Int p_level, HYPRE_Int coa...
18,580
30.871355
101
c
AMG
AMG-master/parcsr_ls/headers.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,017
36.703704
81
h
AMG
AMG-master/parcsr_ls/par_amg.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
14,437
41.589971
91
h
AMG
AMG-master/parcsr_ls/par_amg_solve.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
12,285
33.804533
106
c
AMG
AMG-master/parcsr_ls/par_cg_relax_wt.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
11,180
30.144847
81
c
AMG
AMG-master/parcsr_ls/par_coordinates.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
2,564
26.880435
81
c
AMG
AMG-master/parcsr_ls/par_cycle.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
17,740
35.730849
101
c
AMG
AMG-master/parcsr_ls/par_difconv.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
10,430
27.422343
81
c
AMG
AMG-master/parcsr_ls/par_indepset.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
7,220
32.742991
81
c
AMG
AMG-master/parcsr_ls/par_rap_communication.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
9,654
32.641115
88
c
AMG
AMG-master/parcsr_ls/par_relax_interface.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
3,608
36.59375
81
c
AMG
AMG-master/parcsr_ls/par_scaled_matnorm.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
4,918
33.640845
88
c
AMG
AMG-master/parcsr_ls/pcg_par.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
8,616
31.764259
83
c
AMG
AMG-master/parcsr_mv/HYPRE_parcsr_matrix.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
12,975
34.550685
84
c
AMG
AMG-master/parcsr_mv/HYPRE_parcsr_vector.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
7,715
32.402597
84
c
AMG
AMG-master/parcsr_mv/headers.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,030
34.551724
81
h
AMG
AMG-master/parcsr_mv/new_commpkg.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,343
36.333333
81
h
AMG
AMG-master/parcsr_mv/par_csr_assumed_part.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
17,884
31.400362
103
c
AMG
AMG-master/parcsr_mv/par_csr_assumed_part.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,422
36.447368
81
h
AMG
AMG-master/parcsr_mv/par_csr_communication.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
5,177
39.453125
87
h
AMG
AMG-master/parcsr_mv/par_csr_matrix.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
9,164
49.357143
87
h
AMG
AMG-master/parcsr_mv/par_csr_matvec.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
22,782
34.992101
94
c
AMG
AMG-master/parcsr_mv/par_vector.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
3,376
39.202381
94
h
AMG
AMG-master/seq_mv/HYPRE_csr_matrix.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
3,645
31.553571
81
c
AMG
AMG-master/seq_mv/HYPRE_seq_mv.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
3,825
30.619835
104
h
AMG
AMG-master/seq_mv/HYPRE_vector.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
2,727
33.1
81
c
AMG
AMG-master/seq_mv/csr_matop.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
18,537
27.652241
100
c
AMG
AMG-master/seq_mv/csr_matrix.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
20,095
28.727811
99
c
AMG
AMG-master/seq_mv/csr_matrix.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
3,814
38.329897
81
h
AMG
AMG-master/seq_mv/csr_matvec.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
24,315
30.335052
95
c
AMG
AMG-master/seq_mv/genpart.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
2,649
28.775281
108
c
AMG
AMG-master/seq_mv/headers.h
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
1,007
36.333333
81
h
AMG
AMG-master/seq_mv/vector.c
/*BHEADER********************************************************************** * Copyright (c) 2017, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * Written by Ulrike Yang (yang11@llnl.gov) et al. CODE-LLNL-738-322. * This file is part of AMG. See files READ...
14,362
26.88932
82
c