Lines Matching +full:shutdown +full:- +full:ack
1 /* SPDX-License-Identifier: GPL-2.0-only */
17 * trigger. On acknowledgment through the irq ack notifier, the
18 * interrupt is de-asserted and userspace is notified through the
19 * resamplefd. All resamplers on the same gsi are de-asserted
27 * RCU list modified under kvm->irqfds.resampler_lock
32 * Entry in list of kvm->irqfd.resampler_list. Use for sharing
34 * RCU list modified under kvm->irqfds.resampler_lock
40 /* Used for MSI fast-path */
46 /* Used for level IRQ fast-path */
49 /* The resampler used by this irqfd (resampler-only) */
51 /* Eventfd notified on resample (resampler-only) */
53 /* Entry in list of irqfds for a resampler (resampler-only) */
55 /* Used for setup/shutdown */
59 struct work_struct shutdown; member