Home
last modified time | relevance | path

Searched refs:loopcnt (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/tests/skywalk/ !
H A Dskt_utunloop.c565 uint32_t loopcnt = 0; in sourceudp() local
575 if (i == 0 && loopcnt == 0 && in sourceudp()
586 loopcnt++; in sourceudp()
602 if (loopcnt > 1) { in sourceudp()
616 if (loopcnt >= 5000) { in sourceudp()
617 T_LOG("loopcount %d\n", loopcnt); in sourceudp()
619 assert(loopcnt < 5000); in sourceudp()
627 if (loopcnt > 1) { in sourceudp()
629 totalloop += loopcnt - 1; in sourceudp()
/xnu-11417.121.6/bsd/vfs/ !
H A Dvfs_bio.c4642 int loopcnt = 0; in bcleanbuf_thread() local
4692 if (loopcnt > MAXLAUNDRY) { in bcleanbuf_thread()
4699 loopcnt = 0; in bcleanbuf_thread()
4703 loopcnt++; in bcleanbuf_thread()