Searched refs:delegated (Results 1 – 12 of 12) sorted by relevance
| /linux/net/mptcp/ |
| H A D | protocol.h | 710 struct mptcp_delegated_action *delegated; in mptcp_subflow_delegate() local 726 delegated = this_cpu_ptr(&mptcp_delegated_actions); in mptcp_subflow_delegate() 727 schedule = list_empty(&delegated->head); in mptcp_subflow_delegate() 728 list_add_tail(&subflow->delegated_node, &delegated->head); in mptcp_subflow_delegate() 732 napi_schedule(&delegated->napi); in mptcp_subflow_delegate() 737 mptcp_subflow_delegated_next(struct mptcp_delegated_action *delegated) in mptcp_subflow_delegated_next() argument 742 if (list_empty(&delegated->head)) { in mptcp_subflow_delegated_next() 747 ret = list_first_entry(&delegated->head, struct mptcp_subflow_context, delegated_node); in mptcp_subflow_delegated_next()
|
| H A D | protocol.c | 4346 struct mptcp_delegated_action *delegated; in mptcp_napi_poll() local 4350 delegated = container_of(napi, struct mptcp_delegated_action, napi); in mptcp_napi_poll() 4351 while ((subflow = mptcp_subflow_delegated_next(delegated)) != NULL) { in mptcp_napi_poll() 4382 struct mptcp_delegated_action *delegated; in mptcp_proto_init() local 4394 delegated = per_cpu_ptr(&mptcp_delegated_actions, cpu); in mptcp_proto_init() 4395 INIT_LIST_HEAD(&delegated->head); in mptcp_proto_init() 4396 netif_napi_add_tx(mptcp_napi_dev, &delegated->napi, in mptcp_proto_init() 4398 napi_enable(&delegated->napi); in mptcp_proto_init()
|
| /linux/fs/cachefiles/ |
| H A D | Kconfig | 38 and is delegated to userspace.
|
| /linux/fs/nfsd/ |
| H A D | Kconfig | 181 bool "Support delegated timestamps" 185 NFSD implements delegated timestamps according to
|
| /linux/Documentation/arch/riscv/ |
| H A D | cmodx.rst | 70 remaining arguments will be delegated to the riscv_set_icache_flush_ctx
|
| /linux/Documentation/iio/ |
| H A D | ad7606.rst | 187 delegated to an external logic, called a backend, and the backend's driver
|
| /linux/Documentation/networking/ |
| H A D | cdc_mbim.rst | 78 channel. The channel is fully delegated to the userspace management
|
| H A D | tcp_ao.rst | 382 and ``setsockopt(TCP_AO_DEL_KEY)`` vs ``accept()`` is delegated to userspace.
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 543 A cgroup can be delegated in two ways. First, to a less privileged 560 delegated, the user can build sub-hierarchy under the directory, 564 happens in the delegated sub-hierarchy, nothing can escape the 568 cgroups in or nesting depth of a delegated sub-hierarchy; however, 575 A delegated sub-hierarchy is contained in the sense that processes 589 processes around freely in the delegated sub-hierarchy it can't pull 592 For an example, let's assume cgroups C0 and C1 have been delegated to 3256 in combination with thread granularity. cgroups were delegated to
|
| /linux/net/netfilter/ |
| H A D | Kconfig | 627 The lookup will be delegated to the IPv4 or IPv6 FIB depending 700 The lookup will be delegated to the IPv4 or IPv6 FIB depending 709 The return packet generation will be delegated to the IPv4
|
| /linux/Documentation/filesystems/caching/ |
| H A D | cachefiles.rst | 499 the data and writing it into the cache is delegated to a user daemon.
|
| /linux/Documentation/bpf/ |
| H A D | bpf_devel_QA.rst | 329 are delegated to 'shemminger' for further processing:
|