Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhuge_mm.h193 static inline int highest_order(unsigned long orders) in highest_order()
198 static inline int next_order(unsigned long *orders, int prev) in next_order()
241 unsigned long addr, unsigned long orders) in thp_vma_suitable_orders()
287 unsigned long orders) in thp_vma_allowable_orders()
524 unsigned long addr, unsigned long orders) in thp_vma_suitable_orders()
532 unsigned long orders) in thp_vma_allowable_orders()
663 static inline int highest_order(unsigned long orders) in highest_order()
668 static inline int next_order(unsigned long *orders, int prev) in next_order()
H A Dfolio_queue.h32 u8 orders[PAGEVEC_SIZE]; /* Order of each folio */ member
/linux-6.15/tools/testing/selftests/mm/
H A 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
H A Duffd-wp-mremap.c30 unsigned long orders; in detect_thp_sizes() local
H A Dcow.c52 unsigned long orders; in detect_thp_sizes() local
/linux-6.15/include/drm/ttm/
H A Dttm_pool.h79 struct ttm_pool_type orders[NR_PAGE_ORDERS]; member
/linux-6.15/drivers/dma-buf/heaps/
H A Dsystem_heap.c54 static const unsigned int orders[] = {8, 4, 0}; variable
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c271 static const char * const orders[] = { in v4l2_fwnode_endpoint_parse_csi2_bus() local
/linux-6.15/mm/
H A Dshmem.c1803 unsigned long orders) in shmem_suitable_orders()
1840 unsigned long orders) in shmem_suitable_orders()
1862 struct mm_struct *fault_mm, unsigned long orders) in shmem_alloc_and_add_folio()
2442 unsigned long orders = 0; in shmem_get_folio_gfp() local
H A Dmemory.c4283 unsigned long orders) in thp_swap_suitable_orders()
4307 unsigned long orders; in alloc_swap_folio() local
4865 unsigned long orders; in alloc_anon_folio() local
H A Dhuge_memory.c104 unsigned long orders) in __thp_vma_allowable_orders()
773 unsigned long orders; in hugepage_init_sysfs() local
/linux-6.15/drivers/crypto/hisilicon/
H A Dqm.c260 #define QM_MK_SQC_W13(priority, orders, alg_type) \ argument