Home
last modified time | relevance | path

Searched full:delegated (Results 1 – 25 of 46) sorted by relevance

12

/linux/Documentation/devicetree/bindings/arm/firmware/
H A Dsdei.txt1 * Software Delegated Exception Interface (SDEI)
4 ARM DEN 0054A ("Software Delegated Exception Interface") can be used by
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_pwr.c289 * Retracting L2 domain is not expected since it won't be delegated.
325 * allow-flag will be set with delegated-flag being cleared. in retract_domain()
347 * * 0 on success or delegated already.
364 /* Already delegated, exit early */ in delegate_domain()
382 * allow-flag will be cleared with delegated-flag being set. in delegate_domain()
522 * delegated domains. However, an unresponsive or hung MCU may not do in panthor_pwr_l2_power_off()
558 * If the shader and tiler domains are already delegated to the MCU, in panthor_pwr_l2_power_on()
/linux/net/mptcp/
H A Dprotocol.h751 struct mptcp_delegated_action *delegated; in mptcp_subflow_delegate() local
759 * updates done prior to delegated status bits changes in mptcp_subflow_delegate()
767 delegated = this_cpu_ptr(&mptcp_delegated_actions); in mptcp_subflow_delegate()
768 schedule = list_empty(&delegated->head); in mptcp_subflow_delegate()
769 list_add_tail(&subflow->delegated_node, &delegated->head); in mptcp_subflow_delegate()
773 napi_schedule(&delegated->napi); in mptcp_subflow_delegate()
778 mptcp_subflow_delegated_next(struct mptcp_delegated_action *delegated) in mptcp_subflow_delegated_next() argument
783 if (list_empty(&delegated->head)) { in mptcp_subflow_delegated_next()
788 ret = list_first_entry(&delegated->head, struct mptcp_subflow_context, delegated_node); in mptcp_subflow_delegated_next()
H A Dprotocol.c4746 struct mptcp_delegated_action *delegated; in mptcp_napi_poll() local
4750 delegated = container_of(napi, struct mptcp_delegated_action, napi); in mptcp_napi_poll()
4751 while ((subflow = mptcp_subflow_delegated_next(delegated)) != NULL) { in mptcp_napi_poll()
4782 struct mptcp_delegated_action *delegated; in mptcp_proto_init() local
4794 delegated = per_cpu_ptr(&mptcp_delegated_actions, cpu); in mptcp_proto_init()
4795 INIT_LIST_HEAD(&delegated->head); in mptcp_proto_init()
4796 netif_napi_add_tx(mptcp_napi_dev, &delegated->napi, in mptcp_proto_init()
4798 napi_enable(&delegated->napi); in mptcp_proto_init()
/linux/tools/perf/util/
H A Dtool.h110 /** @delegate: The tool that is delegated to. */
/linux/fs/nfsd/
H A Dattr4.h138 * delegated timestamp on a new file.
H A Dstate.h299 /* For delegated timestamps */
/linux/arch/sh/kernel/
H A Dsh_bios.c67 * through which debug and BIOS traps are delegated by the Linux trap
/linux/arch/arm/mach-ux500/
H A Dpm.c106 * prcmu which has been delegated to monitor the irqs with the
/linux/Documentation/arch/riscv/
H A Dcmodx.rst70 remaining arguments will be delegated to the riscv_set_icache_flush_ctx
/linux/Documentation/iio/
H A Dad7606.rst187 delegated to an external logic, called a backend, and the backend's driver
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c21 * shared - A cpu delegated as ENQ_IMMED only. Time-shared.
444 * didn't grant them or we delegated them to children - would starve in in BPF_STRUCT_OPS()
647 /* only run highpri tasks on cids this node holds, not delegated ones */ in scan_shared_dsq()
701 * this node's own tasks on a delegated cid. Read without the guard. in BPF_STRUCT_OPS()
894 * A task delegated to a sub-scheduler has no task_ctx here. Order such in BPF_STRUCT_OPS()
/linux/arch/riscv/lib/
H A Dcsum.c274 * branches. The largest chunk of overlap was delegated into the in do_csum()
/linux/fs/ntfs/
H A Daops.c62 * delegated to ntfs_read_compressed_block().
/linux/arch/arm64/kvm/
H A Dinject_fault.c376 * delegated he hardware vSError context (i.e. HCR_EL2.VSE, VSESR_EL2, in kvm_inject_serror_esr()
/linux/net/netfilter/
H A DKconfig615 The lookup will be delegated to the IPv4 or IPv6 FIB depending
686 The lookup will be delegated to the IPv4 or IPv6 FIB depending
695 The return packet generation will be delegated to the IPv4
/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset.c202 /* Enable permissions as in a delegated subtree */ in test_cpuset_perms_subtree()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h229 bool adjacent; /* delegated vhca from adjacent function */
232 u16 function_id; /* Function ID of the delegated VPort */
/linux/Documentation/networking/
H A Dcdc_mbim.rst78 channel. The channel is fully delegated to the userspace management
/linux/fs/
H A Dattr.c405 * @delegated_inode: returns inode, if the inode is delegated
H A Dnamei.c4167 * @di: returns parent inode, if the inode is delegated.
5229 * @delegated_inode: returns parent inode, if the inode is delegated.
5365 * @delegated_inode: returns parent inode, if the inode is delegated.
5478 * @delegated_inode: returns parent inode, if it's delegated.
5603 * @delegated_inode: returns victim inode, if the inode is delegated.
5763 * @delegated_inode: returns victim inode, if the inode is delegated.
/linux/security/apparmor/
H A Daf_unix.c57 } /* else implicitly delegated */ in unix_fs_perm()
/linux/Documentation/arch/arm64/
H A Dacpi_object_usage.rst388 **Software Delegated Exception Interface table**
/linux/drivers/usb/gadget/function/
H A Df_acm.c293 /* ACM control ... data handling is delegated to tty library code.
/linux/Documentation/bpf/
H A Dbpf_devel_QA.rst329 are delegated to 'shemminger' for further processing:

12