Home | History | Annotate | Download | only in unit

Lines Matching refs:hpdata_nonempty

848 	hpdata_t hpdata_nonempty;
859 hpdata_init(&hpdata_nonempty, (void *)(11 * HUGEPAGE), 456, false);
860 psset_insert(&psset, &hpdata_nonempty);
880 psset_update_begin(&psset, &hpdata_nonempty);
881 ptr = hpdata_reserve_alloc(&hpdata_nonempty, 10 * PAGE);
882 expect_ptr_eq(hpdata_addr_get(&hpdata_nonempty), ptr, "");
883 hpdata_unreserve(&hpdata_nonempty, ptr, 9 * PAGE);
884 hpdata_purge_allowed_set(&hpdata_nonempty, true);
886 hpdata_time_purge_allowed_set(&hpdata_nonempty, &nonempty_tm);
887 psset_update_end(&psset, &hpdata_nonempty);
896 expect_ptr_eq(&hpdata_nonempty, ps, "Only non empty purgable");
913 hpdata_t hpdata_nonempty;
917 hpdata_init(&hpdata_nonempty, (void *)(11 * HUGEPAGE), 456,
919 psset_insert(&psset, &hpdata_nonempty);
928 psset_update_begin(&psset, &hpdata_nonempty);
929 ptr = hpdata_reserve_alloc(&hpdata_nonempty, 10 * PAGE);
930 expect_ptr_eq(hpdata_addr_get(&hpdata_nonempty), ptr, "");
931 hpdata_unreserve(&hpdata_nonempty, ptr, 9 * PAGE);
932 hpdata_purge_allowed_set(&hpdata_nonempty, true);
933 psset_update_end(&psset, &hpdata_nonempty);