Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/xen/drivers/char/
A Dehci-dbgp.c514 unsigned int loop = DBGP_TIMEOUT; in dbgp_wait_until_complete() local
522 } while ( --loop ); in dbgp_wait_until_complete()
524 if ( !ppid && !loop ) in dbgp_wait_until_complete()
736 unsigned int loop; in ehci_dbgp_startup() local
756 loop = 1000; in ehci_dbgp_startup()
762 } while ( --loop ); in ehci_dbgp_startup()
764 if ( !loop ) in ehci_dbgp_startup()
776 unsigned int loop = 250 * 1000; in ehci_dbgp_controller_reset() local
785 } while ( (cmd & CMD_RESET) && --loop ); in ehci_dbgp_controller_reset()
787 if ( !loop ) in ehci_dbgp_controller_reset()
[all …]
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/common/
A Dsched_null.c852 unsigned int loop; in null_dump() local
861 loop = 0; in null_dump()
877 printk("\t%3d: ", ++loop); in null_dump()
886 loop = 0; in null_dump()
892 if ( loop++ != 0 ) in null_dump()
894 if ( loop % 24 == 0 ) in null_dump()
A Dsched_credit.c2049 int loop; in csched_dump_pcpu() local
2079 loop = 0; in csched_dump_pcpu()
2085 printk("\t%3d: ", ++loop); in csched_dump_pcpu()
2100 int loop; in csched_dump() local
2137 loop = 0; in csched_dump()
2151 printk("\t%3d: ", ++loop); in csched_dump()
A Dsched_credit2.c3667 unsigned int i, j, loop; in csched2_dump() local
3712 loop = 0; in csched2_dump()
3733 printk("\t%3d: ", ++loop); in csched2_dump()
3744 int loop = 0; in csched2_dump() local
3761 printk("\t%3d: ", loop++); in csched2_dump()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dstreamline_config.pl632 loop: label
638 next loop;
/xen-4.10.0-shim-comet/tools/libfsimage/fat/
A Dfsys_fat.c298 loop: in fat_dir()
469 goto loop; in fat_dir()
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dhead.S665 2: loop 1b
675 loop 1b
682 loop 1b
/xen-4.10.0-shim-comet/tools/xenstat/xentop/
A Dxentop.c207 unsigned int loop = 1; variable
1230 loop = 0; in main()
1267 if ((!loop) && !(--iterations)) in main()
1286 if ((!loop) && !(--iterations)) in main()
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/docs/specs/
A Dlibxl-migration-stream.pandoc281 In COLO, Primary is running in below loop:
294 While Secondary is running in below loop:
/xen-4.10.0-shim-comet/
A DCODING_STYLE63 for the do/while loop. This is unlike the Linux coding style and
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/docs/features/
A Dmigration.pandoc45 contents of the VM (ram, vcpus, etc) and the live migration loop, while
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in72 # started ones, see XENDOMAINS_AUTO_ONLY below) in a loop and sent SysRq,
/xen-4.10.0-shim-comet/tools/libxl/
A DCODING_STYLE103 example, in a loop), the corresponding variable has to be reset to
256 some random integer loop counter, it should probably be called "i".
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/docs/misc/
A Dconsole.txt154 event loop. Parent can read from the read end of the fd to know the status.
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D99minios113 " a tight loop."

Completed in 42 milliseconds

12