OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uvm_page_own
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/uvm/
uvm.h
175
*
UVM_PAGE_OWN
: track page ownership (only if UVM_PAGE_TRKOWN)
179
#define
UVM_PAGE_OWN
(PG, TAG)
uvm_page_own
(PG, TAG)
181
#define
UVM_PAGE_OWN
(PG, TAG) /* nothing */
uvm_page.h
336
void
uvm_page_own
(struct vm_page *, const char *);
uvm_page.c
1299
UVM_PAGE_OWN
(pg, "new alloc");
1618
UVM_PAGE_OWN
(pg, NULL);
1686
*
uvm_page_own
: set or release page ownership
1695
uvm_page_own
(struct vm_page *pg, const char *tag)
function in typeref:typename:void
1705
printf("
uvm_page_own
: page %p already owned "
1708
panic("
uvm_page_own
");
1719
printf("
uvm_page_own
: dropping ownership of an non-owned "
1721
panic("
uvm_page_own
");
Completed in 164 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025