Searched refs:mbind (Results 1 – 25 of 111) sorted by relevance
12345
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/ |
D | test-lazy-2shm-1m | 7 mbind foo preferred 1 9 mbind bar preferred 2 19 mbind foo bind+move+wait 3 20 mbind bar bind+move+wait 3
|
D | test-lazy-anon-1g-touch | 2 # no 'WAIT on mbind 7 mbind foo preferred 1 13 mbind foo bind+move 2
|
D | test-lazy-anon-1g | 6 mbind foo preferred 1 12 mbind foo bind+m+w 2
|
D | test-lazy-anon-8p | 6 mbind foo preferred 1 13 mbind foo 0 8p bind+m+w 2
|
D | test-lazy-anon-1p | 7 mbind foo preferred 1 13 mbind foo 0 1p bind+m+w 2
|
D | test-lazy-file-1m | 7 mbind zerofile-1m preferred 1 13 mbind zerofile-1m bind+m+w 2
|
D | test-lazy-file-16m | 7 mbind zerofile-16m preferred 1 13 mbind zerofile-16m bind+move+wait 2
|
D | test-lazy-anon-1g-interleaved | 6 mbind foo interleaved 0,1 12 mbind foo interleaved+m+w 2,3
|
D | test-lazy-file-8p | 7 mbind zerofile-1m preferred 1 13 mbind zerofile-1m 8p 8p bind+m+w 2
|
D | test-lazy-anon-8p-nomig | 7 mbind foo preferred 1 13 mbind foo bind+m+w 1,2
|
D | test-lazy-shm-8p | 6 mbind foo preferred 1 12 mbind foo 8p 1p bind+m+w 2
|
D | test-mpm-2shm-1m | 7 mbind foo preferred 1 9 mbind bar preferred 2
|
D | test-lazy-file-16m-touch | 7 mbind zerofile-16m preferred 1 13 mbind zerofile-16m bind+move 2
|
D | test-lazy-anon-8p-touch | 6 mbind foo preferred 1 13 mbind foo 0 8p bind+move 2
|
D | test-lazy-file-1m-touch | 8 mbind zerofile-1m preferred 1 14 mbind zerofile-1m bind+move 2
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/ |
D | cpuset_syscall_testset.sh | 188 do_syscall_test 0 0 --mbind=1 0 || return $? 204 do_syscall_test 0 0-1 --mbind=1 0 || return $? 220 do_syscall_test 0 0-1 --mbind=6 0 || return $? 236 do_syscall_test 0 0 --mbind=6 1 || return $?
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Scripts/ |
D | test1l | 6 mbind foo preferred 1 12 mbind foo bind+m+w 2
|
D | test3 | 7 mbind foo preferred 1 9 mbind bar preferred 2
|
D | test2l | 6 mbind zerofile preferred 1 12 mbind zerofile 8p 8p bind+m+w 2
|
D | test2 | 7 mbind foo preferred 1 9 mbind bar preferred 2
|
D | test3-1m | 7 mbind foo preferred 1 9 mbind bar preferred 2
|
D | test3l | 6 mbind foo preferred 1 12 mbind foo 8p 8p bind+m+w 2
|
D | test1la | 7 mbind foo preferred 1 13 mbind foo bind+m+w 1,2
|
/external/ltp/testcases/kernel/syscalls/mbind/ |
D | mbind01.c | 124 TEST(mbind(p, MEM_LENGTH, tc->policy, nodemask->maskp, in test_default() 132 TEST(mbind(p, MEM_LENGTH, tc->policy, NULL, 0, tc->flags)); in test_none() 140 TEST(mbind(p, MEM_LENGTH, tc->policy, sbrk(0) + 64*1024*1024, in test_invalid_nodemask()
|
/external/ltp/testcases/kernel/mem/vma/ |
D | vma04.c | 150 if (mbind(mmap_addr + pagesize * index, pagesize * len, in mem_bind() 163 if (mbind(mmap_addr + pagesize * index, pagesize * len, in mem_interleave() 176 if (mbind(mmap_addr + pagesize * index, pagesize * len, in mem_unbind()
|
12345