Searched refs:shim_set_mempolicy (Results 1 – 4 of 4) sorted by relevance
/dports/benchmarks/stress-ng/stress-ng-0.13.09/ |
H A D | stress-numa.c | 304 ret = shim_set_mempolicy(MPOL_PREFERRED, NULL, max_nodes); in stress_numa() 331 ret = shim_set_mempolicy(MPOL_DEFAULT | mode, NULL, max_nodes); in stress_numa() 336 ret = shim_set_mempolicy(MPOL_BIND | mode, node_mask, max_nodes); in stress_numa() 341 ret = shim_set_mempolicy(MPOL_INTERLEAVE | mode, node_mask, max_nodes); in stress_numa() 346 ret = shim_set_mempolicy(MPOL_PREFERRED | mode, node_mask, max_nodes); in stress_numa() 351 ret = shim_set_mempolicy(MPOL_LOCAL | mode, node_mask, max_nodes); in stress_numa() 356 ret = shim_set_mempolicy(MPOL_PREFERRED_MANY | mode, node_mask, max_nodes); in stress_numa() 360 ret = shim_set_mempolicy(0, node_mask, max_nodes); in stress_numa() 363 ret = shim_set_mempolicy(mode, node_mask, max_nodes); in stress_numa() 373 ret = shim_set_mempolicy(MPOL_F_NUMA_BALANCING | MPOL_LOCAL, node_mask, max_nodes); in stress_numa() [all …]
|
H A D | stress-shm-sysv.c | 717 ret = shim_set_mempolicy(MPOL_DEFAULT, NULL, 1); in stress_shm_sysv_child()
|
H A D | core-shim.c | 359 int shim_set_mempolicy( in shim_set_mempolicy() function
|
H A D | stress-ng.h | 4825 extern int shim_set_mempolicy(int mode, unsigned long *nodemask,
|