Searched defs:n_pages (Results  1 – 13 of 13) sorted by relevance
| /linux-4.4.14/arch/ia64/kernel/ | 
| D | uncached.c | 185 unsigned long uncached_alloc_page(int starting_nid, int n_pages)  in uncached_alloc_page()226 void uncached_free_page(unsigned long uc_addr, int n_pages)  in uncached_free_page()
 
 | 
| /linux-4.4.14/arch/xtensa/mm/ | 
| D | mmu.c | 21 static void * __init init_pmd(unsigned long vaddr, unsigned long n_pages)  in init_pmd()
 | 
| /linux-4.4.14/drivers/staging/comedi/ | 
| D | comedi_buf.c | 83 			       unsigned n_pages)  in __comedi_buf_alloc()211 		unsigned n_pages = new_size >> PAGE_SHIFT;  in comedi_buf_alloc()  local
 
 | 
| D | comedidev.h | 257 	unsigned int n_pages;  member
 | 
| D | comedi_fops.c | 2178 	int n_pages;  in comedi_mmap()  local
 | 
| /linux-4.4.14/arch/sh/mm/ | 
| D | cache-sh5.c | 149 	int n_pages;  in sh64_icache_inv_user_page_range()  local470 	int n_pages = ((end - start) >> PAGE_SHIFT);  in sh64_dcache_purge_user_range()  local
 
 | 
| /linux-4.4.14/drivers/media/v4l2-core/ | 
| D | videobuf2-vmalloc.c | 78 	int n_pages, offset, i;  in vb2_vmalloc_get_userptr()  local128 	unsigned int n_pages;  in vb2_vmalloc_put_userptr()  local
 
 | 
| D | videobuf2-dma-contig.c | 480 	int n_pages, i;  in vb2_dc_get_userptr()  local
 | 
| /linux-4.4.14/kernel/ | 
| D | relay.c | 71 static struct page **relay_alloc_page_array(unsigned int n_pages)  in relay_alloc_page_array()126 	unsigned int i, j, n_pages;  in relay_alloc_buf()  local
 
 | 
| /linux-4.4.14/drivers/net/ethernet/sfc/ | 
| D | mcdi_mon.c | 312 	unsigned int n_pages, n_sensors, n_attrs, page;  in efx_mcdi_mon_probe()  local
 | 
| /linux-4.4.14/include/linux/ | 
| D | fscache-cache.h | 142 	atomic_t		n_pages;	/* number of pages to be retrieved */  member184 					      int n_pages)  in fscache_retrieval_complete()
 
 | 
| /linux-4.4.14/lib/ | 
| D | scatterlist.c | 393 	struct page **pages, unsigned int n_pages,  in sg_alloc_table_from_pages()
 | 
| /linux-4.4.14/arch/arc/include/asm/ | 
| D | arcregs.h | 199 #define PAGES_TO_KB(n_pages)	((n_pages) << (PAGE_SHIFT - 10))  argument200 #define PAGES_TO_MB(n_pages)	(PAGES_TO_KB(n_pages) >> 10)  argument
 
 |