Searched refs:total_pages (Results 1 - 8 of 8) sorted by relevance

/drivers/base/
H A Ddma-contiguous.c76 unsigned long total_pages = 0; local
83 total_pages += memblock_region_memory_end_pfn(reg) -
86 return (total_pages * CONFIG_CMA_SIZE_PERCENTAGE / 100) << PAGE_SHIFT;
/drivers/parisc/
H A Dccio-dma.c1028 unsigned int total_pages = ioc->res_size << 3; local
1040 total_pages * 8, total_pages);
1044 total_pages - ioc->used_pages, ioc->used_pages,
1045 (int)(ioc->used_pages * 100 / total_pages));
1049 ioc->res_size, total_pages);
H A Dsba_iommu.c1773 int total_pages = (int) (ioc->res_size << 3); /* 8 bits per byte */ local
1786 total_pages);
1806 total_pages - ioc->used_pages, ioc->used_pages,
1807 (int) (ioc->used_pages * 100 / total_pages));
/drivers/edac/
H A Dedac_mc_sysfs.c779 int total_pages = 0, csrow_idx, j; local
787 total_pages += dimm->nr_pages;
791 return sprintf(data, "%u\n", PAGES_TO_MiB(total_pages));
/drivers/staging/lustre/lustre/libcfs/
H A Dtracefile.c959 int total_pages = 0; local
964 total_pages += tcd->tcd_max_pages;
968 return (total_pages >> (20 - PAGE_CACHE_SHIFT)) + 1;
/drivers/scsi/
H A Dmvumi.h427 u8 total_pages; member in struct:mvumi_hs_page1
H A Dmvumi.c1163 ((struct mvumi_hs_page1 *) hs_header)->total_pages;
/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c2474 int total_pages; local
2481 total_pages =
2485 return total_pages;

Completed in 165 milliseconds