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

  /src/sys/sys/
pool.h 121 pr_fullpages; /* Full pages */ member in struct:pool
  /src/sys/kern/
subr_pool.c 71 * pool structure: `pr_emptypages', `pr_fullpages' and `pr_partpages',
885 LIST_INIT(&pp->pr_fullpages);
1053 KASSERT(LIST_EMPTY(&pp->pr_fullpages));
1245 LIST_INSERT_HEAD(&pp->pr_fullpages, ph, ph_pagelist);
1938 if ((ph = LIST_FIRST(&pp->pr_fullpages)) != NULL)
1940 pool_print_pagelist(pp, &pp->pr_fullpages, pr);
2072 LIST_FOREACH(ph, &pp->pr_fullpages, ph_pagelist) {
3346 LIST_FOREACH(ph, &pp->pr_fullpages, ph_pagelist) {

Completed in 13 milliseconds