/src/distrib/utils/more/ |
linenum.c | 268 int loopcount; local in function:find_linenum 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 [all...] |
linenum.c | 268 int loopcount; local in function:find_linenum 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 [all...] |
/src/sys/ufs/lfs/ |
lfs_vnops.c | 1452 int i, sn, error, slept, loopcount; local in function:lfs_strategy 1484 loopcount = 0; 1528 ++loopcount; 1542 if (loopcount > MAXLOOP) {
|
lfs_vnops.c | 1452 int i, sn, error, slept, loopcount; local in function:lfs_strategy 1484 loopcount = 0; 1528 ++loopcount; 1542 if (loopcount > MAXLOOP) {
|
lfs_segment.c | 393 int loopcount = 0; local in function:lfs_vflush 434 if (++loopcount > 2) 435 log(LOG_NOTICE, "lfs_vflush: looping count=%d\n", loopcount); 747 int loopcount = 0; local in function:lfs_segwrite 785 if (++loopcount > 2) 787 loopcount);
|
lfs_segment.c | 393 int loopcount = 0; local in function:lfs_vflush 434 if (++loopcount > 2) 435 log(LOG_NOTICE, "lfs_vflush: looping count=%d\n", loopcount); 747 int loopcount = 0; local in function:lfs_segwrite 785 if (++loopcount > 2) 787 loopcount);
|
/src/libexec/lfs_cleanerd/ |
lfs_cleanerd.c | 1471 int i, opt, error, r, loopcount, nodetach; local in function:lfs_cleaner_main 1675 loopcount = 0; 1707 ++loopcount; 1708 if (stat_report && loopcount % stat_report == 0)
|
lfs_cleanerd.c | 1471 int i, opt, error, r, loopcount, nodetach; local in function:lfs_cleaner_main 1675 loopcount = 0; 1707 ++loopcount; 1708 if (stat_report && loopcount % stat_report == 0)
|
/src/sys/dev/pci/ixgbe/ |
ix_txrx.c | 1830 u32 loopcount = 0, numdesc; local in function:ixgbe_rxeof 1876 (loopcount < limit) || (discard_multidesc == true);) { 1894 } else if (__predict_false(loopcount >= limit)) { 1915 loopcount++;
|
ix_txrx.c | 1830 u32 loopcount = 0, numdesc; local in function:ixgbe_rxeof 1876 (loopcount < limit) || (discard_multidesc == true);) { 1894 } else if (__predict_false(loopcount >= limit)) { 1915 loopcount++;
|
/src/sys/dev/pci/ |
ydsreg.h | 300 uint32_t loopcount; member in struct:play_slot_ctrl_bank
|
ydsreg.h | 300 uint32_t loopcount; member in struct:play_slot_ctrl_bank
|