Searched refs:loopcount (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/distrib/utils/more/ |
H A D | linenum.c | 268 int loopcount; local 318 loopcount = 0; 327 if (loopcount >= 0 && ++loopcount > 100) { 328 loopcount = 0; 332 loopcount = -1; 350 loopcount = 0; 359 if (loopcount >= 0 && ++loopcount > 100) { 360 loopcount = 0; 364 loopcount = -1;
|
/netbsd-src/external/bsd/less/dist/ |
H A D | linenum.c | 215 static int loopcount; variable 223 if (loopcount >= 0 && ++loopcount > 100) in longish() 225 loopcount = 0; in longish() 229 loopcount = -1; in longish() 233 if (loopcount >= 0 && ++loopcount > LONGLOOP) in longish() 236 loopcount = -1; in longish() 247 if (loopcount >= 0) in abort_long() 307 loopcount = 0; in find_linenum() 366 loopcount = 0; in find_linenum()
|
/netbsd-src/sys/dev/pci/ |
H A D | ydsreg.h | 300 uint32_t loopcount; member
|
/netbsd-src/libexec/lfs_cleanerd/ |
H A D | lfs_cleanerd.c | 1471 int i, opt, error, r, loopcount, nodetach; in lfs_cleaner_main() local 1675 loopcount = 0; in lfs_cleaner_main() 1707 ++loopcount; in lfs_cleaner_main() 1708 if (stat_report && loopcount % stat_report == 0) in lfs_cleaner_main()
|
/netbsd-src/sys/ufs/lfs/ |
H A D | lfs_segment.c | 387 int loopcount = 0; in lfs_vflush() local 428 if (++loopcount > 2) in lfs_vflush() 429 log(LOG_NOTICE, "lfs_vflush: looping count=%d\n", loopcount); in lfs_vflush() 739 int loopcount = 0; in lfs_segwrite() local 777 if (++loopcount > 2) in lfs_segwrite() 779 loopcount); in lfs_segwrite()
|
H A D | lfs_vnops.c | 1446 int i, sn, error, slept, loopcount; in lfs_strategy() local 1478 loopcount = 0; in lfs_strategy() 1522 ++loopcount; in lfs_strategy() 1536 if (loopcount > MAXLOOP) { in lfs_strategy()
|
/netbsd-src/sys/dev/pci/ixgbe/ |
H A D | ix_txrx.c | 1830 u32 loopcount = 0, numdesc; in ixgbe_rxeof() local 1876 (loopcount < limit) || (discard_multidesc == true);) { in ixgbe_rxeof() 1894 } else if (__predict_false(loopcount >= limit)) { in ixgbe_rxeof() 1915 loopcount++; in ixgbe_rxeof()
|