Home
last modified time | relevance | path

Searched refs:STRESS_OOMABLE_NORMAL (Results 1 – 18 of 18) sorted by relevance

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-mmapmany.c94 return stress_oomable_child(args, NULL, stress_mmapmany_child, STRESS_OOMABLE_NORMAL); in stress_mmapmany()
H A Dstress-bigheap.c152 return stress_oomable_child(args, NULL, stress_bigheap_child, STRESS_OOMABLE_NORMAL); in stress_bigheap()
H A Dstress-mmapaddr.c223 return stress_oomable_child(args, NULL, stress_mmapaddr_child, STRESS_OOMABLE_NORMAL); in stress_mmapaddr()
H A Dstress-stack.c237 return stress_oomable_child(args, NULL, stress_stack_child, STRESS_OOMABLE_NORMAL); in stress_stack()
H A Dstress-handle.c257 stress_handle_child, STRESS_OOMABLE_NORMAL); in stress_handle()
H A Dstress-mlock.c330 return stress_oomable_child(args, NULL, stress_mlock_child, STRESS_OOMABLE_NORMAL); in stress_mlock()
H A Dstress-rlimit.c317 ret = stress_oomable_child(args, &context, stress_rlimit_child, STRESS_OOMABLE_NORMAL); in stress_rlimit()
H A Dstress-mremap.c314 return stress_oomable_child(args, NULL, stress_mremap_child, STRESS_OOMABLE_NORMAL); in stress_mremap()
H A Dstress-malloc.c360 return stress_oomable_child(args, NULL, stress_malloc_child, STRESS_OOMABLE_NORMAL); in stress_malloc()
H A Dstress-memfd.c338 return stress_oomable_child(args, NULL, stress_memfd_child, STRESS_OOMABLE_NORMAL); in stress_memfd()
H A Dstress-tmpfs.c384 ret = stress_oomable_child(args, &context, stress_tmpfs_child, STRESS_OOMABLE_NORMAL); in stress_tmpfs()
H A Dstress-userfaultfd.c435 return stress_oomable_child(args, NULL, stress_userfaultfd_child, STRESS_OOMABLE_NORMAL); in stress_userfaultfd()
H A Dstress-vm-addr.c458 ret = stress_oomable_child(args, &context, stress_vm_addr_child, STRESS_OOMABLE_NORMAL); in stress_vm_addr()
H A Dstress-memrate.c464 rc = stress_oomable_child(args, &context, stress_memrate_child, STRESS_OOMABLE_NORMAL); in stress_memrate()
H A Dstress-memthrash.c639 rc = stress_oomable_child(args, &context, stress_memthrash_child, STRESS_OOMABLE_NORMAL); in stress_memthrash()
H A Dstress-mmap.c740 ret = stress_oomable_child(args, &context, stress_mmap_child, STRESS_OOMABLE_NORMAL); in stress_mmap()
H A Dstress-vm.c2314 ret = stress_oomable_child(args, &context, stress_vm_child, STRESS_OOMABLE_NORMAL); in stress_vm()
H A Dstress-ng.h4251 #define STRESS_OOMABLE_NORMAL (0x00000000) /* Normal oomability */ macro