Home | History | Annotate | Download | only in functional

Lines Matching refs:PAGESIZE

36 	test_proc_kill $PAGESIZE "--mmap-lock1" $((PAGESIZE*2)) 0
41 test_proc_kill $PAGESIZE "--mmap-lock2" $((PAGESIZE*2)) 0
48 test_proc_kill $PAGESIZE "--mmap-anon" $((PAGESIZE*2)) 0
55 test_proc_kill $PAGESIZE "--mmap-file" $((PAGESIZE*2)) 0
62 test_proc_kill $PAGESIZE "--shm -k 18" $((PAGESIZE*2)) 0
69 test_proc_kill 0 "--mmap-anon" $PAGESIZE 0
74 test_proc_kill 0 "--mmap-file" $PAGESIZE 0
79 test_proc_kill 0 "--shm -k 21" $PAGESIZE 0
82 # Test limit_in_bytes will be aligned to PAGESIZE
85 test_limit_in_bytes $((PAGESIZE-1)) 0
90 test_limit_in_bytes $((PAGESIZE+1)) 0