/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | ehci-dbgp.c | 514 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 D | div64.S | 84 @ 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 D | findbit.S | 57 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 D | lib1funcs.S | 52 @ 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 D | memzero.S | 52 3: subs r1, r1, #64 @ 1 write 32 bytes out per loop
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | sched_null.c | 852 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 D | sched_credit.c | 2049 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 D | sched_credit2.c | 3667 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 D | streamline_config.pl | 632 loop: label 638 next loop;
|
/xen-4.10.0-shim-comet/tools/libfsimage/fat/ |
A D | fsys_fat.c | 298 loop: in fat_dir() 469 goto loop; in fat_dir()
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | head.S | 665 2: loop 1b 675 loop 1b 682 loop 1b
|
/xen-4.10.0-shim-comet/tools/xenstat/xentop/ |
A D | xentop.c | 207 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 D | 32bitgateway.c | 123 loop upcall2
|
A D | rombios.c | 582 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 D | xs.ml | 112 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 D | libxl-migration-stream.pandoc | 281 In COLO, Primary is running in below loop: 294 While Secondary is running in below loop:
|
/xen-4.10.0-shim-comet/ |
A D | CODING_STYLE | 63 for the do/while loop. This is unlike the Linux coding style and
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | CODING_STYLE | 55 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 D | migration.pandoc | 45 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 D | sysconfig.xendomains.in | 72 # started ones, see XENDOMAINS_AUTO_ONLY below) in a loop and sent SysRq,
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | CODING_STYLE | 103 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 D | newlib.patch | 163 @@ -89,10 +97,18 @@ loop: 483 loop:
|
A D | lwip.patch-cvs | 56 + * 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 D | console.txt | 154 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 D | 99minios | 113 " a tight loop."
|