Home | History | Annotate | Download | only in functional

Lines Matching refs:PAGESIZE

37 	test_mem_stat "--shm -k 3" $PAGESIZE $PAGESIZE "cache" $PAGESIZE false
43 test_mem_stat "--mmap-file" $PAGESIZE $PAGESIZE \
44 "mapped_file" $PAGESIZE false
50 test_mem_stat "--mmap-lock1" $PAGESIZE $PAGESIZE \
51 "unevictable" $PAGESIZE false
57 test_mem_stat "--mmap-lock2" $PAGESIZE $PAGESIZE \
58 "unevictable" $PAGESIZE false
67 echo $PAGESIZE > memory.limit_in_bytes
68 echo $((PAGESIZE*2)) > subgroup/memory.limit_in_bytes
71 check_mem_stat "hierarchical_memory_limit" $PAGESIZE
83 echo $PAGESIZE > memory.limit_in_bytes
84 echo $((PAGESIZE*2)) > subgroup/memory.limit_in_bytes
87 check_mem_stat "hierarchical_memory_limit" $((PAGESIZE*2))
104 echo $PAGESIZE > memory.limit_in_bytes
105 echo $PAGESIZE > memory.memsw.limit_in_bytes
106 echo $((PAGESIZE*2)) > subgroup/memory.limit_in_bytes
107 echo $((PAGESIZE*2)) > subgroup/memory.memsw.limit_in_bytes
110 check_mem_stat "hierarchical_memsw_limit" $PAGESIZE
127 echo $PAGESIZE > memory.limit_in_bytes
128 echo $PAGESIZE > memory.memsw.limit_in_bytes
129 echo $((PAGESIZE*2)) > subgroup/memory.limit_in_bytes
130 echo $((PAGESIZE*2)) > subgroup/memory.memsw.limit_in_bytes
133 check_mem_stat "hierarchical_memsw_limit" $((PAGESIZE*2))