Home
last modified time | relevance | path

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

/netbsd-src/tests/dev/audio/
H A Daudiotest.c6296 u_int blk_ms; in test_AUDIO_GETIOFFS_one() local
6329 blk_ms = 0; in test_AUDIO_GETIOFFS_one()
6332 blk_ms = blocksize * 1000 / in test_AUDIO_GETIOFFS_one()
6336 if (blk_ms == 0) in test_AUDIO_GETIOFFS_one()
6337 blk_ms = 50; in test_AUDIO_GETIOFFS_one()
6338 DPRINTF(" > blocksize=%u, estimated blk_ms=%u\n", blocksize, blk_ms); in test_AUDIO_GETIOFFS_one()
6344 usleep(blk_ms * 1000); in test_AUDIO_GETIOFFS_one()
6385 u_int blk_ms; in test_AUDIO_GETOOFFS_one() local
6418 blk_ms = 0; in test_AUDIO_GETOOFFS_one()
6421 blk_ms = blocksize * 1000 / in test_AUDIO_GETOOFFS_one()
[all …]