HomeSort by relevance Sort by last modified time
    Searched refs:ntries (Results 1 - 2 of 2) 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/bluetooth/bluez/serial/
port.c 283 static int ntries = MAX_OPEN_TRIES; local
293 if (!--ntries) {
296 ntries = MAX_OPEN_TRIES;

Completed in 188 milliseconds