/linux-6.14.4/fs/afs/ |
D | cmservice.c | 39 .deliver = afs_deliver_cb_callback, 49 .deliver = afs_deliver_cb_init_call_back_state, 59 .deliver = afs_deliver_cb_init_call_back_state3, 69 .deliver = afs_deliver_cb_probe, 79 .deliver = afs_deliver_cb_probe_uuid, 89 .deliver = afs_deliver_cb_tell_me_about_yourself, 99 .deliver = afs_deliver_yfs_cb_callback, 231 * deliver request data to a CB.CallBack call 348 * deliver request data to a CB.InitCallBackState call 367 * deliver request data to a CB.InitCallBackState3 call [all …]
|
D | fsclient.c | 236 * deliver reply data to an FS.FetchStatus 265 .deliver = afs_deliver_fs_fetch_status, 299 * deliver reply data to an FS.FetchData 412 .deliver = afs_deliver_fs_fetch_data, 421 .deliver = afs_deliver_fs_fetch_data, 495 * deliver reply data to an FS.CreateFile or an FS.MakeDir 527 .deliver = afs_deliver_fs_create_vnode, 581 .deliver = afs_deliver_fs_create_vnode, 633 * Deliver reply data to any operation that returns status and volume sync. 661 .deliver = afs_deliver_fs_file_status_and_vol, [all …]
|
D | yfsclient.c | 328 * Deliver reply data to operations that just return a file status and a volume 350 * Deliver reply data to an YFS.FetchData64. 460 .deliver = yfs_deliver_fs_fetch_data64, 508 * Deliver reply data for YFS.CreateFile or YFS.MakeDir. 542 .deliver = yfs_deliver_fs_create_vnode, 593 .deliver = yfs_deliver_fs_create_vnode, 640 * Deliver reply data to a YFS.RemoveFile2 operation. 683 .deliver = yfs_deliver_fs_remove_file2, 726 * Deliver reply data to a YFS.RemoveFile or YFS.RemoveDir operation. 753 .deliver = yfs_deliver_fs_remove, [all …]
|
D | vlclient.c | 15 * Deliver reply data to a VL.GetEntryByNameU call. 102 .deliver = afs_deliver_vl_get_entry_by_name_u, 165 * Deliver reply data to a VL.GetAddrsU call. 250 .deliver = afs_deliver_vl_get_addrs_u, 315 * Deliver reply data to an VL.GetCapabilities operation. 372 .deliver = afs_deliver_vl_get_capabilities, 423 * Deliver reply data to a YFSVL.GetEndpoints call. 626 .deliver = afs_deliver_yfsvl_get_endpoints, 678 * Deliver reply data to a YFSVL.GetCellName operation. 745 .deliver = afs_deliver_yfsvl_get_cell_name,
|
/linux-6.14.4/arch/x86/kvm/ |
D | xen.c | 637 /* For the per-vCPU lapic vector, deliver it as MSI. */ in kvm_xen_inject_pending_events() 1793 * and prod the vCPU to deliver it for itself. in kvm_xen_set_evtchn_fast() 1815 /* For the per-vCPU lapic vector, deliver it as MSI. */ in kvm_xen_set_evtchn_fast() 1982 } deliver; member 2012 if (!evtchnfd->deliver.port.port || in kvm_xen_eventfd_update() 2013 evtchnfd->deliver.port.port != data->u.evtchn.deliver.port.port) in kvm_xen_eventfd_update() 2017 if (data->u.evtchn.deliver.port.priority != KVM_IRQ_ROUTING_XEN_EVTCHN_PRIO_2LEVEL) in kvm_xen_eventfd_update() 2020 evtchnfd->deliver.port.priority = data->u.evtchn.deliver.port.priority; in kvm_xen_eventfd_update() 2021 if (evtchnfd->deliver.port.vcpu_id != data->u.evtchn.deliver.port.vcpu) { in kvm_xen_eventfd_update() 2022 evtchnfd->deliver.port.vcpu_id = data->u.evtchn.deliver.port.vcpu; in kvm_xen_eventfd_update() [all …]
|
/linux-6.14.4/net/mctp/test/ |
D | route-test.c | 341 bool deliver; member 364 if (params->deliver) { in mctp_test_route_input_sk() 388 { .hdr = RX_HDR(1, 10, 8, FL_S | FL_E | FL_TO), .type = 0, .deliver = true }, 389 { .hdr = RX_HDR(1, 10, 8, FL_S | FL_E | FL_TO), .type = 1, .deliver = false }, 390 { .hdr = RX_HDR(1, 10, 8, FL_S | FL_E), .type = 0, .deliver = false }, 391 { .hdr = RX_HDR(1, 10, 8, FL_E | FL_TO), .type = 0, .deliver = false }, 392 { .hdr = RX_HDR(1, 10, 8, FL_TO), .type = 0, .deliver = false }, 393 { .hdr = RX_HDR(1, 10, 8, 0), .type = 0, .deliver = false }, 543 bool deliver; member 600 if (params->deliver) in mctp_test_route_input_sk_keys() [all …]
|
/linux-6.14.4/drivers/iommu/iommufd/ |
D | iommufd_private.h | 437 * An iommufd_fault object represents an interface to deliver I/O page faults 446 spinlock_t lock; /* protects the deliver list */ 447 struct list_head deliver; member 454 /* Fetch the first node out of the fault->deliver list */ 458 struct list_head *list = &fault->deliver; in iommufd_fault_deliver_fetch() 470 /* Restore a node back to the head of the fault->deliver list */ 475 list_add(&group->node, &fault->deliver); in iommufd_fault_deliver_restore()
|
D | fault.c | 115 list_for_each_entry_safe(group, next, &fault->deliver, node) { in iommufd_auto_response_faults() 232 list_for_each_entry_safe(group, next, &fault->deliver, node) { in iommufd_fault_destroy() 362 if (!list_empty(&fault->deliver)) in iommufd_fault_fops_poll() 403 INIT_LIST_HEAD(&fault->deliver); in iommufd_fault_alloc() 456 list_add_tail(&group->node, &fault->deliver); in iommufd_fault_iopf_handler()
|
/linux-6.14.4/tools/testing/selftests/kvm/x86/ |
D | xen_shinfo_test.c | 233 /* Attempt to deliver a *masked* interrupt */ in guest_code() 241 /* Now deliver an *unmasked* interrupt */ in guest_code() 246 /* Change memslots and deliver an interrupt */ in guest_code() 251 /* Deliver event channel with KVM_XEN_HVM_EVTCHN_SEND */ in guest_code() 258 /* Our turn. Deliver event channel (to ourselves) with in guest_code() 277 /* Deliver "outbound" event channel to an eventfd which in guest_code() 606 .u.evtchn.deliver.port.port = EVTCHN_TEST1, in main() 607 .u.evtchn.deliver.port.vcpu = vcpu->id + 1, in main() 608 .u.evtchn.deliver.port.priority = KVM_IRQ_ROUTING_XEN_EVTCHN_PRIO_2LEVEL, in main() 614 inj.u.evtchn.deliver.port.vcpu = vcpu->id; in main() [all …]
|
/linux-6.14.4/drivers/irqchip/ |
D | irq-csky-mpintc.c | 143 * The csky,mpintc could support auto irq deliver, but it only in csky_irq_set_affinity() 144 * could deliver external irq to one cpu or all cpus. So it in csky_irq_set_affinity() 145 * doesn't support deliver external irq to a group of cpus in csky_irq_set_affinity() 147 * SO we only use auto deliver mode when affinity mask_val is in csky_irq_set_affinity()
|
/linux-6.14.4/net/rxrpc/ |
D | rxperf.c | 65 int (*deliver)(struct rxperf_call *call); member 153 call->deliver = rxperf_deliver_param_block; in rxperf_charge_preallocation() 273 * deliver messages to a call 296 ret = call->deliver(call); in rxperf_deliver_to_call() 400 call->deliver = rxperf_deliver_request; in rxperf_deliver_param_block() 430 return call->deliver(call); in rxperf_deliver_param_block() 434 * Deliver the request data.
|
/linux-6.14.4/net/ipv6/ |
D | ip6_input.c | 359 * Deliver the packet to the host 505 bool deliver; in ip6_mc_input() local 525 deliver = ipv6_chk_mcast_addr(dev, &hdr->daddr, NULL); in ip6_mc_input() 555 deliver = false; in ip6_mc_input() 567 deliver = true; in ip6_mc_input() 574 if (deliver) in ip6_mc_input() 587 if (likely(deliver)) in ip6_mc_input()
|
/linux-6.14.4/tools/perf/util/ |
D | ordered-events.h | 47 ordered_events__deliver_t deliver; member 61 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver,
|
D | ordered-events.c | 245 ret = oe->deliver(oe, iter); in do_flush() 361 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver, in ordered_events__init() argument 369 oe->deliver = deliver; in ordered_events__init() 412 ordered_events__deliver_t old_deliver = oe->deliver; in ordered_events__reinit()
|
/linux-6.14.4/arch/powerpc/kvm/ |
D | book3s.c | 193 /* might as well deliver this straight away */ in kvmppc_core_queue_machine_check() 206 /* might as well deliver this straight away */ in kvmppc_core_queue_program() 213 /* might as well deliver this straight away */ in kvmppc_core_queue_fpunavail() 219 /* might as well deliver this straight away */ in kvmppc_core_queue_vec_unavail() 225 /* might as well deliver this straight away */ in kvmppc_core_queue_vsx_unavail() 299 int deliver = 1; in kvmppc_book3s_irqprio_deliver() local 305 deliver = !kvmhv_is_nestedv2() && (kvmppc_get_msr(vcpu) & MSR_EE) && !crit; in kvmppc_book3s_irqprio_deliver() 309 deliver = !kvmhv_is_nestedv2() && (kvmppc_get_msr(vcpu) & MSR_EE) && !crit; in kvmppc_book3s_irqprio_deliver() 358 deliver = 0; in kvmppc_book3s_irqprio_deliver() 363 if (deliver) in kvmppc_book3s_irqprio_deliver() [all …]
|
/linux-6.14.4/Documentation/networking/ |
D | x25-iface.rst | 80 call "netif_rx" to deliver the received packets. Instead, it should 81 call "netif_receive_skb_core" from softirq context to deliver them.
|
/linux-6.14.4/include/linux/ |
D | mii_timestamper.h | 20 * the MII time stamping device promises to deliver it using 26 * device promises to deliver it using skb_complete_tx_timestamp()
|
/linux-6.14.4/arch/um/kernel/ |
D | signal.c | 102 /* Whee! Actually deliver the signal. */ in do_signal() 124 * if there's no signal to deliver, we just put the saved sigmask in do_signal()
|
/linux-6.14.4/drivers/s390/net/ |
D | Kconfig | 51 prompt "Deliver IUCV special messages as uevents (VM only)" 54 Select this option to deliver CP special messages (SMSGs) as
|
/linux-6.14.4/net/can/ |
D | af_can.c | 571 static inline void deliver(struct sk_buff *skb, struct receiver *rcv) in deliver() function 591 deliver(skb, rcv); in can_rcv_filter() 600 deliver(skb, rcv); in can_rcv_filter() 607 deliver(skb, rcv); in can_rcv_filter() 615 deliver(skb, rcv); in can_rcv_filter() 627 deliver(skb, rcv); in can_rcv_filter() 634 deliver(skb, rcv); in can_rcv_filter() 659 /* deliver the packet to sockets listening on all devices */ in can_receive()
|
/linux-6.14.4/Documentation/devicetree/bindings/timer/ |
D | arm,arch_timer.yaml | 17 The per-core architected timer is attached to a GIC to deliver its 19 to deliver its interrupts via SPIs.
|
/linux-6.14.4/net/ipv4/ |
D | tcp_rate.c | 5 * can currently deliver outbound data packets for this flow. At a high 46 * the full time the network needs to deliver all in-flight in tcp_rate_skb_sent() 49 * able to deliver those packets completely in the sampling in tcp_rate_skb_sent()
|
/linux-6.14.4/include/xen/ |
D | events.h | 94 irq will be disabled so it won't deliver an interrupt. */ 98 * the irq will be disabled so it won't deliver an interrupt. */
|
/linux-6.14.4/tools/testing/selftests/x86/ |
D | mov_ss_trap.c | 7 * up a #DB trap but will not actually deliver that trap. The trap 13 * deliver #DB. 14 * - ICEBP: enter the kernel but do not deliver the watchpoint trap
|
/linux-6.14.4/arch/riscv/kernel/ |
D | signal.c | 372 pr_info("SIG deliver (%s:%d): sig=%d pc=%p ra=%p sp=%p\n", in setup_rt_frame() 428 * Get the signal to deliver. When running under ptrace, at this point in arch_do_signal_or_restart() 446 /* Actually deliver the signal */ in arch_do_signal_or_restart() 459 * If there is no signal to deliver, we just put the saved in arch_do_signal_or_restart()
|