Lines Matching defs:hpdata_empty
73 if (hpdata_empty(ps)) {
634 hpdata_t hpdata_empty;
636 hpdata_init(&hpdata_empty, (void *)(10 * HUGEPAGE), 123);
637 psset_insert(&psset, &hpdata_empty);
641 psset_update_begin(&psset, &hpdata_empty);
642 ptr = hpdata_reserve_alloc(&hpdata_empty, PAGE);
643 expect_ptr_eq(hpdata_addr_get(&hpdata_empty), ptr, "");
644 hpdata_unreserve(&hpdata_empty, ptr, PAGE);
645 hpdata_purge_allowed_set(&hpdata_empty, true);
646 psset_update_end(&psset, &hpdata_empty);
660 expect_ptr_eq(&hpdata_empty, to_purge, "");