Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c237 sig_atomic_t should_stop = 0; variable
286 should_stop = 1; in sg_handler()
406 while (((loopcntr <= loops) || (loops == 0)) && !should_stop) { in main()
514 while (wait(&stat) > 0 && !should_stop) { in main()
517 if (should_stop) { in main()

Completed in 4 milliseconds