Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/fs/fs_fill/
H A Dfs_fill.c25 static int enospc_cnt; variable
43 tst_atomic_inc(&enospc_cnt); in worker()
71 tst_atomic_store(0, &enospc_cnt); in testrun()
82 if (ms >= 1000 && tst_atomic_load(&enospc_cnt)) in testrun()
85 if (tst_atomic_load(&enospc_cnt) > 100) in testrun()
93 tst_res(TPASS, "Got %i ENOSPC runtime %ims", enospc_cnt, ms); in testrun()

Completed in 1 milliseconds