Home
last modified time | relevance | path

Searched refs:former_vcount (Results 1 – 7 of 7) sorted by relevance

/examples/utest/testcases/mm/
A Dlwp_mmap_fix_private.c36 static size_t former_vcount; variable
64 former_vcount = count_vcount(lwp->aspace); in test_mmap_fix_private()
68 utest_int_equal(former_vcount + 1, count_vcount(lwp->aspace)); in test_mmap_fix_private()
70 former_vcount += 1; in test_mmap_fix_private()
76 utest_int_equal(former_vcount + 2, count_vcount(lwp->aspace)); in test_mmap_fix_private()
77 former_vcount += 2; in test_mmap_fix_private()
83 utest_int_equal(former_vcount + 1, count_vcount(lwp->aspace)); in test_mmap_fix_private()
84 former_vcount += 1; in test_mmap_fix_private()
91 former_vcount += 1; in test_mmap_fix_private()
98 former_vcount -= 1; in test_mmap_fix_private()
[all …]
A Dlwp_mmap_fd_map_fixed_merge.c24 static size_t former_vcount; variable
79 former_vcount = count_vcount(lwp->aspace); in test_mmap_fd_fixed()
90 utest_int_equal(former_vcount + 1, count_vcount(lwp->aspace)); in test_mmap_fd_fixed()
92 former_vcount += 1; in test_mmap_fd_fixed()
104 utest_int_equal(former_vcount + 2, count_vcount(lwp->aspace)); in test_mmap_fd_fixed()
105 former_vcount += 2; in test_mmap_fd_fixed()
117 utest_int_equal(former_vcount + 1, count_vcount(lwp->aspace)); in test_mmap_fd_fixed()
118 former_vcount += 1; in test_mmap_fd_fixed()
131 former_vcount += 1; in test_mmap_fd_fixed()
145 former_vcount -= 1; in test_mmap_fd_fixed()
[all …]
A Dlwp_mmap_fd_map_fixed_split.c24 static size_t former_vcount; variable
81 former_vcount = count_vcount(lwp->aspace); in test_mmap_fd_fixed()
92 utest_int_equal(former_vcount + 1, count_vcount(lwp->aspace)); in test_mmap_fd_fixed()
99 former_vcount += 1; in test_mmap_fd_fixed()
106 utest_int_equal(former_vcount + 2, count_vcount(lwp->aspace)); in test_mmap_fd_fixed()
107 former_vcount += 2; in test_mmap_fd_fixed()
119 utest_int_equal(former_vcount + 1, count_vcount(lwp->aspace)); in test_mmap_fd_fixed()
120 former_vcount += 1; in test_mmap_fd_fixed()
133 former_vcount += 1; in test_mmap_fd_fixed()
146 former_vcount -= 1; in test_mmap_fd_fixed()
[all …]
A Dlwp_mmap_expand.c25 static size_t former_vcount; variable
50 former_vcount = count_vcount(lwp->aspace); in test_mmap_expand()
54 utest_int_equal(former_vcount + 1, count_vcount(lwp->aspace)); in test_mmap_expand()
56 former_vcount += 1; in test_mmap_expand()
65 utest_int_equal(former_vcount, count_vcount(lwp->aspace)); in test_mmap_expand()
75 utest_int_equal(former_vcount, count_vcount(lwp->aspace)); in test_mmap_expand()
A Daspace_map_expand.c25 static size_t former_vcount; variable
51 former_vcount = count_vcount(lwp->aspace); in test_map_varea_expand()
58 utest_int_equal(former_vcount + 1, count_vcount(lwp->aspace)); in test_map_varea_expand()
60 former_vcount += 1; in test_map_varea_expand()
71 utest_int_equal(former_vcount, count_vcount(lwp->aspace)); in test_map_varea_expand()
83 utest_int_equal(former_vcount, count_vcount(lwp->aspace)); in test_map_varea_expand()
A Dlwp_mmap_map_fixed.c19 static size_t former_vcount; variable
53 former_vcount = count_vcount(lwp->aspace); in test_map_fixed()
59 utest_int_equal(former_vcount + 1, count_vcount(lwp->aspace)); in test_map_fixed()
61 former_vcount += 1; in test_map_fixed()
68 utest_int_equal(former_vcount + 2, count_vcount(lwp->aspace)); in test_map_fixed()
A Dlwp_mmap_fd.c24 static size_t former_vcount; variable
71 former_vcount = count_vcount(lwp->aspace); in test_mmap_fd()
84 utest_int_equal(former_vcount + 1, count_vcount(lwp->aspace)); in test_mmap_fd()

Completed in 6 milliseconds