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

  /src/sys/uvm/
uvm_physseg.c 188 uvm_physseg_free(void *p, size_t sz) function in typeref:typename:void
313 uvm_physseg_free(ps, sizeof(struct uvm_physseg));
1335 uvm_physseg_free(seg, sizeof(struct uvm_physseg));
uvm_physseg.c 188 uvm_physseg_free(void *p, size_t sz) function in typeref:typename:void
313 uvm_physseg_free(ps, sizeof(struct uvm_physseg));
1335 uvm_physseg_free(seg, sizeof(struct uvm_physseg));
  /src/tests/sys/uvm/
t_uvm_physseg.c 351 atf_tc_set_md_var(tc, "descr", "boot time uvm_physseg_free() sanity"
361 uvm_physseg_free(&uvm_physseg[0], sizeof(struct uvm_physseg) - 1);
367 atf_tc_set_md_var(tc, "descr", "further uvm_physseg_free() sanity checks");
385 uvm_physseg_free(seg, (VM_PHYSSEG_MAX - 1) * sizeof(struct uvm_physseg));
392 uvm_physseg_free(seg, sizeof(struct uvm_physseg) - 1);
396 uvm_physseg_free(seg, 2 * VM_PHYSSEG_MAX * sizeof(struct uvm_physseg));
418 uvm_physseg_free(seg, sizeof(*seg));
t_uvm_physseg.c 351 atf_tc_set_md_var(tc, "descr", "boot time uvm_physseg_free() sanity"
361 uvm_physseg_free(&uvm_physseg[0], sizeof(struct uvm_physseg) - 1);
367 atf_tc_set_md_var(tc, "descr", "further uvm_physseg_free() sanity checks");
385 uvm_physseg_free(seg, (VM_PHYSSEG_MAX - 1) * sizeof(struct uvm_physseg));
392 uvm_physseg_free(seg, sizeof(struct uvm_physseg) - 1);
396 uvm_physseg_free(seg, 2 * VM_PHYSSEG_MAX * sizeof(struct uvm_physseg));
418 uvm_physseg_free(seg, sizeof(*seg));

Completed in 25 milliseconds