Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 25 of 35) sorted by relevance

12

/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/
A Dplatform-compat.c60 spin_lock_irq(&x->wait.lock); in wait_for_completion_timeout()
62 DECLARE_WAITQUEUE(wait, current); in wait_for_completion_timeout()
64 wait.flags |= WQ_FLAG_EXCLUSIVE; in wait_for_completion_timeout()
65 __add_wait_queue_tail(&x->wait, &wait); in wait_for_completion_timeout()
68 spin_unlock_irq(&x->wait.lock); in wait_for_completion_timeout()
70 spin_lock_irq(&x->wait.lock); in wait_for_completion_timeout()
72 __remove_wait_queue(&x->wait, &wait); in wait_for_completion_timeout()
76 __remove_wait_queue(&x->wait, &wait); in wait_for_completion_timeout()
80 spin_unlock_irq(&x->wait.lock); in wait_for_completion_timeout()
/xen-4.10.0-shim-comet/xen/common/
A Dsmp.c31 int wait; member
38 int wait) in smp_call_function() argument
44 on_selected_cpus(&allbutself, func, info, wait); in smp_call_function()
51 int wait) in on_selected_cpus() argument
68 call_data.wait = wait; in on_selected_cpus()
90 if ( call_data.wait ) in smp_call_function_interrupt()
A Dwait.c190 wait(); /* takes us back into the scheduler */ in check_wakeup_from_wait()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dsmp.h33 int wait);
42 int wait);
56 int wait) in on_each_cpu() argument
58 on_selected_cpus(&cpu_online_map, func, info, wait); in on_each_cpu()
A Dwait.h46 wait(); \
55 void wait(void);
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dbarrier.c19 void mce_barrier_enter(struct mce_softirq_barrier *bar, bool wait) in mce_barrier_enter() argument
23 if ( !wait ) in mce_barrier_enter()
37 void mce_barrier_exit(struct mce_softirq_barrier *bar, bool wait) in mce_barrier_exit() argument
41 if ( !wait ) in mce_barrier_exit()
A Dbarrier.h56 void mce_barrier_enter(struct mce_softirq_barrier *, bool wait);
57 void mce_barrier_exit(struct mce_softirq_barrier *, bool wait);
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in16 # If XENDOMAINS_SYSRQ is set, this variable determines how long to wait
59 ## Default: "--wait"
63 # set this to "--wait". Omit the "--wait" flag to avoid waiting
66 XENDOMAINS_SHUTDOWN="--wait"
69 ## Default: "--all --wait"
76 # "--all --wait", it will be passed to xm shutdown.
81 XENDOMAINS_SHUTDOWN_ALL="--all --wait"
/xen-4.10.0-shim-comet/tools/ocaml/libs/xs/
A Dxs.mli70 (** wait for watchevent with a timeout. Until the callback return true,
75 (** register a set of watches, then wait for watchevent.
A Dxs.ml80 than wait for the whole timeout period *)
A Dxsraw.ml137 (* send one packet in the queue, and wait for reply *)
/xen-4.10.0-shim-comet/tools/misc/
A Dxencons39 os.wait()
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/
A Ddebug-8250.inc20 * 8250 UART wait UART to be ready to transmit
A Ddebug-exynos4210.inc22 * Exynos 5 UART wait UART to be ready to transmit
A Ddebug-scif.inc23 * SCIF UART wait UART to be ready to transmit
A Ddebug-pl011.inc39 * PL011 UART wait UART to be ready to transmit
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Ddebug-8250.inc22 * UART wait UART to be ready to transmit
A Ddebug-cadence.inc24 * Cadence UART wait UART to be ready to transmit
A Ddebug-scif.inc25 * SCIF UART wait UART to be ready to transmit
A Ddebug-pl011.inc38 * PL011 UART wait UART to be ready to transmit
/xen-4.10.0-shim-comet/tools/xenbackendd/
A Dxenbackendd.c108 wait(NULL); in doexec()
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore-ring.txt99 wait for it to be set to 0 ("Ring is connected")
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D10graphics.diff275 + /* wait vertical retrace */
278 + inb %dx, %al /* wait vertical active display */
283 + inb %dx, %al /* wait vertical retrace */
734 "Select a terminal. When multiple terminals are specified, wait until"
A D60ext4.diff63 + __u16 s_mmp_interval; /* # seconds to wait MMP checking */
/xen-4.10.0-shim-comet/docs/man/
A Dxl.pod.1.in355 domain is waiting on IO (a traditional wait state) or has
446 On the new <host>, do not wait in the background for the death of the
537 On the new <host>, do not wait in the background for the death of the domain.
626 Do not wait in the background for the death of the domain on the new host.
699 =item B<-w>, B<--wait>

Completed in 27 milliseconds

12