OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uvm_page_physunload
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/uvm/
uvm_physseg.h
129
bool
uvm_page_physunload
(uvm_physseg_t, int, paddr_t *);
uvm_physseg.c
465
*
uvm_page_physunload
: unload physical memory and return it to
469
uvm_page_physunload
(uvm_physseg_t upm, int freelist, paddr_t *paddrp)
function
656
*
uvm_page_physunload
: unload physical memory and return it to
660
uvm_page_physunload
(uvm_physseg_t psi, int freelist, paddr_t *paddrp)
function
uvm_page.c
643
if (
uvm_page_physunload
(lcv, freelist, paddrp))
/src/tests/sys/uvm/
t_uvm_physseg.c
1920
atf_tc_set_md_var(tc, "descr", "Tests if the basic
uvm_page_physunload
()\
1926
* Would uvmexp.npages reduce everytime an
uvm_page_physunload
is called?
1946
ATF_CHECK_EQ(true,
uvm_page_physunload
(upm, VM_FREELIST_DEFAULT, &p));
1968
atf_tc_set_md_var(tc, "descr", "Tests if the basic
uvm_page_physunload
()\
1974
* Would uvmexp.npages reduce everytime an
uvm_page_physunload
is called?
1995
ATF_CHECK_EQ(true,
uvm_page_physunload
(upm, VM_FREELIST_DEFAULT, &p));
2026
atf_tc_set_md_var(tc, "descr", "Tests if the basic
uvm_page_physunload
()\
2062
ATF_CHECK_EQ(false,
uvm_page_physunload
(upm, VM_FREELIST_DEFAULT, &p));
2079
atf_tc_set_md_var(tc, "descr", "Tests if the
uvm_page_physunload
() \
2086
* Would uvmexp.npages reduce everytime an
uvm_page_physunload
is called
[
all
...]
Completed in 48 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026