HomeSort by: relevance | last modified time | path
    Searched refs:uvm_physseg_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/sys/uvm/
t_uvm_physseg.c 267 uvm_physseg_alloc(size_t sz) function in typeref:typename:void *
297 atf_tc_set_md_var(tc, "descr", "boot time uvm_physseg_alloc() sanity"
307 uvm_physseg_alloc(sizeof(struct uvm_physseg) - 1);
313 atf_tc_set_md_var(tc, "descr", "boot time uvm_physseg_alloc() sanity"
323 uvm_physseg_alloc((VM_PHYSSEG_MAX + 1) * sizeof(struct uvm_physseg));
330 atf_tc_set_md_var(tc, "descr", "further uvm_physseg_alloc() sanity checks");
340 ATF_REQUIRE(uvm_physseg_alloc(VM_PHYSSEG_MAX * sizeof(struct uvm_physseg)));
344 ATF_REQUIRE(uvm_physseg_alloc(sizeof(struct uvm_physseg) - 1));
345 ATF_REQUIRE(uvm_physseg_alloc(2 * VM_PHYSSEG_MAX * sizeof(struct uvm_physseg)));
384 seg = uvm_physseg_alloc((VM_PHYSSEG_MAX - 1) * sizeof(*seg))
    [all...]
  /src/sys/uvm/
uvm_physseg.c 162 uvm_physseg_alloc(size_t sz) function in typeref:typename:void *
255 ps = uvm_physseg_alloc(sizeof (struct uvm_physseg));
1355 ps = uvm_physseg_alloc(sizeof (struct uvm_physseg));

Completed in 13 milliseconds