HomeSort by: relevance | last modified time | path
    Searched refs:PG_PGLCA (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_pglist.c 329 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;
uvm_page.h 262 #define PG_PGLCA 0x00020000 /* allocated by uvm_pglistalloc_contig */

Completed in 32 milliseconds