Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
Dhuge_mm.h129 static inline int highest_order(unsigned long orders) in highest_order()
134 static inline int next_order(unsigned long *orders, int prev) in next_order()
177 unsigned long addr, unsigned long orders) in thp_vma_suitable_orders()
238 unsigned long orders) in thp_vma_allowable_orders()
400 unsigned long addr, unsigned long orders) in thp_vma_suitable_orders()
408 unsigned long orders) in thp_vma_allowable_orders()
/linux-6.8/tools/testing/selftests/mm/
Dthp_settings.c202 unsigned long orders = thp_supported_orders(); in thp_read_settings() local
242 unsigned long orders = thp_supported_orders(); in thp_write_settings() local
329 unsigned long orders = 0; in thp_supported_orders() local
Dcow.c52 unsigned long orders; in detect_thp_sizes() local
/linux-6.8/include/drm/ttm/
Dttm_pool.h77 struct ttm_pool_type orders[NR_PAGE_ORDERS]; member
/linux-6.8/drivers/dma-buf/heaps/
Dsystem_heap.c54 static const unsigned int orders[] = {8, 4, 0}; variable
/linux-6.8/mm/
Dhuge_memory.c85 unsigned long orders) in __thp_vma_allowable_orders()
564 unsigned long orders; in hugepage_init_sysfs() local
Dmemory.c4175 unsigned long orders; in alloc_anon_folio() local
/linux-6.8/drivers/crypto/hisilicon/
Dqm.c248 #define QM_MK_SQC_W13(priority, orders, alg_type) \ argument