Searched refs:node_pages (Results 1 - 3 of 3) sorted by relevance

/linux-master/mm/
H A Dmempolicy.c2390 unsigned long node_pages, delta; local
2418 node_pages = min(rem_pages, weight);
2419 nr_allocated = __alloc_pages_bulk(gfp, node, NULL, node_pages,
2467 node_pages = weight * rounds;
2470 node_pages += weight;
2474 node_pages += delta;
2479 /* node_pages can be 0 if an allocation fails and rounds == 0 */
2480 if (!node_pages)
2482 nr_allocated = __alloc_pages_bulk(gfp, node, NULL, node_pages,
/linux-master/fs/f2fs/
H A Ddebug.c161 si->node_pages = NODE_MAPPING(sbi)->nrpages;
598 si->ndirty_node, si->node_pages);
H A Df2fs.h3943 int dirty_count, node_pages, meta_pages, compress_pages; member in struct:f2fs_stat_info

Completed in 141 milliseconds