Home
last modified time | relevance | path

Searched defs:max_nr (Results 1 – 9 of 9) sorted by relevance

/linux/mm/
H A Dswap.h89 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 Dmincore.c135 unsigned int max_nr = (end - addr) >> PAGE_SHIFT; in mincore_pte_range() local
H A Dmadvise.c343 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 Dinternal.h248 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 Dmemory.c986 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 Drmap.c1853 int max_nr = folio_nr_pages(folio); in can_batch_unmap_folio_ptes() local
H A Dmempolicy.c686 int max_nr, nr; in queue_folios_pte_range() local
/linux/io_uring/
H A Dalloc_cache.c22 unsigned max_nr, unsigned int size, in io_alloc_cache_init()
/linux/drivers/irqchip/
H A Dexynos-combiner.c41 static unsigned int max_nr = 20; variable