Searched refs:PG_PGLCA (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/uvm/
H A Duvm_pglist.c329 pg->flags |= PG_PGLCA;
391 if ((pg->flags & PG_PGLCA) == 0) {
411 if ((pg->flags & PG_PGLCA) == 0) {
427 pg->flags &= ~PG_PGLCA;
443 pg->flags &= ~PG_PGLCA;
H A Duvm_page.h262 #define PG_PGLCA 0x00020000 /* allocated by uvm_pglistalloc_contig */ macro

Completed in 130 milliseconds