/freebsd-src/sys/dev/drm2/ |
H A D | drm_buffer.c | 46 int nr_pages = size / PAGE_SIZE + 1; in drm_buffer_alloc() local 105 int nr_pages = size / PAGE_SIZE + 1; drm_buffer_copy_from_user() local 140 int nr_pages = buf->size / PAGE_SIZE + 1; drm_buffer_free() local
|
/freebsd-src/sys/compat/linuxkpi/common/src/ |
H A D | linux_page.c | 211 linux_get_user_pages_internal(vm_map_t map, unsigned long start, int nr_pages, in linux_get_user_pages_internal() argument 225 __get_user_pages_fast(unsigned long start, int nr_pages, int write, in __get_user_pages_fast() argument 269 unsigned long start, unsigned long nr_pages, unsigned int gup_flags, in get_user_pages_remote() argument 280 lkpi_get_user_pages(unsigned long start, unsigned long nr_pages, in get_user_pages() argument [all...] |
/freebsd-src/stand/efi/loader/ |
H A D | copy.c | 93 efi_verify_staging_size(unsigned long * nr_pages) efi_verify_staging_size() argument 307 unsigned long nr_pages; efi_copy_init() local 355 unsigned long nr_pages; efi_check_space() local [all...] |
/freebsd-src/sys/dev/xen/balloon/ |
H A D | balloon.c | 149 increase_reservation(unsigned long nr_pages) in increase_reservation() 209 decrease_reservation(unsigned long nr_pages) in decrease_reservation()
|
/freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
H A D | mm.h | 283 lkpi_get_user_pages(start, nr_pages, gup_flags, pages) argument 289 pin_user_pages(unsigned long start,unsigned long nr_pages,unsigned int gup_flags,struct page ** pages) pin_user_pages() argument 296 pin_user_pages(unsigned long start,unsigned long nr_pages,unsigned int gup_flags,struct page ** pages,struct vm_area_struct ** vmas) pin_user_pages() argument 309 pin_user_pages_fast(unsigned long start,int nr_pages,unsigned int gup_flags,struct page ** pages) pin_user_pages_fast() argument 324 pin_user_pages_remote(struct task_struct * task,struct mm_struct * mm,unsigned long start,unsigned long nr_pages,unsigned int gup_flags,struct page ** pages,struct vm_area_struct ** vmas) pin_user_pages_remote() argument [all...] |
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | abd_os.c | 288 ASSERT3U(alloc_pages, <, nr_pages); in abd_alloc_chunks() local 407 ASSERT3U(table.nents, ==, nr_pages); in abd_alloc_chunks() local 456 int nr_pages = ABD_SCATTER(abd).abd_nents; abd_free_chunks() local 486 int nr_pages = abd_chunkcnt_for_bytes(SPA_MAXBLOCKSIZE); abd_alloc_zero_scatter() local 592 unsigned nr_pages = abd_chunkcnt_for_bytes(size); abd_alloc_chunks() local 623 unsigned nr_pages = abd_chunkcnt_for_bytes(SPA_MAXBLOCKSIZE); abd_alloc_zero_scatter() local [all...] |
H A D | zpl_file.c | 697 zpl_readpages(struct file * filp,struct address_space * mapping,struct list_head * pages,unsigned nr_pages) zpl_readpages() argument
|
/freebsd-src/sys/dev/xen/blkback/ |
H A D | blkback.c | 290 int nr_pages; global() member 906 xbb_get_kva(struct xbb_softc * xbb,int nr_pages) xbb_get_kva() argument 990 xbb_free_kva(struct xbb_softc * xbb,uint8_t * kva_ptr,int nr_pages) xbb_free_kva() argument [all...] |
/freebsd-src/sys/contrib/xen/ |
H A D | memory.h | 594 xen_ulong_t nr_pages; member
|
H A D | xen.h | 848 unsigned long nr_pages; /* Total pages allocated to this domain. */ member
|
/freebsd-src/sys/dev/netmap/ |
H A D | netmap_mem2.c | 2328 int nr_pages; netmap_mem_ext_create() local
|
/freebsd-src/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt.h | 680 int nr_pages; member 698 uint32_t nr_pages; member
|
/freebsd-src/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1515 #define __sanitizer_syscall_pre_move_pages(pid, nr_pages, pages, nodes, \ argument 1520 #define __sanitizer_syscall_post_move_pages(res, pid, nr_pages, pages, nodes, \ argument
|