Searched refs:loops (Results 76 - 92 of 92) sorted by relevance

1234

/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c5845 int loops = 0;
5858 loops++;
5859 if (loops >= 16)
5862 if (!rv && loops < 16 && (m->flags & PG_FICTITIOUS) == 0) {
5869 loops++;
5870 if (loops >= 16)
5844 int loops = 0; local
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c1712 /* Finds interesting uses of induction variables outside of loops
5075 Rationale -- in loops with many variables the best choice often is to use
5875 tree_ssa_iv_optimize (struct loops *loops) argument
5882 /* Optimize the loops starting with the innermost ones. */
5883 loop = loops->tree_root;
5887 /* Scan the loops, inner ones first. */
5888 while (loop != loops->tree_root)
H A Dtree-data-ref.c851 dependence vectors, or in other words the number of loops in the
2187 B. NB_LOOPS is the number of loops surrounding the references: the
2639 number of iterations that loops X and Y run. The overlaps will be
3517 /* Add a distance of 1 on all the loops outer than INDEX. If we
3788 outer loops:
3831 /* There is a distance of 1 on all the outer loops: Example:
4240 /* Inner loops of the nest should not contain siblings. Example:
4241 when there are two consecutive loops,
4264 true and insert in LOOP_NEST the loops of the nest. LOOP_NEST will
4265 contain the loops fro
[all...]
H A Dtree-ssa-dom.c243 struct loops loops_info;
276 /* We need to know which edges exit loops so that we can
1143 /* If one of the previous values is invariant, or invariant in more loops
1699 variables outside of their loops and prevent coalescing
/freebsd-11-stable/sys/kern/
H A Dkern_lock.c168 SYSCTL_UINT(_debug_lockmgr, OID_AUTO, loops, CTLFLAG_RW, &alk_loops, 0, "");
H A Dkern_sx.c150 SYSCTL_UINT(_debug_sx, OID_AUTO, loops, CTLFLAG_RW, &asx_loops, 0, "");
H A Dkern_rwlock.c100 SYSCTL_INT(_debug_rwlock, OID_AUTO, loops, CTLFLAG_RW, &rowner_loops, 0, "");
621 /* Record only the loops spinning and not sleeping. */
1114 /* Record only the loops spinning and not sleeping. */
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c2729 int loops = 0; local
2741 loops++;
2742 if (loops >= 16)
/freebsd-11-stable/sys/powerpc/booke/
H A Dpmap.c2617 int loops; local
2622 loops = 0;
2630 if (++loops >= 16)
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v4.c4417 int loops = 0; local
4429 loops++;
4430 if (loops >= 16)
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c1690 static void bwn_nphy_run_samples(struct bwn_mac *mac, uint16_t samps, uint16_t loops, argument
1734 if (loops != 0xFFFF)
1735 BWN_PHY_WRITE(mac, BWN_NPHY_SAMP_LOOPCNT, (loops - 1));
1737 BWN_PHY_WRITE(mac, BWN_NPHY_SAMP_LOOPCNT, loops);
2757 /* specs say about 2 loops, but wl does 4 */
2777 /* specs say about 2 loops, but wl does 4 */
/freebsd-11-stable/
H A DMakefile.inc11254 # All of the BUILDKERNELS loops start at index 1.
2444 # argument list will get too long. Using .for/.endfor make "loops" will make
/freebsd-11-stable/contrib/libpcap/
H A Dconfigure3482 // Also check for declarations in for loops.
/freebsd-11-stable/contrib/openpam/
H A Dconfigure4009 // Also check for declarations in for loops.
/freebsd-11-stable/contrib/file/
H A Dconfigure4510 // Also check for declarations in for loops.
/freebsd-11-stable/contrib/ntp/
H A Dconfigure5251 // Also check for declarations in for loops.
6424 // Also check for declarations in for loops.
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure5018 // Also check for declarations in for loops.

Completed in 545 milliseconds

1234