Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/io/disktest/
Dglobals.h85 #define GLB_FLG_KILL 0x00000008 /* will kill all threads to all targets when set */ macro
Dchildmain.c194 if (glb_flags & GLB_FLG_KILL) { in update_test_state()
629 if ((args->flags & CLD_FLG_ALLDIE) || (glb_flags & GLB_FLG_KILL)) { in ChildMain()
Dparse.c109 glb_flags |= GLB_FLG_KILL; in fill_cld_args()
1147 if ((glb_flags & GLB_FLG_KILL) && !(args->flags & CLD_FLG_ALLDIE)) { in check_conclusions()