Home
last modified time | relevance | path

Searched refs:gid_type (Results 51 – 75 of 259) sorted by relevance

1234567891011

/dports/devel/hpx/hpx-1.2.1/src/runtime/applier/
H A Dbind_naming_wrappers.cpp20 bool bind_gid_local(naming::gid_type const& gid_, naming::address const& addr, in bind_gid_local()
32 void unbind_gid_local(naming::gid_type const& gid_, error_code& ec) in unbind_gid_local()
50 bool bind_range_local(naming::gid_type const& gid, std::size_t count, in bind_range_local()
62 void unbind_range_local(naming::gid_type const& gid, std::size_t count, in unbind_range_local()
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/components/server/
H A Dmanaged_component_base.hpp264 naming::gid_type get_base_gid() const;
474 friend naming::gid_type server::create(Ts&&... ts);
477 friend naming::gid_type server::create_migrated(
478 naming::gid_type const& gid, void** p, Ts&&...ts);
481 friend std::vector<naming::gid_type> bulk_create(std::size_t count, Ts&&...ts);
486 naming::gid_type get_base_gid( in get_base_gid()
487 naming::gid_type const& assign_gid = naming::invalid_gid) const in get_base_gid()
530 naming::gid_type gid = in get_id()
545 inline naming::gid_type
H A Dmigration_support.hpp54 naming::gid_type get_base_gid( in get_base_gid()
55 naming::gid_type const& assign_gid = naming::invalid_gid) const in get_base_gid()
57 naming::gid_type result = in get_base_gid()
61 [](naming::gid_type gid) -> naming::gid_type in get_base_gid()
207 was_object_migrated(hpx::naming::gid_type const& id, in was_object_migrated()
H A Ddestroy_component.hpp23 HPX_EXPORT void destroy_component(naming::gid_type const& gid,
28 void destroy(naming::gid_type const& gid, naming::address const& addr) in destroy()
65 void destroy(naming::gid_type const& gid) in destroy()
H A Dwrapper_heap_list.hpp53 naming::gid_type get_gid(void* p) in get_gid()
71 naming::gid_type const& lower in set_range()
72 , naming::gid_type const& upper) in set_range()
H A Dwrapper_heap.hpp111 naming::gid_type get_gid(util::unique_id_ranges& ids, void* p,
114 void set_gid(naming::gid_type const& g);
131 naming::gid_type base_gid_;
/dports/devel/hpx/hpx-1.2.1/hpx/traits/
H A Daction_was_object_migrated.hpp28 call(wrap_int, hpx::naming::gid_type const&, naming::address::address_type) in call()
36 call(int, hpx::naming::gid_type const& id, naming::address::address_type lva) in call()
48 call_was_object_migrated(hpx::naming::gid_type const& id, in call_was_object_migrated()
60 call(hpx::naming::gid_type const& id, naming::address::address_type lva) in call()
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/parcelset/
H A Dput_parcel.hpp40 naming::gid_type&& dest, in call()
63 naming::gid_type&& dest, in call()
96 naming::gid_type gid = dest.get_gid(); in put_parcel_impl()
108 naming::gid_type gid = naming::detail::move_gid(dest.get_gid()); in put_parcel_impl()
119 future<naming::gid_type> split_gid = in put_parcel_impl()
136 (hpx::future<naming::gid_type> f, in put_parcel_impl()
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/naming/
H A Daddress.hpp38 explicit address(gid_type const& l, in address()
43 address(gid_type const& l, component_type t, void* lva) in address()
48 address(gid_type const& l, component_type t, address_type a) in address()
75 gid_type locality_; /// locality: ip4 address/port number
H A Did_type.hpp55 id_type(gid_type const& gid, management_type t);
81 gid_type& get_gid();
82 gid_type const& get_gid() const;
115 friend HPX_API_EXPORT gid_type get_parcel_dest_gid(id_type const& id);
H A Did_type_impl.hpp27 inline id_type::id_type(gid_type const& gid, management_type t) in id_type()
44 inline gid_type& id_type::get_gid() { return *gid_; } in get_gid()
45 inline gid_type const& id_type::get_gid() const { return *gid_; } in get_gid()
/dports/devel/hpx/hpx-1.2.1/src/util/
H A Dgenerate_unique_ids.cpp17 naming::gid_type unique_id_ranges::get_id(std::size_t count) in get_id()
27 naming::gid_type lower; in get_id()
44 naming::gid_type result = lower_; in get_id()
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/serialization/
H A Dcontainer.hpp28 virtual bool has_gid(naming::gid_type const & gid) = 0;
30 naming::gid_type const & gid,
31 naming::gid_type const & split_gid) = 0;
H A Doutput_archive.hpp117 typedef std::map<const naming::gid_type*, naming::gid_type> split_gids_type;
173 void add_gid(naming::gid_type const & gid,
174 naming::gid_type const & split_gid);
176 bool has_gid(naming::gid_type const & gid);
178 naming::gid_type get_new_gid(naming::gid_type const & gid);
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/actions/
H A Dtransfer_action.hpp83 naming::gid_type const& target_gid,
89 void schedule_thread(naming::gid_type const& target_gid,
102 naming::gid_type&& target, naming::address_type lva,
156 naming::gid_type const& target_gid, in schedule_thread()
179 naming::gid_type const& target_gid, in schedule_thread()
206 naming::gid_type&& target, naming::address_type lva, in load_schedule()
H A Dtransfer_continuation_action.hpp87 naming::gid_type const& target_gid,
92 void schedule_thread(naming::gid_type const& target_gid,
105 naming::gid_type&& target, naming::address_type lva,
165 naming::gid_type const& target_gid, in schedule_thread()
187 naming::gid_type const& target_gid, in schedule_thread()
218 naming::gid_type&& target, naming::address_type lva, in load_schedule()
/dports/devel/hpx/hpx-1.2.1/tests/unit/agas/
H A Dgid_type.cpp14 using hpx::naming::gid_type;
22 gid_type gid0(0xdeadbeefULL); // lsb ctor in main()
23 gid_type gid1(0xdeadbeefULL, 0xcededeedULL); // msb + lsb ctor in main()
47 gid_type gid0(0xbeefULL, 0xcedeULL), in main()
403 gid_type gid0(~0x0ULL), // boundary case in main()
457 gid_type gid0(~0x0ULL), // boundary case in main()
511 gid_type gid0(~0x0ULL), // boundary case in main()
579 hpx::naming::gid_type::locality_id_mask | in main()
580 hpx::naming::gid_type::internal_bits_mask; in main()
582 gid_type gid( in main()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/core/
H A Dcache.c146 if (gid_type < ARRAY_SIZE(gid_type_str) && gid_type_str[gid_type]) in ib_cache_gid_type_str()
147 return gid_type_str[gid_type]; in ib_cache_gid_type_str()
516 attr->gid_type != val->gid_type) in find_gid()
685 enum ib_gid_type gid_type, in rdma_find_gid_by_port() argument
692 struct ib_gid_attr val = {.ndev = ndev, .gid_type = gid_type}; in rdma_find_gid_by_port()
844 unsigned int gid_type; in ib_cache_gid_set_default_gid() local
853 for (gid_type = 0; gid_type < IB_GID_TYPE_SIZE; ++gid_type) { in ib_cache_gid_set_default_gid()
857 gid_attr.gid_type = gid_type; in ib_cache_gid_set_default_gid()
1011 enum ib_gid_type gid_type, in rdma_find_gid() argument
1016 struct ib_gid_attr gid_attr_val = {.ndev = ndev, .gid_type = gid_type}; in rdma_find_gid()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/core/
H A Dcache.c146 if (gid_type < ARRAY_SIZE(gid_type_str) && gid_type_str[gid_type]) in ib_cache_gid_type_str()
147 return gid_type_str[gid_type]; in ib_cache_gid_type_str()
516 attr->gid_type != val->gid_type) in find_gid()
685 enum ib_gid_type gid_type, in rdma_find_gid_by_port() argument
692 struct ib_gid_attr val = {.ndev = ndev, .gid_type = gid_type}; in rdma_find_gid_by_port()
844 unsigned int gid_type; in ib_cache_gid_set_default_gid() local
853 for (gid_type = 0; gid_type < IB_GID_TYPE_SIZE; ++gid_type) { in ib_cache_gid_set_default_gid()
857 gid_attr.gid_type = gid_type; in ib_cache_gid_set_default_gid()
1011 enum ib_gid_type gid_type, in rdma_find_gid() argument
1016 struct ib_gid_attr gid_attr_val = {.ndev = ndev, .gid_type = gid_type}; in rdma_find_gid()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/core/
H A Dcache.c146 if (gid_type < ARRAY_SIZE(gid_type_str) && gid_type_str[gid_type]) in ib_cache_gid_type_str()
147 return gid_type_str[gid_type]; in ib_cache_gid_type_str()
516 attr->gid_type != val->gid_type) in find_gid()
685 enum ib_gid_type gid_type, in rdma_find_gid_by_port() argument
692 struct ib_gid_attr val = {.ndev = ndev, .gid_type = gid_type}; in rdma_find_gid_by_port()
844 unsigned int gid_type; in ib_cache_gid_set_default_gid() local
853 for (gid_type = 0; gid_type < IB_GID_TYPE_SIZE; ++gid_type) { in ib_cache_gid_set_default_gid()
857 gid_attr.gid_type = gid_type; in ib_cache_gid_set_default_gid()
1011 enum ib_gid_type gid_type, in rdma_find_gid() argument
1016 struct ib_gid_attr gid_attr_val = {.ndev = ndev, .gid_type = gid_type}; in rdma_find_gid()
[all …]
/dports/devel/hpx/hpx-1.2.1/src/runtime/parcelset/
H A Dparcel.cpp51 parcel_data::parcel_data(naming::gid_type&& dest, naming::address&& addr, in parcel_data()
169 naming::gid_type&& dest, in parcel()
229 void parcel::set_destination_id(naming::gid_type&& dest) in set_destination_id()
235 naming::gid_type const& parcel::destination() const in destination()
256 naming::gid_type const& parcel::destination_locality() const in destination_locality()
292 naming::gid_type const parcel::parcel_id() const in parcel_id()
297 naming::gid_type & parcel::parcel_id() in parcel_id()
351 naming::gid_type parcel::generate_unique_id( in generate_unique_id()
361 naming::gid_type result = naming::get_gid_from_locality_id(locality_id); in generate_unique_id()
/dports/devel/hpx/hpx-1.2.1/src/performance_counters/
H A Dcounters.cpp614 naming::gid_type create_raw_counter_value( in create_raw_counter_value()
618 naming::gid_type gid; in create_raw_counter_value()
627 naming::gid_type gid; in create_raw_counter()
636 naming::gid_type gid; in create_raw_counter()
646 naming::gid_type gid; in create_raw_counter()
656 naming::gid_type gid; in create_raw_counter()
666 naming::gid_type gid; in create_counter()
678 naming::gid_type gid; in create_statistics_counter()
691 naming::gid_type gid; in create_arithmetics_counter()
704 naming::gid_type gid; in create_arithmetics_counter_extended()
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/agas/server/
H A Dlocality_namespace.hpp31 HPX_EXPORT naming::gid_type bootstrap_locality_namespace_gid();
166 , naming::gid_type suggested_prefix
170 naming::gid_type locality);
172 void free(naming::gid_type locality);
182 naming::gid_type statistics_counter(std::string name);
/dports/devel/hpx/hpx-1.2.1/src/performance_counters/server/
H A Daction_invocation_counter.cpp60 naming::gid_type action_invocation_counter_creator(counter_info const& info, in action_invocation_counter_creator()
103 naming::gid_type local_action_invocation_counter_creator( in local_action_invocation_counter_creator()
111 naming::gid_type remote_action_invocation_counter_creator( in remote_action_invocation_counter_creator()
/dports/devel/hpx/hpx-1.2.1/src/runtime/agas/
H A Dbig_boot_barrier.cpp308 , naming::gid_type prefix_ = naming::gid_type()) in registration_header()
326 naming::gid_type prefix; // suggested prefix (optional)
352 naming::gid_type const& prefix_ in notification_header()
374 naming::gid_type prefix;
464 naming::gid_type prefix = header.prefix; in register_worker()
610 naming::gid_type const& here = hpx::get_locality(); in notify_worker()
613 naming::gid_type runtime_support_gid(header.prefix.get_msb() in notify_worker()
623 naming::gid_type const memory_gid(header.prefix.get_msb() in notify_worker()
632 naming::gid_type parcel_lower, parcel_upper; in notify_worker()
771 naming::gid_type suggested_prefix; in wait_hosted()

1234567891011