/openbmc/bmcweb/redfish-core/include/ |
H A D | query.hpp | 122 query_param::Query& delegated, in setUpRedfishRouteWithDelegation() argument 171 delegated = query_param::delegate(queryCapabilities, *queryOpt); in setUpRedfishRouteWithDelegation() 177 delegated{delegated}](crow::Response& resIn) mutable { in setUpRedfishRouteWithDelegation() 178 processAllParams(app, query, delegated, handler, resIn); in setUpRedfishRouteWithDelegation() 190 query_param::Query delegated; in setUpRedfishRoute() local 191 return setUpRedfishRouteWithDelegation(app, req, asyncResp, delegated, in setUpRedfishRoute()
|
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | query_param_test.cpp | 38 Query delegated = delegate(capabilities, query); in TEST() local 39 EXPECT_TRUE(delegated.isOnly); in TEST() 53 Query delegated = delegate(capabilities, query); in TEST() local 54 EXPECT_FALSE(delegated.isOnly); in TEST() 55 EXPECT_EQ(delegated.expandLevel, capabilities.canDelegateExpandLevel); in TEST() 56 EXPECT_EQ(delegated.expandType, ExpandType::Both); in TEST() 68 Query delegated = delegate(capabilities, query); in TEST() local 69 EXPECT_FALSE(delegated.isOnly); in TEST() 79 Query delegated = delegate(QueryCapabilities{}, query); in TEST() local 80 EXPECT_EQ(delegated.expandType, ExpandType::None); in TEST() [all …]
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | query_param.hpp | 210 Query delegated{}; in delegate() local 214 delegated.isOnly = true; in delegate() 220 delegated.expandType = query.expandType; in delegate() 224 delegated.expandLevel = query.expandLevel; in delegate() 229 delegated.expandLevel = queryCapabilities.canDelegateExpandLevel; in delegate() 236 delegated.top = query.top; in delegate() 243 delegated.skip = query.skip; in delegate() 250 delegated.selectTrie = std::move(query.selectTrie); in delegate() 253 return delegated; in delegate() 777 void startQuery(const Query& query, const Query& delegated) in startQuery() argument [all …]
|
/openbmc/linux/net/mptcp/ |
H A D | protocol.h | 591 struct mptcp_delegated_action *delegated; in mptcp_subflow_delegate() local 606 delegated = this_cpu_ptr(&mptcp_delegated_actions); in mptcp_subflow_delegate() 607 schedule = list_empty(&delegated->head); in mptcp_subflow_delegate() 608 list_add_tail(&subflow->delegated_node, &delegated->head); in mptcp_subflow_delegate() 611 napi_schedule(&delegated->napi); in mptcp_subflow_delegate() 616 mptcp_subflow_delegated_next(struct mptcp_delegated_action *delegated) in mptcp_subflow_delegated_next() argument 620 if (list_empty(&delegated->head)) in mptcp_subflow_delegated_next() 623 ret = list_first_entry(&delegated->head, struct mptcp_subflow_context, delegated_node); in mptcp_subflow_delegated_next()
|
H A D | protocol.c | 4073 struct mptcp_delegated_action *delegated; in mptcp_napi_poll() local 4077 delegated = container_of(napi, struct mptcp_delegated_action, napi); in mptcp_napi_poll() 4078 while ((subflow = mptcp_subflow_delegated_next(delegated)) != NULL) { in mptcp_napi_poll() 4109 struct mptcp_delegated_action *delegated; in mptcp_proto_init() local 4119 delegated = per_cpu_ptr(&mptcp_delegated_actions, cpu); in mptcp_proto_init() 4120 INIT_LIST_HEAD(&delegated->head); in mptcp_proto_init() 4121 netif_napi_add_tx(&mptcp_napi_dev, &delegated->napi, in mptcp_proto_init() 4123 napi_enable(&delegated->napi); in mptcp_proto_init()
|
/openbmc/linux/fs/cachefiles/ |
H A D | Kconfig | 38 and is delegated to userspace.
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Zimbra-1.3 | 29 …ra County, California. No rights may be assigned, no obligations may be delegated, and this Agreem…
|
H A D | YPL-1.0 | 47 …ra County, California. No rights may be assigned, no obligations may be delegated, and this Agreem…
|
H A D | Zimbra-1.4 | 47 … Dallas County, Texas. No rights may be assigned, no obligations may be delegated, and this Agreem…
|
H A D | YPL-1.1 | 29 …ra County, California. No rights may be assigned, no obligations may be delegated, and this Agreem…
|
/openbmc/intel-ipmi-oem/docs/ |
H A D | Intel_IPMI_Platform_Events.md | 197 in-place, while `ME` events are delegated to
|
/openbmc/linux/Documentation/networking/ |
H A D | cdc_mbim.rst | 78 channel. The channel is fully delegated to the userspace management
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | cgroup-v2.rst | 484 A cgroup can be delegated in two ways. First, to a less privileged 499 delegated, the user can build sub-hierarchy under the directory, 503 happens in the delegated sub-hierarchy, nothing can escape the 507 cgroups in or nesting depth of a delegated sub-hierarchy; however, 514 A delegated sub-hierarchy is contained in the sense that processes 528 processes around freely in the delegated sub-hierarchy it can't pull 531 For an example, let's assume cgroups C0 and C1 have been delegated to 2814 in combination with thread granularity. cgroups were delegated to
|
/openbmc/linux/net/netfilter/ |
H A D | Kconfig | 631 The lookup will be delegated to the IPv4 or IPv6 FIB depending 704 The lookup will be delegated to the IPv4 or IPv6 FIB depending 713 The return packet generation will be delegated to the IPv4
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | cachefiles.rst | 499 the data and writing it into the cache is delegated to a user daemon.
|
/openbmc/linux/Documentation/bpf/ |
H A D | bpf_devel_QA.rst | 329 are delegated to 'shemminger' for further processing:
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-pgp-guide.rst | 848 delegated trust technologies, namely DNSSEC and TLS, to get you going if
|