/linux-6.12.1/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 413 .deliver = afs_deliver_fs_fetch_data, 420 .deliver = afs_deliver_fs_fetch_data, 492 * deliver reply data to an FS.CreateFile or an FS.MakeDir 524 .deliver = afs_deliver_fs_create_vnode, 578 .deliver = afs_deliver_fs_create_vnode, 630 * Deliver reply data to any operation that returns status and volume sync. 658 .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. 462 .deliver = yfs_deliver_fs_fetch_data64, 507 * Deliver reply data for YFS.CreateFile or YFS.MakeDir. 541 .deliver = yfs_deliver_fs_create_vnode, 592 .deliver = yfs_deliver_fs_create_vnode, 639 * Deliver reply data to a YFS.RemoveFile2 operation. 681 .deliver = yfs_deliver_fs_remove_file2, 724 * Deliver reply data to a YFS.RemoveFile or YFS.RemoveDir operation. 751 .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, 422 * Deliver reply data to a YFSVL.GetEndpoints call. 625 .deliver = afs_deliver_yfsvl_get_endpoints, 677 * Deliver reply data to a YFSVL.GetCellName operation. 744 .deliver = afs_deliver_yfsvl_get_cell_name,
|
/linux-6.12.1/arch/x86/kvm/ |
D | xen.c | 644 /* For the per-vCPU lapic vector, deliver it as MSI. */ in kvm_xen_inject_pending_events() 1803 * and prod the vCPU to deliver it for itself. in kvm_xen_set_evtchn_fast() 1825 /* For the per-vCPU lapic vector, deliver it as MSI. */ in kvm_xen_set_evtchn_fast() 1992 } deliver; member 2022 if (!evtchnfd->deliver.port.port || in kvm_xen_eventfd_update() 2023 evtchnfd->deliver.port.port != data->u.evtchn.deliver.port.port) in kvm_xen_eventfd_update() 2027 if (data->u.evtchn.deliver.port.priority != KVM_IRQ_ROUTING_XEN_EVTCHN_PRIO_2LEVEL) in kvm_xen_eventfd_update() 2030 evtchnfd->deliver.port.priority = data->u.evtchn.deliver.port.priority; in kvm_xen_eventfd_update() 2031 if (evtchnfd->deliver.port.vcpu_id != data->u.evtchn.deliver.port.vcpu) { in kvm_xen_eventfd_update() 2032 evtchnfd->deliver.port.vcpu_id = data->u.evtchn.deliver.port.vcpu; in kvm_xen_eventfd_update() [all …]
|
/linux-6.12.1/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.12.1/drivers/iommu/iommufd/ |
D | fault.c | 107 list_for_each_entry_safe(group, next, &fault->deliver, node) { in iommufd_auto_response_faults() 218 list_for_each_entry_safe(group, next, &fault->deliver, node) { in iommufd_fault_destroy() 256 while (!list_empty(&fault->deliver) && count > done) { in iommufd_fault_fops_read() 257 group = list_first_entry(&fault->deliver, in iommufd_fault_fops_read() 340 if (!list_empty(&fault->deliver)) in iommufd_fault_fops_poll() 381 INIT_LIST_HEAD(&fault->deliver); in iommufd_fault_alloc() 435 list_add_tail(&group->node, &fault->deliver); in iommufd_fault_iopf_handler()
|
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/ |
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.12.1/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.12.1/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.12.1/net/ipv6/ |
D | ip6_input.c | 359 * Deliver the packet to the host 501 bool deliver; in ip6_mc_input() local 521 deliver = ipv6_chk_mcast_addr(dev, &hdr->daddr, NULL); in ip6_mc_input() 551 deliver = false; in ip6_mc_input() 563 deliver = true; in ip6_mc_input() 570 if (deliver) in ip6_mc_input() 583 if (likely(deliver)) in ip6_mc_input()
|
/linux-6.12.1/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.12.1/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 …]
|
D | book3s_xics.c | 76 XICS_DBG("ics deliver %#x (level: %d)\n", irq, level); in ics_deliver_irq() 144 bool deliver; in write_xive() local 153 deliver = false; in write_xive() 157 deliver = true; in write_xive() 163 return deliver; in write_xive() 342 XICS_DBG("try deliver %#x(P:%#x) to server %#lx\n", irq, priority, in icp_try_to_deliver() 350 /* See if we can deliver */ in icp_try_to_deliver() 365 * If we failed to deliver we set need_resend in icp_try_to_deliver() 481 * We failed to deliver the interrupt we need to set the in icp_deliver_irq()
|
/linux-6.12.1/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.12.1/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.12.1/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.12.1/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.12.1/net/can/ |
D | af_can.c | 570 static inline void deliver(struct sk_buff *skb, struct receiver *rcv) in deliver() function 590 deliver(skb, rcv); in can_rcv_filter() 599 deliver(skb, rcv); in can_rcv_filter() 606 deliver(skb, rcv); in can_rcv_filter() 614 deliver(skb, rcv); in can_rcv_filter() 626 deliver(skb, rcv); in can_rcv_filter() 633 deliver(skb, rcv); in can_rcv_filter() 658 /* deliver the packet to sockets listening on all devices */ in can_receive()
|
/linux-6.12.1/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.12.1/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.12.1/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.12.1/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.12.1/arch/riscv/kernel/ |
D | signal.c | 378 pr_info("SIG deliver (%s:%d): sig=%d pc=%p ra=%p sp=%p\n", in setup_rt_frame() 434 * Get the signal to deliver. When running under ptrace, at this point in arch_do_signal_or_restart() 452 /* Actually deliver the signal */ in arch_do_signal_or_restart() 465 * If there is no signal to deliver, we just put the saved in arch_do_signal_or_restart()
|