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

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

Completed in 800 milliseconds