Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/io/disktest/
Dparse.c51 extern unsigned long glb_flags; in fill_cld_args()
86 glb_flags |= GLB_FLG_QUIET; in fill_cld_args()
109 glb_flags |= GLB_FLG_KILL; in fill_cld_args()
137 glb_flags |= GLB_FLG_QUIET; in fill_cld_args()
140 glb_flags |= GLB_FLG_SUPRESS; in fill_cld_args()
630 glb_flags |= GLB_FLG_PERFP; in fill_cld_args()
997 extern unsigned long glb_flags; in check_conclusions()
1147 if ((glb_flags & GLB_FLG_KILL) && !(args->flags & CLD_FLG_ALLDIE)) { in check_conclusions()
Dglobals.c47 unsigned long glb_flags; /* global flags GLB_FLG_xxx */ variable
Dsfunc.c168 extern unsigned long glb_flags; in pMsg()
188 if ((glb_flags & GLB_FLG_QUIET) && (level == INFO)) in pMsg()
193 if (glb_flags & GLB_FLG_SUPRESS) { in pMsg()
Dstats.c58 extern unsigned long glb_flags; /* global flags GLB_FLG_xxx */ in print_stats()
101 if (glb_flags & GLB_FLG_PERFP) { in print_stats()
Dchildmain.c183 extern unsigned long glb_flags; in update_test_state()
194 if (glb_flags & GLB_FLG_KILL) { in update_test_state()
607 extern unsigned long glb_flags; in ChildMain()
629 if ((args->flags & CLD_FLG_ALLDIE) || (glb_flags & GLB_FLG_KILL)) { in ChildMain()
Dmain.c543 extern unsigned long glb_flags; /* global flags GLB_FLG_xxx */ in main()
567 glb_flags = 0; in main()