Searched defs:max_nr (Results 1 – 9 of 9) sorted by relevance
/linux/mm/ |
H A D | swap.h | 89 static inline int swap_zeromap_batch(swp_entry_t entry, int max_nr, in swap_zeromap_batch() 109 static inline int non_swapcache_batch(swp_entry_t entry, int max_nr) in non_swapcache_batch() 215 static inline int swap_zeromap_batch(swp_entry_t entry, int max_nr, in swap_zeromap_batch() 221 static inline int non_swapcache_batch(swp_entry_t entry, int max_nr) in non_swapcache_batch()
|
H A D | mincore.c | 135 unsigned int max_nr = (end - addr) >> PAGE_SHIFT; in mincore_pte_range() local
|
H A D | madvise.c | 343 int max_nr = (end - addr) / PAGE_SIZE; in madvise_folio_pte_batch() local 669 int nr, max_nr; in madvise_free_pte_range() local
|
H A D | internal.h | 248 pte_t *start_ptep, pte_t pte, int max_nr, fpb_t flags, in folio_pte_batch() 359 static inline int swap_pte_batch(pte_t *start_ptep, int max_nr, pte_t pte) in swap_pte_batch()
|
H A D | memory.c | 986 int max_nr, int *rss, struct folio **prealloc) in copy_present_ptes() 1094 int progress, max_nr, ret = 0; in copy_pte_range() local 1548 unsigned int max_nr, unsigned long addr, in zap_present_ptes() 1597 unsigned int max_nr, unsigned long addr, in zap_nonpresent_ptes() 1673 int max_nr = (end - addr) / PAGE_SIZE; in do_zap_pte_range() local
|
H A D | rmap.c | 1853 int max_nr = folio_nr_pages(folio); in can_batch_unmap_folio_ptes() local
|
H A D | mempolicy.c | 686 int max_nr, nr; in queue_folios_pte_range() local
|
/linux/io_uring/ |
H A D | alloc_cache.c | 22 unsigned max_nr, unsigned int size, in io_alloc_cache_init()
|
/linux/drivers/irqchip/ |
H A D | exynos-combiner.c | 41 static unsigned int max_nr = 20; variable
|