Searched refs:nrepeat (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_handle.c33 int ret, nrepeat, retries;
55 for (nrepeat = 1; nrepeat < 4; ++nrepeat) {
73 __os_yield(env, nrepeat * 2, 0);
83 --nrepeat;
H A Dos_open.c31 int access, attr, createflag, nrepeat, ret, share; local
168 for (nrepeat = 1;; ++nrepeat) {
214 nrepeat > 3)
217 __os_yield(env, nrepeat * 2, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_handle.c28 u_int nrepeat, retries; local
62 for (nrepeat = 1; nrepeat < 4; ++nrepeat) {
140 __os_yield(env, nrepeat * 2, 0);
150 --nrepeat;

Completed in 105 milliseconds