Home
last modified time | relevance | path

Searched defs:orders (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/include/linux/
Dhuge_mm.h186 static inline int highest_order(unsigned long orders) in highest_order()
191 static inline int next_order(unsigned long *orders, int prev) in next_order()
234 unsigned long addr, unsigned long orders) in thp_vma_suitable_orders()
293 unsigned long orders) in thp_vma_allowable_orders()
500 unsigned long addr, unsigned long orders) in thp_vma_suitable_orders()
508 unsigned long orders) in thp_vma_allowable_orders()
633 static inline int highest_order(unsigned long orders) in highest_order()
638 static inline int next_order(unsigned long *orders, int prev) in next_order()
Dfolio_queue.h31 u8 orders[PAGEVEC_SIZE]; /* Order of each folio */ member
/linux-6.12.1/tools/testing/selftests/mm/
Dthp_settings.c203 unsigned long orders = thp_supported_orders(); in thp_read_settings() local
255 unsigned long orders = thp_supported_orders(); in thp_write_settings() local
352 unsigned long orders = 0; in __thp_supported_orders() local
Dcow.c52 unsigned long orders; in detect_thp_sizes() local
/linux-6.12.1/include/drm/ttm/
Dttm_pool.h78 struct ttm_pool_type orders[NR_PAGE_ORDERS]; member
/linux-6.12.1/drivers/dma-buf/heaps/
Dsystem_heap.c54 static const unsigned int orders[] = {8, 4, 0}; variable
/linux-6.12.1/mm/
Dshmem.c1718 unsigned long orders) in shmem_suitable_orders()
1755 unsigned long orders) in shmem_suitable_orders()
1777 struct mm_struct *fault_mm, unsigned long orders) in shmem_alloc_and_add_folio()
2239 unsigned long orders = 0; in shmem_get_folio_gfp() local
Dhuge_memory.c90 unsigned long orders) in __thp_vma_allowable_orders()
747 unsigned long orders; in hugepage_init_sysfs() local
Dmemory.c4085 unsigned long orders) in thp_swap_suitable_orders()
4109 unsigned long orders; in alloc_swap_folio() local
4657 unsigned long orders; in alloc_anon_folio() local
/linux-6.12.1/drivers/crypto/hisilicon/
Dqm.c254 #define QM_MK_SQC_W13(priority, orders, alg_type) \ argument