Home
last modified time | relevance | path

Searched refs:read_sleep (Results 1 - 4 of 4) sorted by relevance

/third_party/littlefs/bd/
H A Dlfs_emubd.c249 if (bd->cfg->read_sleep) { in lfs_emubd_read()
251 .tv_sec=bd->cfg->read_sleep/1000000000, in lfs_emubd_read()
252 .tv_nsec=bd->cfg->read_sleep%1000000000}, in lfs_emubd_read()
H A Dlfs_emubd.h119 lfs_emubd_sleep_t read_sleep; member
/third_party/littlefs/runners/
H A Dtest_runner.c1363 .read_sleep = test_read_sleep, in run_powerloss_none()
1439 .read_sleep = test_read_sleep, in run_powerloss_linear()
1532 .read_sleep = test_read_sleep, in run_powerloss_log()
1623 .read_sleep = test_read_sleep, in run_powerloss_cycles()
1812 .read_sleep = test_read_sleep, in run_powerloss_exhaustive()
2635 double read_sleep = strtod(optarg, &parsed); in main() local
2640 test_read_sleep = read_sleep*1.0e9; in main()
H A Dbench_runner.c1335 .read_sleep = bench_read_sleep, in perm_run()
1930 double read_sleep = strtod(optarg, &parsed); in main() local
1935 bench_read_sleep = read_sleep*1.0e9; in main()

Completed in 9 milliseconds