HomeSort by relevance Sort by last modified time
    Searched full:ntries (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
spinlock.c 278 int ntries = 0; local
282 if (smp_machine && ntries++ < MAX_BUSY_LOOPS)
291 int ntries = 0; local
305 if (smp_machine && ntries++ < MAX_BUSY_LOOPS)
314 int ntries = 0; local
328 if (smp_machine && ntries++ < MAX_BUSY_LOOPS)
  /external/chromium/net/socket/
tcp_pinger.h 49 int Ping(base::TimeDelta tryTimeout, int nTries) {
52 for (int i = 0; i < nTries; i++) {
  /external/bluetooth/bluez/serial/
port.c 283 static int ntries = MAX_OPEN_TRIES; local
293 if (!--ntries) {
296 ntries = MAX_OPEN_TRIES;

Completed in 70 milliseconds