Home
last modified time | relevance | path

Searched refs:STRESS_OOMABLE_DROP_CAP (Results 1 – 8 of 8) sorted by relevance

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-env.c127 return stress_oomable_child(args, NULL, stress_env_child, STRESS_OOMABLE_DROP_CAP); in stress_env()
H A Dstress-brk.c182 rc = stress_oomable_child(args, (void *)&brk_context, stress_brk_child, STRESS_OOMABLE_DROP_CAP); in stress_brk()
H A Dcore-out-of-memory.c321 if (flag & STRESS_OOMABLE_DROP_CAP) { in stress_oomable_child()
H A Dstress-oom-pipe.c202 rc = stress_oomable_child(args, &context, stress_oom_pipe_child, STRESS_OOMABLE_DROP_CAP); in stress_oom_pipe()
H A Dstress-clone.c442 rc = stress_oomable_child(args, NULL, stress_clone_child, STRESS_OOMABLE_DROP_CAP); in stress_clone()
H A Dstress-sysbadaddr.c1113 ret = stress_oomable_child(args, NULL, stress_sysbadaddr_child, STRESS_OOMABLE_DROP_CAP); in stress_sysbadaddr()
H A Dstress-ng.h4252 #define STRESS_OOMABLE_DROP_CAP (0x00000001) /* Drop capabilities */ macro
H A Dstress-sysinval.c2468 rc = stress_oomable_child(args, NULL, stress_sysinval_child, STRESS_OOMABLE_DROP_CAP); in stress_sysinval()