| /linux/Documentation/devicetree/bindings/arm/firmware/ |
| H A D | sdei.txt | 1 * Software Delegated Exception Interface (SDEI) 4 ARM DEN 0054A ("Software Delegated Exception Interface") can be used by
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_pwr.c | 289 * 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 D | protocol.h | 751 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 D | protocol.c | 4746 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 D | tool.h | 110 /** @delegate: The tool that is delegated to. */
|
| /linux/fs/nfsd/ |
| H A D | attr4.h | 138 * delegated timestamp on a new file.
|
| H A D | state.h | 299 /* For delegated timestamps */
|
| /linux/arch/sh/kernel/ |
| H A D | sh_bios.c | 67 * through which debug and BIOS traps are delegated by the Linux trap
|
| /linux/arch/arm/mach-ux500/ |
| H A D | pm.c | 106 * prcmu which has been delegated to monitor the irqs with the
|
| /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/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 21 * 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 D | csum.c | 274 * branches. The largest chunk of overlap was delegated into the in do_csum()
|
| /linux/fs/ntfs/ |
| H A D | aops.c | 62 * delegated to ntfs_read_compressed_block().
|
| /linux/arch/arm64/kvm/ |
| H A D | inject_fault.c | 376 * delegated he hardware vSError context (i.e. HCR_EL2.VSE, VSESR_EL2, in kvm_inject_serror_esr()
|
| /linux/net/netfilter/ |
| H A D | Kconfig | 615 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 D | test_cpuset.c | 202 /* Enable permissions as in a delegated subtree */ in test_cpuset_perms_subtree()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | eswitch.h | 229 bool adjacent; /* delegated vhca from adjacent function */ 232 u16 function_id; /* Function ID of the delegated VPort */
|
| /linux/Documentation/networking/ |
| H A D | cdc_mbim.rst | 78 channel. The channel is fully delegated to the userspace management
|
| /linux/fs/ |
| H A D | attr.c | 405 * @delegated_inode: returns inode, if the inode is delegated
|
| H A D | namei.c | 4167 * @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 D | af_unix.c | 57 } /* else implicitly delegated */ in unix_fs_perm()
|
| /linux/Documentation/arch/arm64/ |
| H A D | acpi_object_usage.rst | 388 **Software Delegated Exception Interface table**
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_acm.c | 293 /* ACM control ... data handling is delegated to tty library code.
|
| /linux/Documentation/bpf/ |
| H A D | bpf_devel_QA.rst | 329 are delegated to 'shemminger' for further processing:
|