Searched refs:total_pages (Results 1 – 8 of 8) sorted by relevance
/drivers/base/ |
D | dma-contiguous.c | 76 unsigned long total_pages = 0; in cma_early_percent_memory() local 83 total_pages += memblock_region_memory_end_pfn(reg) - in cma_early_percent_memory() 86 return (total_pages * CONFIG_CMA_SIZE_PERCENTAGE / 100) << PAGE_SHIFT; in cma_early_percent_memory()
|
/drivers/parisc/ |
D | ccio-dma.c | 1040 unsigned int total_pages = ioc->res_size << 3; in ccio_proc_info() local 1052 total_pages * 8, total_pages); in ccio_proc_info() 1056 total_pages - ioc->used_pages, ioc->used_pages, in ccio_proc_info() 1057 (int)(ioc->used_pages * 100 / total_pages)); in ccio_proc_info() 1061 ioc->res_size, total_pages); in ccio_proc_info()
|
D | sba_iommu.c | 1787 int total_pages = (int) (ioc->res_size << 3); /* 8 bits per byte */ in sba_proc_info() local 1800 total_pages); in sba_proc_info() 1820 total_pages - ioc->used_pages, ioc->used_pages, in sba_proc_info() 1821 (int) (ioc->used_pages * 100 / total_pages)); in sba_proc_info()
|
/drivers/staging/lustre/lustre/libcfs/ |
D | tracefile.c | 959 int total_pages = 0; in cfs_trace_get_debug_mb() local 964 total_pages += tcd->tcd_max_pages; in cfs_trace_get_debug_mb() 968 return (total_pages >> (20 - PAGE_CACHE_SHIFT)) + 1; in cfs_trace_get_debug_mb()
|
/drivers/edac/ |
D | edac_mc_sysfs.c | 779 int total_pages = 0, csrow_idx, j; in mci_size_mb_show() local 787 total_pages += dimm->nr_pages; in mci_size_mb_show() 791 return sprintf(data, "%u\n", PAGES_TO_MiB(total_pages)); in mci_size_mb_show()
|
/drivers/scsi/ |
D | mvumi.h | 427 u8 total_pages; member
|
D | mvumi.c | 1163 ((struct mvumi_hs_page1 *) hs_header)->total_pages; in mvumi_handshake()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 2474 int total_pages; in qp_get_mtt_size() local 2481 total_pages = in qp_get_mtt_size() 2485 return total_pages; in qp_get_mtt_size()
|