Home
last modified time | relevance | path

Searched defs:order (Results 26 - 50 of 664) sorted by relevance

12345678910>>...27

/kernel/liteos_a/kernel/base/include/
H A Dlos_vm_page.h52 UINT8 order; /**< vm page in which order list */ member
/kernel/linux/linux-6.6/mm/
H A Ddebug_page_alloc.c35 bool __set_page_guard(struct zone *zone, struct page *page, unsigned int order, in __set_page_guard() argument
51 void __clear_page_guard(struct zone *zone, struct page *page, unsigned int order, in __clear_page_guard() argument
H A Dfail_page_alloc.c24 bool __should_fail_alloc_page(gfp_t gfp_mask, unsigned int order) in __should_fail_alloc_page() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgk104.c34 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
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H A Di915_random.c70 void i915_random_reorder(unsigned int *order, unsigned int count, in i915_random_reorder() argument
78 unsigned int *order, i; in i915_random_order() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_db.c95 hns_roce_alloc_db_from_pgdir(struct hns_roce_db_pgdir *pgdir, struct hns_roce_db *db, int order) hns_roce_alloc_db_from_pgdir() argument
126 hns_roce_alloc_db(struct hns_roce_dev *hr_dev, struct hns_roce_db *db, int order) hns_roce_alloc_db() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/android/ion/
H A Dion_page_pool.c134 struct ion_page_pool *ion_page_pool_create(gfp_t gfp_mask, unsigned int order) in ion_page_pool_create() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_db.c93 hns_roce_alloc_db_from_pgdir(struct hns_roce_db_pgdir *pgdir, struct hns_roce_db *db, int order) hns_roce_alloc_db_from_pgdir() argument
124 hns_roce_alloc_db(struct hns_roce_dev *hr_dev, struct hns_roce_db *db, int order) hns_roce_alloc_db() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Di915_random.c70 void i915_random_reorder(unsigned int *order, unsigned int count, in i915_random_reorder() argument
78 unsigned int *order, i; in i915_random_order() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dgk104.c34 const struct gk104_clkgate_engine_info *order = therm->clkgate_order; in gk104_clkgate_enable() local
63 const struct gk104_clkgate_engine_info *order in gk104_clkgate_fini() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H A Dmsi_bitmap.c17 int offset, order = get_count_order(num); in msi_bitmap_alloc_hwirqs() local
/kernel/linux/linux-5.10/arch/arm/xen/
H A Dmm.c26 unsigned long xen_get_swiotlb_free_pages(unsigned int order) in xen_get_swiotlb_free_pages() argument
121 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order, in xen_create_contiguous_region() argument
133 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order) in xen_destroy_contiguous_region() argument
/kernel/linux/linux-5.10/arch/c6x/mm/
H A Ddma-coherent.c43 static inline u32 __alloc_dma_pages(int order) in __alloc_dma_pages() argument
55 static void __free_dma_pages(u32 addr, int order) in __free_dma_pages() argument
79 int order; in arch_dma_alloc() local
105 int order; in arch_dma_free() local
112 __free_dma_pages(virt_to_phys(vaddr), order); arch_dma_free() local
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/nvhe/
H A Dmemory.h12 unsigned short order; member
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dirq.c107 unsigned int order = get_order(IRQ_STACK_SIZE); in init_IRQ() local
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H A Dpage_alloc.c33 __find_buddy_nocheck(struct hyp_pool *pool, struct hyp_page *p, unsigned short order) __find_buddy_nocheck() argument
52 __find_buddy_avail(struct hyp_pool *pool, struct hyp_page *p, unsigned short order) __find_buddy_avail() argument
97 unsigned short order = p->order; __hyp_attach_page() local
130 __hyp_extract_page(struct hyp_pool *pool, struct hyp_page *p, unsigned short order) __hyp_extract_page() argument
186 unsigned short order = p->order; hyp_split_page() local
198 hyp_alloc_pages(struct hyp_pool *pool, unsigned short order) hyp_alloc_pages() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H A Dmsi_bitmap.c18 int offset, order = get_count_order(num); in msi_bitmap_alloc_hwirqs() local
/kernel/linux/linux-5.10/drivers/media/platform/omap/
H A Domap_voutlib.c307 u32 order, size; in omap_vout_alloc_buffer() local
331 u32 order, size; in omap_vout_free_buffer() local
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H A Dpaging.c102 int blk_idx, order, num_of_pages, size; in iwl_alloc_fw_paging_mem() local
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dfsm.c17 init_fsm(char *name, const char **state_names, const char **event_names, int nr_states, int nr_events, const fsm_node *tmpl, int tmpl_len, gfp_t order) init_fsm() argument
/kernel/linux/linux-5.10/include/linux/
H A Doom.h46 const int order; member
/kernel/linux/linux-5.10/sound/drivers/pcsp/
H A Dpcsp.c48 int err, div, min_div, order; in snd_pcsp_create() local
/kernel/linux/linux-5.10/tools/testing/radix-tree/
H A Diteration_check.c25 int order; in my_item_insert() local
165 void iteration_test(unsigned order, unsigned test_duration) in iteration_test() argument
[all...]
H A Dmultiorder.c42 int order[NUM_ENTRIES] = {1, 1, 2, 3, 4, 1, 0, 1, 3, 0, 7}; in multiorder_iteration() local
15 item_insert_order(struct xarray *xa, unsigned long index, unsigned order) item_insert_order() argument
82 int order[MT_NUM_ENTRIES] = {1, 0, 2, 4, 3, 1, 3, 0, 7}; multiorder_tagged_iteration() local
167 unsigned int order = RADIX_TREE_MAP_SHIFT - 1; creator_func() local
[all...]
/kernel/linux/linux-5.10/mm/
H A Dpage_isolation.c73 unsigned int order; in unset_migratetype_isolate() local

Completed in 9 milliseconds

12345678910>>...27