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

/linux-master/virt/kvm/
H A Dasync_pf.c114 if (work->wakeup_all)
210 work->wakeup_all = false;
239 work->wakeup_all = true;
/linux-master/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) function
2157 INIT_WORK(&xdev->wakeup_workitem, wakeup_all);
/linux-master/include/linux/
H A Dkvm_host.h249 bool wakeup_all; member in struct:kvm_async_pf
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c4281 work->wakeup_all)
/linux-master/arch/x86/kvm/
H A Dx86.c13377 if (work->wakeup_all)
13383 if ((work->wakeup_all || work->notpresent_injected) &&

Completed in 349 milliseconds