Searched refs:delegated (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/net/mptcp/ |
| D | protocol.h | 574 struct mptcp_delegated_action *delegated; in mptcp_subflow_delegate() local 589 delegated = this_cpu_ptr(&mptcp_delegated_actions); in mptcp_subflow_delegate() 590 schedule = list_empty(&delegated->head); in mptcp_subflow_delegate() 591 list_add_tail(&subflow->delegated_node, &delegated->head); in mptcp_subflow_delegate() 594 napi_schedule(&delegated->napi); in mptcp_subflow_delegate() 599 mptcp_subflow_delegated_next(struct mptcp_delegated_action *delegated) in mptcp_subflow_delegated_next() argument 603 if (list_empty(&delegated->head)) in mptcp_subflow_delegated_next() 606 ret = list_first_entry(&delegated->head, struct mptcp_subflow_context, delegated_node); in mptcp_subflow_delegated_next()
|
| D | protocol.c | 3962 struct mptcp_delegated_action *delegated; in mptcp_napi_poll() local 3966 delegated = container_of(napi, struct mptcp_delegated_action, napi); in mptcp_napi_poll() 3967 while ((subflow = mptcp_subflow_delegated_next(delegated)) != NULL) { in mptcp_napi_poll() 3998 struct mptcp_delegated_action *delegated; in mptcp_proto_init() local 4008 delegated = per_cpu_ptr(&mptcp_delegated_actions, cpu); in mptcp_proto_init() 4009 INIT_LIST_HEAD(&delegated->head); in mptcp_proto_init() 4010 netif_napi_add_tx(&mptcp_napi_dev, &delegated->napi, in mptcp_proto_init() 4012 napi_enable(&delegated->napi); in mptcp_proto_init()
|
| /Linux-v6.6/fs/cachefiles/ |
| D | Kconfig | 38 and is delegated to userspace.
|
| /Linux-v6.6/Documentation/networking/ |
| D | cdc_mbim.rst | 78 channel. The channel is fully delegated to the userspace management
|
| /Linux-v6.6/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 2814 in combination with thread granularity. cgroups were delegated to
|
| /Linux-v6.6/net/netfilter/ |
| 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
|
| /Linux-v6.6/Documentation/filesystems/caching/ |
| D | cachefiles.rst | 499 the data and writing it into the cache is delegated to a user daemon.
|
| /Linux-v6.6/Documentation/bpf/ |
| D | bpf_devel_QA.rst | 329 are delegated to 'shemminger' for further processing:
|
| /Linux-v6.6/Documentation/process/ |
| D | maintainer-pgp-guide.rst | 848 delegated trust technologies, namely DNSSEC and TLS, to get you going if
|