Lines Matching refs:pgdat

375 	struct pglist_data *pgdat = NODE_DATA(nid);
381 sreclaimable = node_page_state_pages(pgdat, NR_SLAB_RECLAIMABLE_B);
382 sunreclaimable = node_page_state_pages(pgdat, NR_SLAB_UNRECLAIMABLE_B);
384 swapcached = node_page_state_pages(pgdat, NR_SWAPCACHE);
403 nid, K(node_page_state(pgdat, NR_ACTIVE_ANON) +
404 node_page_state(pgdat, NR_ACTIVE_FILE)),
405 nid, K(node_page_state(pgdat, NR_INACTIVE_ANON) +
406 node_page_state(pgdat, NR_INACTIVE_FILE)),
407 nid, K(node_page_state(pgdat, NR_ACTIVE_ANON)),
408 nid, K(node_page_state(pgdat, NR_INACTIVE_ANON)),
409 nid, K(node_page_state(pgdat, NR_ACTIVE_FILE)),
410 nid, K(node_page_state(pgdat, NR_INACTIVE_FILE)),
411 nid, K(node_page_state(pgdat, NR_UNEVICTABLE)),
456 nid, K(node_page_state(pgdat, NR_FILE_DIRTY)),
457 nid, K(node_page_state(pgdat, NR_WRITEBACK)),
458 nid, K(node_page_state(pgdat, NR_FILE_PAGES)),
459 nid, K(node_page_state(pgdat, NR_FILE_MAPPED)),
460 nid, K(node_page_state(pgdat, NR_ANON_MAPPED)),
462 nid, node_page_state(pgdat, NR_KERNEL_STACK_KB),
464 nid, node_page_state(pgdat, NR_KERNEL_SCS_KB),
466 nid, K(node_page_state(pgdat, NR_PAGETABLE)),
467 nid, K(node_page_state(pgdat, NR_SECONDARY_PAGETABLE)),
470 nid, K(node_page_state(pgdat, NR_WRITEBACK_TEMP)),
472 node_page_state(pgdat, NR_KERNEL_MISC_RECLAIMABLE)),
478 nid, K(node_page_state(pgdat, NR_ANON_THPS)),
479 nid, K(node_page_state(pgdat, NR_SHMEM_THPS)),
480 nid, K(node_page_state(pgdat, NR_SHMEM_PMDMAPPED)),
481 nid, K(node_page_state(pgdat, NR_FILE_THPS)),
482 nid, K(node_page_state(pgdat, NR_FILE_PMDMAPPED))
520 struct pglist_data *pgdat = NODE_DATA(nid);
538 unsigned long pages = node_page_state_pages(pgdat, i);