Searched refs:delegated (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/net/mptcp/ |
D | protocol.h | 547 struct mptcp_delegated_action *delegated; in mptcp_subflow_delegate() local 562 delegated = this_cpu_ptr(&mptcp_delegated_actions); in mptcp_subflow_delegate() 563 schedule = list_empty(&delegated->head); in mptcp_subflow_delegate() 564 list_add_tail(&subflow->delegated_node, &delegated->head); in mptcp_subflow_delegate() 567 napi_schedule(&delegated->napi); in mptcp_subflow_delegate() 572 mptcp_subflow_delegated_next(struct mptcp_delegated_action *delegated) in mptcp_subflow_delegated_next() argument 576 if (list_empty(&delegated->head)) in mptcp_subflow_delegated_next() 579 ret = list_first_entry(&delegated->head, struct mptcp_subflow_context, delegated_node); in mptcp_subflow_delegated_next()
|
D | protocol.c | 3832 struct mptcp_delegated_action *delegated; in mptcp_napi_poll() local 3836 delegated = container_of(napi, struct mptcp_delegated_action, napi); in mptcp_napi_poll() 3837 while ((subflow = mptcp_subflow_delegated_next(delegated)) != NULL) { in mptcp_napi_poll() 3865 struct mptcp_delegated_action *delegated; in mptcp_proto_init() local 3875 delegated = per_cpu_ptr(&mptcp_delegated_actions, cpu); in mptcp_proto_init() 3876 INIT_LIST_HEAD(&delegated->head); in mptcp_proto_init() 3877 netif_napi_add_tx(&mptcp_napi_dev, &delegated->napi, in mptcp_proto_init() 3879 napi_enable(&delegated->napi); in mptcp_proto_init()
|
/Linux-v6.1/fs/cachefiles/ |
D | Kconfig | 38 and is delegated to userspace.
|
/Linux-v6.1/Documentation/networking/ |
D | cdc_mbim.rst | 78 channel. The channel is fully delegated to the userspace management
|
/Linux-v6.1/Documentation/admin-guide/ |
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 2794 in combination with thread granularity. cgroups were delegated to
|
/Linux-v6.1/net/netfilter/ |
D | Kconfig | 628 The lookup will be delegated to the IPv4 or IPv6 FIB depending 701 The lookup will be delegated to the IPv4 or IPv6 FIB depending 710 The return packet generation will be delegated to the IPv4
|
/Linux-v6.1/Documentation/filesystems/caching/ |
D | cachefiles.rst | 499 the data and writing it into the cache is delegated to a user daemon.
|
/Linux-v6.1/Documentation/bpf/ |
D | bpf_devel_QA.rst | 298 are delegated to 'shemminger' for further processing:
|
/Linux-v6.1/Documentation/process/ |
D | maintainer-pgp-guide.rst | 890 delegated trust technologies, namely DNSSEC and TLS, to get you going if
|