/linux/mm/ |
H A D | page_alloc.c | 319 _deferred_grow_zone(struct zone *zone, unsigned int order) in _deferred_grow_zone() 329 static inline bool _deferred_grow_zone(struct zone *zone, unsigned int order) in _deferred_grow_zone() 514 static inline unsigned int order_to_pindex(int migratetype, int order) in order_to_pindex() 535 int order = pindex / MIGRATE_PCPTYPES; in pindex_to_order() local 547 static inline bool pcp_allowed_order(unsigned int order) in pcp_allowed_order() 570 void prep_compound_page(struct page *page, unsigned int order) in prep_compound_page() 582 static inline void set_buddy_order(struct page *page, unsigned int order) in set_buddy_order() 601 int order, int migratetype) in compaction_capture() 638 int order, int migratetype) in compaction_capture() 663 unsigned int order, int migratetype, in __add_to_free_list() [all …]
|
H A D | compaction.c | 51 static inline bool is_via_compact_memory(int order) in is_via_compact_memory() 59 static inline bool is_via_compact_memory(int order) { return false; } in is_via_compact_memory() 67 #define block_start_pfn(pfn, order) round_down(pfn, 1UL << (order)) argument 68 #define block_end_pfn(pfn, order) ALIGN((pfn) + 1, 1UL << (order)) argument 83 static struct page *mark_allocated_noprof(struct page *page, unsigned int order, gfp_t gfp_flags) in mark_allocated_noprof() 93 int order; in release_free_list() local 159 static void defer_compaction(struct zone *zone, int order) in defer_compaction() 174 static bool compaction_deferred(struct zone *zone, int order) in compaction_deferred() 197 void compaction_defer_reset(struct zone *zone, int order, in compaction_defer_reset() 211 static bool compaction_restarting(struct zone *zone, int order) in compaction_restarting() [all …]
|
H A D | page_reporting.h | 33 static inline void page_reporting_notify_free(unsigned int order) in page_reporting_notify_free() 49 static inline void page_reporting_notify_free(unsigned int order) in page_reporting_notify_free()
|
H A D | debug_page_alloc.c | 35 bool __set_page_guard(struct zone *zone, struct page *page, unsigned int order) in __set_page_guard() 47 void __clear_page_guard(struct zone *zone, struct page *page, unsigned int order) in __clear_page_guard()
|
H A D | shuffle.h | 28 static inline bool is_shuffle_order(int order) in is_shuffle_order() 48 static inline bool is_shuffle_order(int order) in is_shuffle_order()
|
H A D | page_reporting.c | 117 unsigned int order = get_order(sg->length); in page_reporting_drain() local 147 unsigned int order, unsigned int mt, in page_reporting_cycle() 263 unsigned int order, mt, leftover, offset = PAGE_REPORTING_CAPACITY; in page_reporting_process_zone() local
|
/linux/lib/ |
H A D | test_xarray.c | 72 unsigned order, void *entry, gfp_t gfp) in xa_store_order() 177 unsigned int order; in check_xa_mark_1() local 328 unsigned int order; in check_xa_shrink() local 430 unsigned int i, order = 3; in check_cmpxchg_order() local 585 unsigned int order) in check_multi_store_1() 610 unsigned int order) in check_multi_store_2() 624 unsigned int order) in check_multi_store_3() 734 unsigned int order, in check_xa_multi_store_adv_add() 766 unsigned int order) in check_xa_multi_store_adv_del_entry() 777 unsigned int order) in check_xa_multi_store_adv_delete() [all …]
|
/linux/include/linux/ |
H A D | gfp.h | 218 static inline void arch_free_page(struct page *page, int order) { } in arch_free_page() 221 static inline void arch_alloc_page(struct page *page, int order) { } in arch_alloc_page() 279 __alloc_pages_node_noprof(int nid, gfp_t gfp_mask, unsigned int order) in __alloc_pages_node_noprof() 290 struct folio *__folio_alloc_node_noprof(gfp_t gfp, unsigned int order, int nid) in __folio_alloc_node_noprof() 306 unsigned int order) in alloc_pages_node_noprof() 324 static inline struct page *alloc_pages_noprof(gfp_t gfp_mask, unsigned int order) in alloc_pages_noprof() 328 static inline struct folio *folio_alloc_noprof(gfp_t gfp, unsigned int order) in folio_alloc_noprof() 332 static inline struct folio *folio_alloc_mpol_noprof(gfp_t gfp, unsigned int order, in folio_alloc_mpol_noprof() 337 #define vma_alloc_folio_noprof(gfp, order, vma, addr) \ argument 378 #define __get_dma_pages(gfp_mask, order) \ argument [all …]
|
H A D | page_owner.h | 22 static inline void reset_page_owner(struct page *page, unsigned short order) in reset_page_owner() 29 unsigned short order, gfp_t gfp_mask) in set_page_owner() 57 static inline void reset_page_owner(struct page *page, unsigned short order) in reset_page_owner() 61 unsigned short order, gfp_t gfp_mask) in set_page_owner()
|
H A D | page_table_check.h | 28 page_table_check_alloc(struct page * page,unsigned int order) page_table_check_alloc() argument 36 page_table_check_free(struct page * page,unsigned int order) page_table_check_free() argument 107 page_table_check_alloc(struct page * page,unsigned int order) page_table_check_alloc() argument 111 page_table_check_free(struct page * page,unsigned int order) page_table_check_free() argument
|
H A D | compaction.h | 65 static inline unsigned long compact_gap(unsigned int order) in compact_gap() 115 static inline bool compaction_suitable(struct zone *zone, int order, in compaction_suitable() 130 int order, int highest_zoneidx) in wakeup_kcompactd()
|
H A D | huge_mm.h | 99 #define thp_vma_allowable_order(vma, vm_flags, tva_flags, order) \ argument 150 static inline void mod_mthp_stat(int order, enum mthp_stat_item item, int delta) in mod_mthp_stat() 158 static inline void count_mthp_stat(int order, enum mthp_stat_item item) in count_mthp_stat() 164 static inline void mod_mthp_stat(int order, enum mthp_stat_item item, int delta) in mod_mthp_stat() 168 static inline void count_mthp_stat(int order, enum mthp_stat_item item) in count_mthp_stat() 216 unsigned long addr, int order) in thp_vma_suitable_order() 243 int order; in thp_vma_suitable_orders() local 310 int order; member 515 unsigned long addr, int order) in thp_vma_suitable_order()
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-mailbox.c | 231 static void epu_dma_done(struct cx18 *cx, struct cx18_in_work_order *order) in epu_dma_done() 324 static void epu_debug(struct cx18 *cx, struct cx18_in_work_order *order) in epu_debug() 335 static void epu_cmd(struct cx18 *cx, struct cx18_in_work_order *order) in epu_cmd() 364 void free_in_work_order(struct cx18 *cx, struct cx18_in_work_order *order) in free_in_work_order() 371 struct cx18_in_work_order *order = in cx18_in_work_handler() local 383 static void mb_ack_irq(struct cx18 *cx, struct cx18_in_work_order *order) in mb_ack_irq() 417 static int epu_dma_done_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_dma_done_irq() 445 int epu_debug_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_debug_irq() 466 int epu_cmd_irq(struct cx18 *cx, struct cx18_in_work_order *order) in epu_cmd_irq() 501 struct cx18_in_work_order *order = NULL; in alloc_in_work_order_irq() local [all …]
|
/linux/drivers/gpu/drm/ttm/tests/ |
H A D | ttm_pool_test.c | 14 unsigned int order; member 244 unsigned int order = 0; in ttm_pool_alloc_order_caching_match() local 274 unsigned int order = 0; in ttm_pool_alloc_caching_mismatch() local 306 unsigned int order = 2; in ttm_pool_alloc_order_mismatch() local 342 unsigned int order = 2; in ttm_pool_free_dma_alloc() local 373 unsigned int order = 2; in ttm_pool_free_no_dma_alloc() local 401 unsigned int order = 0; in ttm_pool_fini_basic() local
|
/linux/arch/riscv/mm/ |
H A D | hugetlbpage.c | 35 unsigned long order; in huge_pte_alloc() local 88 unsigned long order; in huge_pte_offset() local 189 unsigned long order; in arch_make_huge_pte() local 281 unsigned long order; in huge_ptep_set_access_flags() local 326 unsigned long order; in huge_ptep_set_wrprotect() local 383 unsigned long order; in is_napot_size() local 398 unsigned long order; in napot_hugetlbpages_init() local
|
/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_pool.c | 112 unsigned int order; member 135 unsigned int order) in ttm_pool_alloc_page() 188 unsigned int order, struct page *p) in ttm_pool_free_page() 240 static int ttm_pool_map(struct ttm_pool *pool, unsigned int order, in ttm_pool_map() 310 enum ttm_caching caching, unsigned int order) in ttm_pool_type_init() 339 unsigned int order) in ttm_pool_select_type() 414 unsigned int order = ttm_pool_page_order(pool, p); in ttm_pool_split_for_swap() local 459 unsigned int order; in ttm_pool_unmap_and_free() local 581 ttm_pool_page_allocated_restore(struct ttm_pool *pool, unsigned int order, in ttm_pool_page_allocated_restore() 604 static int ttm_pool_page_allocated(struct ttm_pool *pool, unsigned int order, in ttm_pool_page_allocated() [all …]
|
/linux/kernel/ |
H A D | kexec_handover.c | 125 const unsigned int order = in __kho_unpreserve() local 144 unsigned int order) in __kho_preserve_order() 167 static void kho_restore_page(struct page *page, unsigned int order) in kho_restore_page() 193 unsigned long order; in kho_restore_folio() local 228 unsigned int order; member 244 unsigned long order) in new_chunk() 274 unsigned long order; in kho_mem_serialize() local 313 static void deserialize_bitmap(unsigned int order, in deserialize_bitmap() 660 const unsigned int order = folio_order(folio); in kho_preserve_folio() local 696 const unsigned int order = in kho_preserve_phys() local [all …]
|
/linux/arch/s390/mm/ |
H A D | page-states.c | 17 void arch_free_page(struct page *page, int order) in arch_free_page() 24 void arch_alloc_page(struct page *page, int order) in arch_alloc_page()
|
/linux/drivers/gpu/drm/lib/ |
H A D | drm_random.c | 16 void drm_random_reorder(unsigned int *order, unsigned int count, in drm_random_reorder() 31 unsigned int *order, i; in drm_random_order() local
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable-64.h | 95 #define for_each_napot_order(order) \ argument 97 #define for_each_napot_order_rev(order) \ argument 102 #define napot_cont_shift(order) ((order) + PAGE_SHIFT) argument 103 #define napot_cont_size(order) BIT(napot_cont_shift(order)) argument 104 #define napot_cont_mask(order) (~(napot_cont_size(order) - 1UL)) argument 105 #define napot_pte_num(order) BIT(order) argument
|
/linux/kernel/dma/ |
H A D | coherent.c | 145 int order = get_order(size); in __dma_alloc_from_coherent() local 200 int order, void *vaddr) in __dma_release_from_coherent() 227 int dma_release_from_dev_coherent(struct device *dev, int order, void *vaddr) in dma_release_from_dev_coherent() 292 int dma_release_from_global_coherent(int order, void *vaddr) in dma_release_from_global_coherent()
|
/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_random.c | 70 void i915_random_reorder(unsigned int *order, unsigned int count, in i915_random_reorder() 78 unsigned int *order, i; in i915_random_order() local
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | gk104.c | 34 const struct gk104_clkgate_engine_info *order = therm->clkgate_order; in gk104_clkgate_enable() local 63 const struct gk104_clkgate_engine_info *order = therm->clkgate_order; in gk104_clkgate_fini() local
|
/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_db.c | 94 struct hns_roce_db *db, int order) in hns_roce_alloc_db_from_pgdir() 125 int order) in hns_roce_alloc_db()
|
/linux/tools/testing/radix-tree/ |
H A D | iteration_check.c | 25 int order; in my_item_insert() local 165 void iteration_test(unsigned order, unsigned test_duration) in iteration_test()
|