| /kernel/linux/linux-5.10/drivers/iommu/ |
| H A D | dma-iommu.c | 307 unsigned long order, base_pfn; in iommu_dma_init_domain() local 545 unsigned int order in __iommu_dma_alloc_pages() local [all...] |
| H A D | fsl_pamu.c | 1016 unsigned int order = 0; in fsl_pamu_probe() local
|
| H A D | io-pgtable-arm.c | 191 int order = get_order(size); in __arm_lpae_alloc_pages() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
| H A D | i915_request.c | 298 unsigned int *order; in __igt_breadcrumbs_smoketest() local
|
| H A D | i915_gem_gtt.c | 237 unsigned int *order, count, n; in lowlevel_hole() local 743 unsigned int *order, count, n; drunk_hole() local 840 unsigned int order = 12; __shrink_hole() local 1159 unsigned int *order, n; igt_ggtt_page() local [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| H A D | drm_connector.c | 784 const char *drm_get_subpixel_order_name(enum subpixel_order order) in drm_get_subpixel_order_name() argument
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
| H A D | init.c | 1865 u16 order, idx = 0; in hfi1_setup_eagerbufs() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | adapter.h | 112 unsigned int order; /* order of page allocations */ member
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
| H A D | txrx.c | 1046 aggr_deque_frms(struct aggr_info_conn *agg_conn, u8 tid, u16 seq_no, u8 order) aggr_deque_frms() argument
|
| /kernel/linux/linux-5.10/drivers/perf/ |
| H A D | qcom_l3_pmu.c | 551 int order = event_uses_long_counter(event) ? 1 : 0; in qcom_l3_cache__event_add() local 579 int order = event_uses_long_counter(event) ? 1 : 0; in qcom_l3_cache__event_del() local
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
| H A D | rtw_recv.h | 99 u8 order; member
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/vermilion/ |
| H A D | vermilion.h | 195 unsigned order; member
|
| /kernel/linux/linux-5.10/net/sctp/ |
| H A D | protocol.c | 1383 int order; in sctp_init() local [all...] |
| /kernel/linux/linux-5.10/sound/soc/amd/ |
| H A D | acp.h | 127 unsigned int order; member
|
| /kernel/linux/linux-5.10/fs/ |
| H A D | dax.c | 223 static void *get_unlocked_entry(struct xa_state *xas, unsigned int order) in get_unlocked_entry() argument 487 grab_mapping_entry(struct xa_state *xas, struct address_space *mapping, unsigned int order) grab_mapping_entry() argument 1688 dax_insert_pfn_mkwrite(struct vm_fault *vmf, pfn_t pfn, unsigned int order) dax_insert_pfn_mkwrite() argument 1737 unsigned int order = pe_order(pe_size); dax_finish_sync_fault() local [all...] |
| /kernel/linux/linux-5.10/fs/exfat/ |
| H A D | dir.c | 939 int order, step, name_len = 0; in exfat_find_dir_entry() local 565 exfat_remove_entries(struct inode *inode, struct exfat_chain *p_dir, int entry, int order, int num_entries) exfat_remove_entries() argument
|
| /kernel/linux/linux-5.10/lib/ |
| H A D | xarray.c | 645 unsigned int order = xas->xa_shift; in xas_create() local 1002 void xas_split_alloc(struct xa_state *xas, void *entry, unsigned int order, in xas_split_alloc() argument 1052 xas_split(struct xa_state *xas, void *entry, unsigned int order) xas_split() argument 1727 unsigned int order = BITS_PER_LONG; xa_store_range() local 1761 int order = 0; xa_get_order() local [all...] |
| H A D | bitmap.c | 1109 static int __reg_op(unsigned long *bitmap, unsigned int pos, int order, int reg_op) in __reg_op() argument 1175 int bitmap_find_free_region(unsigned long *bitmap, unsigned int bits, int order) in bitmap_find_free_region() argument 1200 bitmap_release_region(unsigned long *bitmap, unsigned int pos, int order) bitmap_release_region() argument 1217 bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order) bitmap_allocate_region() argument [all...] |
| /kernel/linux/linux-5.10/mm/ |
| H A D | memory_hotplug.c | 593 void generic_online_page(struct page *page, unsigned int order) in generic_online_page() argument
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/selftests/ |
| H A D | test-drm_mm.c | 377 unsigned int *order, n, m, o = 0; in __igt_reserve() local 575 unsigned int *order, n, m, o = 0; __igt_insert() local 1304 evict_nodes(struct drm_mm_scan *scan, struct evict_node *nodes, unsigned int *order, unsigned int count, bool use_color, struct list_head *evict_list) evict_nodes() argument 1447 evict_something(struct drm_mm *mm, u64 range_start, u64 range_end, struct evict_node *nodes, unsigned int *order, unsigned int count, unsigned int size, unsigned int alignment, const struct insert_mode *mode) evict_something() argument 1526 unsigned int *order, n; igt_evict() local 1639 unsigned int *order, n; igt_evict_range() local 1739 unsigned int *order, n, m, o = 0; igt_topdown() local 1853 unsigned int *order, n, m, o = 0; igt_bottomup() local 2189 evict_color(struct drm_mm *mm, u64 range_start, u64 range_end, struct evict_node *nodes, unsigned int *order, unsigned int count, unsigned int size, unsigned int alignment, unsigned long color, const struct insert_mode *mode) evict_color() argument 2267 unsigned int *order, n; igt_color_evict() local 2370 unsigned int *order, n; igt_color_evict_range() local [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
| H A D | drm.c | 1153 unsigned long order; in host1x_drm_probe() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ttm/ |
| H A D | ttm_page_alloc.c | 78 unsigned int order; member 247 ttm_pages_put(struct page *pages[], unsigned npages, unsigned int order) ttm_pages_put() argument 487 ttm_alloc_new_pages(struct list_head *pages, gfp_t gfp_flags, int ttm_flags, enum ttm_caching_state cstate, unsigned count, unsigned order) ttm_alloc_new_pages() argument 629 ttm_page_pool_get_pages(struct ttm_page_pool *pool, struct list_head *pages, int ttm_flags, enum ttm_caching_state cstate, unsigned count, unsigned order) ttm_page_pool_get_pages() argument 725 unsigned order = 0, j; ttm_put_pages() local 942 ttm_page_pool_init_locked(struct ttm_page_pool *pool, gfp_t flags, char *name, unsigned int order) ttm_page_pool_init_locked() argument 958 unsigned order = HPAGE_PMD_ORDER; ttm_page_alloc_init() local 960 unsigned order = 0; ttm_page_alloc_init() local [all...] |
| /kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
| H A D | addi_apci_3120.c | 910 int order; in apci3120_dma_alloc() local
|
| /kernel/linux/linux-6.6/drivers/mfd/ |
| H A D | twl4030-power.c | 469 static int order; in load_twl4030_script() local
|
| /kernel/linux/linux-6.6/drivers/accel/qaic/ |
| H A D | qaic_data.c | 444 int order; in create_sgt() local
|