Home
last modified time | relevance | path

Searched full:deliver (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/Linux-v5.10/fs/afs/
Dcmservice.c42 .deliver = afs_deliver_cb_callback,
53 .deliver = afs_deliver_cb_init_call_back_state,
64 .deliver = afs_deliver_cb_init_call_back_state3,
75 .deliver = afs_deliver_cb_probe,
86 .deliver = afs_deliver_cb_probe_uuid,
97 .deliver = afs_deliver_cb_tell_me_about_yourself,
108 .deliver = afs_deliver_yfs_cb_callback,
239 * deliver request data to a CB.CallBack call
354 * deliver request data to a CB.InitCallBackState call
373 * deliver request data to a CB.InitCallBackState3 call
[all …]
Dfsclient.c235 * deliver reply data to an FS.FetchStatus
264 .deliver = afs_deliver_fs_fetch_status,
297 * deliver reply data to an FS.FetchData
434 .deliver = afs_deliver_fs_fetch_data,
441 .deliver = afs_deliver_fs_fetch_data,
511 * deliver reply data to an FS.CreateFile or an FS.MakeDir
543 .deliver = afs_deliver_fs_create_vnode,
596 .deliver = afs_deliver_fs_create_vnode,
647 * Deliver reply data to any operation that returns status and volume sync.
675 .deliver = afs_deliver_fs_file_status_and_vol,
[all …]
Dyfsclient.c333 * Deliver reply data to operations that just return a file status and a volume
355 * Deliver reply data to an YFS.FetchData64.
491 .deliver = yfs_deliver_fs_fetch_data64,
533 * Deliver reply data for YFS.CreateFile or YFS.MakeDir.
567 .deliver = yfs_deliver_fs_create_vnode,
617 .deliver = yfs_deliver_fs_create_vnode,
663 * Deliver reply data to a YFS.RemoveFile2 operation.
705 .deliver = yfs_deliver_fs_remove_file2,
747 * Deliver reply data to a YFS.RemoveFile or YFS.RemoveDir operation.
774 .deliver = yfs_deliver_fs_remove,
[all …]
Dvlclient.c15 * Deliver reply data to a VL.GetEntryByNameU call.
121 .deliver = afs_deliver_vl_get_entry_by_name_u,
173 * Deliver reply data to a VL.GetAddrsU call.
260 .deliver = afs_deliver_vl_get_addrs_u,
312 * Deliver reply data to an VL.GetCapabilities operation.
368 .deliver = afs_deliver_vl_get_capabilities,
413 * Deliver reply data to a YFSVL.GetEndpoints call.
611 .deliver = afs_deliver_yfsvl_get_endpoints,
650 * Deliver reply data to a YFSVL.GetCellName operation.
723 .deliver = afs_deliver_yfsvl_get_cell_name,
/Linux-v5.10/arch/powerpc/kvm/
Dbook3s.c169 /* might as well deliver this straight away */ in kvmppc_core_queue_machine_check()
176 /* might as well deliver this straight away */ in kvmppc_core_queue_program()
183 /* might as well deliver this straight away */ in kvmppc_core_queue_fpunavail()
189 /* might as well deliver this straight away */ in kvmppc_core_queue_vec_unavail()
195 /* might as well deliver this straight away */ in kvmppc_core_queue_vsx_unavail()
269 int deliver = 1; in kvmppc_book3s_irqprio_deliver() local
275 deliver = (kvmppc_get_msr(vcpu) & MSR_EE) && !crit; in kvmppc_book3s_irqprio_deliver()
279 deliver = (kvmppc_get_msr(vcpu) & MSR_EE) && !crit; in kvmppc_book3s_irqprio_deliver()
328 deliver = 0; in kvmppc_book3s_irqprio_deliver()
334 printk(KERN_INFO "Deliver interrupt 0x%x? %x\n", vec, deliver); in kvmppc_book3s_irqprio_deliver()
[all …]
/Linux-v5.10/drivers/irqchip/
Dirq-csky-mpintc.c143 * 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-v5.10/tools/perf/util/
Dordered-events.h46 ordered_events__deliver_t deliver; member
60 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver,
Dordered-events.c244 ret = oe->deliver(oe, iter); in do_flush()
360 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver, in ordered_events__init() argument
368 oe->deliver = deliver; in ordered_events__init()
411 ordered_events__deliver_t old_deliver = oe->deliver; in ordered_events__reinit()
/Linux-v5.10/net/ipv6/
Dip6_input.c359 * Deliver the packet to the host
494 bool deliver; in ip6_mc_input() local
514 deliver = ipv6_chk_mcast_addr(dev, &hdr->daddr, NULL); in ip6_mc_input()
544 deliver = false; in ip6_mc_input()
556 deliver = true; in ip6_mc_input()
563 if (deliver) in ip6_mc_input()
576 if (likely(deliver)) in ip6_mc_input()
/Linux-v5.10/arch/mips/kvm/
Dinterrupt.c77 /* Deliver the interrupt of the corresponding priority, if possible. */
98 /* Are we allowed to deliver the interrupt ??? */ in kvm_mips_irq_deliver_cb()
113 kvm_err("Trying to deliver interrupt when EXL is already set\n"); in kvm_mips_irq_deliver_cb()
/Linux-v5.10/include/linux/
Dmii_timestamper.h19 * the MII time stamping device promises to deliver it using
25 * device promises to deliver it using skb_complete_tx_timestamp()
Dsignalfd.h17 * Deliver the signal to listening signalfd.
/Linux-v5.10/Documentation/devicetree/bindings/timer/
Darm,arch_timer.yaml17 The per-core architected timer is attached to a GIC to deliver its
19 to deliver its interrupts via SPIs.
/Linux-v5.10/drivers/s390/net/
DKconfig52 prompt "Deliver IUCV special messages as uevents (VM only)"
55 Select this option to deliver CP special messages (SMSGs) as
/Linux-v5.10/arch/um/kernel/
Dsignal.c102 /* Whee! Actually deliver the signal. */ in do_signal()
136 * if there's no signal to deliver, we just put the saved sigmask in do_signal()
/Linux-v5.10/net/can/
Daf_can.c572 static inline void deliver(struct sk_buff *skb, struct receiver *rcv) in deliver() function
592 deliver(skb, rcv); in can_rcv_filter()
601 deliver(skb, rcv); in can_rcv_filter()
608 deliver(skb, rcv); in can_rcv_filter()
616 deliver(skb, rcv); in can_rcv_filter()
628 deliver(skb, rcv); in can_rcv_filter()
635 deliver(skb, rcv); in can_rcv_filter()
660 /* deliver the packet to sockets listening on all devices */ in can_receive()
/Linux-v5.10/net/ipv4/
Dtcp_rate.c5 * 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-v5.10/include/xen/
Devents.h94 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-v5.10/arch/ia64/kernel/
Dsignal.c297 * ignored), but it has the desirable effect of making it possible to deliver a in setup_frame()
311 printk("SIG deliver (%s:%d): sig=%d sp=%lx ip=%lx handler=%p\n", in setup_frame()
385 * Whee! Actually deliver the signal. If the delivery failed, we need to in ia64_do_signal()
386 * continue to iterate in this loop so we can deliver the SIGSEGV... in ia64_do_signal()
409 /* if there's no signal to deliver, we just put the saved sigmask in ia64_do_signal()
/Linux-v5.10/include/asm-generic/
Dmshyperv.h79 * will not deliver any more messages since there is in vmbus_signal_eom()
85 * possibly deliver another msg from the in vmbus_signal_eom()
/Linux-v5.10/arch/riscv/kernel/
Dsignal.c224 pr_info("SIG deliver (%s:%d): sig=%d pc=%p ra=%p sp=%p\n", in setup_rt_frame()
272 /* Actually deliver the signal */ in do_signal()
299 * If there is no signal to deliver, we just put the saved in do_signal()
/Linux-v5.10/tools/testing/selftests/x86/
Dmov_ss_trap.c7 * 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-v5.10/drivers/net/wimax/i2400m/
Drx.c3 * Handle incoming traffic and deliver it to the control or data planes
87 * Starting in firmware v1.4, the device can deliver packets for
94 * point, the signal to deliver the whole (or part) of the queued
105 * - update ws: update the queue's window start and deliver queued
109 * deliver queued packets that meet the criteria
736 * Updates the window start of a queue; when doing so, it must deliver
753 * Simply insert and deliver all packets to the host up to the in __i2400m_roq_update_ws()
782 * Deliver all the packets and reset the window-start to zero. Name is
847 * Update the window start in a reorder queue and deliver all skbs
897 * Simply insert and deliver all packets to the host up to the in i2400m_roq_queue_update_ws()
[all …]
/Linux-v5.10/drivers/staging/most/dim2/
Dsysfs.h26 * must deliver MediaLB state as true if locked or false if unlocked
/Linux-v5.10/arch/microblaze/kernel/
Dsignal.c229 pr_info("SIG deliver (%s:%d): sp=%p pc=%08lx\n", in setup_rt_frame()
297 /* Whee! Actually deliver the signal. */ in do_signal()
308 * If there's no signal to deliver, we just put the saved sigmask in do_signal()

12345678910>>...15