Searched defs:n_pages (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/arch/xtensa/mm/ |
H A D | mmu.c | 21 static void * __init init_pmd(unsigned long vaddr, unsigned long n_pages) init_pmd() argument
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | uncached.c | 185 unsigned long uncached_alloc_page(int starting_nid, int n_pages) uncached_alloc_page() argument 226 void uncached_free_page(unsigned long uc_addr, int n_pages) uncached_free_page() argument
|
/linux-4.4.14/drivers/staging/comedi/ |
H A D | comedi_buf.c | 211 unsigned n_pages = new_size >> PAGE_SHIFT; comedi_buf_alloc() local 81 __comedi_buf_alloc(struct comedi_device *dev, struct comedi_subdevice *s, unsigned n_pages) __comedi_buf_alloc() argument
|
H A D | comedidev.h | 257 unsigned int n_pages; member in struct:comedi_buf_map
|
H A D | comedi_fops.c | 2178 int n_pages; comedi_mmap() local
|
/linux-4.4.14/drivers/media/v4l2-core/ |
H A D | videobuf2-vmalloc.c | 78 int n_pages, offset, i; vb2_vmalloc_get_userptr() local 128 unsigned int n_pages; vb2_vmalloc_put_userptr() local
|
H A D | videobuf2-dma-contig.c | 480 int n_pages, i; vb2_dc_get_userptr() local
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
H A D | mcdi_mon.c | 312 unsigned int n_pages, n_sensors, n_attrs, page; efx_mcdi_mon_probe() local
|
/linux-4.4.14/lib/ |
H A D | scatterlist.c | 392 sg_alloc_table_from_pages(struct sg_table *sgt, struct page **pages, unsigned int n_pages, unsigned long offset, unsigned long size, gfp_t gfp_mask) sg_alloc_table_from_pages() argument
|
/linux-4.4.14/arch/sh/mm/ |
H A D | cache-sh5.c | 149 int n_pages; sh64_icache_inv_user_page_range() local 470 int n_pages = ((end - start) >> PAGE_SHIFT); sh64_dcache_purge_user_range() local
|
/linux-4.4.14/kernel/ |
H A D | relay.c | 71 static struct page **relay_alloc_page_array(unsigned int n_pages) relay_alloc_page_array() argument 126 unsigned int i, j, n_pages; relay_alloc_buf() local
|
/linux-4.4.14/include/linux/ |
H A D | fscache-cache.h | 142 atomic_t n_pages; /* number of pages to be retrieved */ member in struct:fscache_retrieval 183 fscache_retrieval_complete(struct fscache_retrieval *op, int n_pages) fscache_retrieval_complete() argument
|
Completed in 2065 milliseconds