Home
last modified time | relevance | path

Searched refs:wakeup_all (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/virt/kvm/
H A Dasync_pf.c106 if (work->wakeup_all) in kvm_flush_and_free_async_pf_work()
204 work->wakeup_all = false; in kvm_setup_async_pf()
235 work->wakeup_all = true; in kvm_async_pf_wakeup_all()
/kernel/linux/linux-5.10/virt/kvm/
H A Dasync_pf.c183 work->wakeup_all = false; in kvm_setup_async_pf()
215 work->wakeup_all = true; in kvm_async_pf_wakeup_all()
/kernel/linux/linux-6.6/drivers/char/xillybus/
H A Dxillyusb.c184 struct mutex process_in_mutex; /* synchronize wakeup_all() */
567 * process_bulk_in() after wakeup_all()'s execution: The latter zeroes all
570 * a non-zero value by report_io_error() prior to queueing wakeup_all(),
573 * The fact that wakeup_all() and bulk_in_work() are queued on the same
578 static void wakeup_all(struct work_struct *work) in wakeup_all() function
2157 INIT_WORK(&xdev->wakeup_workitem, wakeup_all); in xillyusb_probe()
/kernel/linux/linux-5.10/include/linux/
H A Dkvm_host.h209 bool wakeup_all; member
/kernel/linux/linux-6.6/include/linux/
H A Dkvm_host.h245 bool wakeup_all; member
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c11152 work->wakeup_all) in kvm_arch_async_page_ready()
11330 if (work->wakeup_all) in kvm_arch_async_page_present()
11336 if ((work->wakeup_all || work->notpresent_injected) && in kvm_arch_async_page_present()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H A Dmmu.c4240 work->wakeup_all) in kvm_arch_async_page_ready()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c13160 if (work->wakeup_all) in kvm_arch_async_page_present()
13166 if ((work->wakeup_all || work->notpresent_injected) && in kvm_arch_async_page_present()

Completed in 45 milliseconds