Home
last modified time | relevance | path

Searched refs:VM_PGCOLOR (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/uvm/
H A Duvm_vnode.c350 (uintptr_t)pg, VM_PGCOLOR(pg), 0, 0); in uvn_findpage()
366 (uintptr_t)pg, VM_PGCOLOR(pg), 0, 0); in uvn_findpage()
394 (uintptr_t)pg, VM_PGCOLOR(pg), 0, 0); in uvn_findpage()
H A Duvm_page.h415 #define VM_PGCOLOR(pg) \ macro
H A Duvm_pgflcache.c252 c = VM_PGCOLOR(pg); in uvm_pgflcache_free()
H A Duvm_page.c821 nc = VM_PGCOLOR(pg); in uvm_page_redim()
1564 LIST_INSERT_HEAD(&pgb->pgb_colors[VM_PGCOLOR(pg)], pg, pageq.list); in uvm_pagefree()
2180 pgl = &pgb->pgb_colors[VM_PGCOLOR(pg)]; in uvm_page_printit()
H A Duvm_pager.c191 const u_int first_color = VM_PGCOLOR(*pps); in uvm_pagermapin()
H A Duvm_pglist.c94 LIST_FOREACH(tp, &pgb->pgb_colors[VM_PGCOLOR(pg)], pageq.list) { in uvm_pglist_add()