Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 28) sorted by relevance

12

/xen/xen/drivers/char/
A Dehci-dbgp.c515 unsigned int loop = DBGP_TIMEOUT; in dbgp_wait_until_complete() local
523 } while ( --loop ); in dbgp_wait_until_complete()
525 if ( !ppid && !loop ) in dbgp_wait_until_complete()
738 unsigned int loop; in ehci_dbgp_startup() local
758 loop = 1000; in ehci_dbgp_startup()
764 } while ( --loop ); in ehci_dbgp_startup()
766 if ( !loop ) in ehci_dbgp_startup()
778 unsigned int loop = 250 * 1000; in ehci_dbgp_controller_reset() local
787 } while ( (cmd & CMD_RESET) && --loop ); in ehci_dbgp_controller_reset()
789 if ( !loop ) in ehci_dbgp_controller_reset()
[all …]
/xen/xen/arch/arm/arm32/lib/
A Ddiv64.S84 @ The division loop for needed upper bit positions.
100 @ The division loop for lower bit positions.
115 @ (the 33th bit) this is a false positive so resume the loop.
140 @ If possible, branch for another shift in the division loop.
A Dfindbit.S57 b 2b @ loop for next bit
97 b 2b @ loop for next bit
133 b 2b @ loop for next bit
166 b 2b @ loop for next bit
A Dlib1funcs.S52 @ at the left end of each 4 bit nibbles in the division loop
53 @ to save one loop in most cases.
61 @ division loop. Continue shifting until the divisor is
81 @ Division loop
148 @ division loop. Continue shifting until the divisor is
A Dmemzero.S52 3: subs r1, r1, #64 @ 1 write 32 bytes out per loop
/xen/xen/common/sched/
A Dnull.c976 unsigned int loop; in null_dump() local
983 loop = 0; in null_dump()
999 printk("\t%3d: ", ++loop); in null_dump()
1008 loop = 0; in null_dump()
1014 if ( loop++ != 0 ) in null_dump()
1016 if ( loop % 24 == 0 ) in null_dump()
A Dcredit.c2041 int loop; in csched_dump_pcpu() local
2069 loop = 0; in csched_dump_pcpu()
2075 printk("\t%3d: ", ++loop); in csched_dump_pcpu()
2089 int loop; in csched_dump() local
2123 loop = 0; in csched_dump()
2138 printk("\t%3d: ", ++loop); in csched_dump()
A Dcredit2.c3776 unsigned int j, loop; in csched2_dump() local
3820 loop = 0; in csched2_dump()
3841 printk("\t%3d: ", ++loop); in csched2_dump()
3851 int loop = 0; in csched2_dump() local
3868 printk("\t%3d: ", loop++); in csched2_dump()
/xen/xen/tools/kconfig/
A Dstreamline_config.pl667 loop: label
673 next loop;
/xen/tools/libfsimage/fat/
A Dfsys_fat.c298 loop: in fat_dir()
469 goto loop; in fat_dir()
/xen/tools/firmware/rombios/
A D32bitgateway.c123 loop upcall2
A Drombios.c582 loop lsr_loop
598 loop lsl_loop
3450 loop ata_packet_in_before_16
3457 loop ata_packet_in_before_32_loop
3491 loop ata_packet_in_after_16
3498 loop ata_packet_in_after_32_loop
10229 loop pci_init_irq_loop1
10463 loop checksum_loop
10867 loop post_default_ints
/xen/tools/xenstat/xentop/
A Dxentop.c207 unsigned int loop = 1; variable
1284 loop = 0; in main()
1318 if ((!loop) && !(--iterations)) in main()
1337 if ((!loop) && !(--iterations)) in main()
/xen/tools/ocaml/libs/xs/
A Dxs.ml112 we must process the queue on every loop iteration *)
121 and this is our last time round the loop: this prevents
/xen/docs/specs/
A Dlibxl-migration-stream.pandoc281 In COLO, Primary is running in below loop:
294 While Secondary is running in below loop:
/xen/tools/xl/
A DCODING_STYLE55 example, in a loop), the corresponding variable has to be reset to
140 some random integer loop counter, it should probably be called "i".
/xen/docs/features/
A Dmigration.pandoc45 contents of the VM (ram, vcpus, etc) and the live migration loop, while
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in72 # started ones, see XENDOMAINS_AUTO_ONLY below) in a loop and sent SysRq,
/xen/tools/libxl/
A DCODING_STYLE103 example, in a loop), the corresponding variable has to be reset to
258 some random integer loop counter, it should probably be called "i".
/xen/stubdom/
A Dnewlib.patch163 @@ -89,10 +97,18 @@ loop:
483 loop:
A Dlwip.patch-cvs56 + * inet_chksum.c: Checked in some ideas of patch #6460 (loop optimizations)
867 + * Call netif_poll() in the main loop of your application. This is to prevent
929 + /* loop through netifs */
1762 + * with each loop so that mem_free can run.
1811 + * the main application loop.
1839 - * the main application loop.
2221 - * Call loopif_poll() in the main loop of your application. This is to prevent
/xen/docs/misc/
A Dconsole.txt154 event loop. Parent can read from the read end of the fd to know the status.
/xen/
A DCODING_STYLE63 for the do/while loop. This is unlike the Linux coding style and
/xen/docs/designs/
A Dargo.pandoc299 `[entry] > -- [ take R(L1) ] -- [ take R(L2) ] -- loop [ take a L3 / drop L3 ]
401 the domain. A malicious domain can loop registering and unregistering rings,
A Dqemu-deprivilege.md151 following loop:

Completed in 87 milliseconds

12