/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/ |
A D | platform-compat.c | 60 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 D | smp.c | 31 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 D | wait.c | 190 wait(); /* takes us back into the scheduler */ in check_wakeup_from_wait()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | smp.h | 33 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 D | wait.h | 46 wait(); \ 55 void wait(void);
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/ |
A D | barrier.c | 19 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 D | barrier.h | 56 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 D | sysconfig.xendomains.in | 16 # 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 D | xs.mli | 70 (** wait for watchevent with a timeout. Until the callback return true, 75 (** register a set of watches, then wait for watchevent.
|
A D | xs.ml | 80 than wait for the whole timeout period *)
|
A D | xsraw.ml | 137 (* send one packet in the queue, and wait for reply *)
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xencons | 39 os.wait()
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/ |
A D | debug-8250.inc | 20 * 8250 UART wait UART to be ready to transmit
|
A D | debug-exynos4210.inc | 22 * Exynos 5 UART wait UART to be ready to transmit
|
A D | debug-scif.inc | 23 * SCIF UART wait UART to be ready to transmit
|
A D | debug-pl011.inc | 39 * PL011 UART wait UART to be ready to transmit
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/ |
A D | debug-8250.inc | 22 * UART wait UART to be ready to transmit
|
A D | debug-cadence.inc | 24 * Cadence UART wait UART to be ready to transmit
|
A D | debug-scif.inc | 25 * SCIF UART wait UART to be ready to transmit
|
A D | debug-pl011.inc | 38 * PL011 UART wait UART to be ready to transmit
|
/xen-4.10.0-shim-comet/tools/xenbackendd/ |
A D | xenbackendd.c | 108 wait(NULL); in doexec()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenstore-ring.txt | 99 wait for it to be set to 0 ("Ring is connected")
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 10graphics.diff | 275 + /* 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 D | 60ext4.diff | 63 + __u16 s_mmp_interval; /* # seconds to wait MMP checking */
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.pod.1.in | 355 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>
|