Lines Matching defs:msecs
314 uint_t try, msecs;
320 msecs = ALLOC_DELAY;
323 (void) poll(NULL, 0, msecs);
324 msecs *= ALLOC_DELAY_MULT;
337 uint_t try, msecs;
343 msecs = ALLOC_DELAY;
346 (void) poll(NULL, 0, msecs);
350 msecs *= ALLOC_DELAY_MULT;
360 uint_t try, msecs;
367 msecs = ALLOC_DELAY;
372 (void) poll(NULL, 0, msecs);
376 msecs *= ALLOC_DELAY_MULT;
399 uint_t try, msecs;
405 msecs = ALLOC_DELAY;
409 (void) poll(NULL, 0, msecs);
413 msecs *= ALLOC_DELAY_MULT;
431 uint_t try, msecs;
437 msecs = ALLOC_DELAY;
441 (void) poll(NULL, 0, msecs);
445 msecs *= ALLOC_DELAY_MULT;
493 uint_t count = 0, msecs = ALLOC_DELAY;
550 (void) poll(NULL, 0, msecs);
551 msecs *= ALLOC_DELAY_MULT;