Home
last modified time | relevance | path

Searched defs:start_index (Results 1 – 25 of 58) sorted by relevance

123

/linux/drivers/iommu/iommufd/
H A Dpages.c182 unsigned long start_index, in iopt_pages_err_unpin()
239 unsigned long start_index, in iopt_area_unmap_domain_range()
377 struct iopt_area *area, unsigned long start_index, in batch_from_domain()
404 unsigned long start_index, in raw_pages_from_domain()
429 unsigned long start_index, in batch_from_domain_continue()
476 struct iopt_area *area, unsigned long start_index) in batch_to_domain()
520 unsigned long start_index, in batch_from_xarray()
541 unsigned long start_index, in batch_from_xarray_clear()
563 static void clear_xarray(struct xarray *xa, unsigned long start_index, in clear_xarray()
575 static int pages_to_xarray(struct xarray *xa, unsigned long start_index, in pages_to_xarray()
[all …]
/linux/drivers/misc/altera-stapl/
H A Daltera-jtag.c117 u32 count, u32 start_index, in altera_set_dr_pre()
155 int altera_set_ir_pre(struct altera_jtag *js, u32 count, u32 start_index, in altera_set_ir_pre()
193 int altera_set_dr_post(struct altera_jtag *js, u32 count, u32 start_index, in altera_set_dr_post()
233 int altera_set_ir_post(struct altera_jtag *js, u32 count, u32 start_index, in altera_set_ir_post()
394 u32 start_index, in altera_concatenate_data()
560 u32 start_index, in altera_extract_target_data()
586 u32 start_index) in altera_irscan()
789 u32 start_index) in altera_drscan()
/linux/drivers/video/fbdev/core/
H A Dsysimgblt.c53 void *dst1, u32 start_index, u32 pitch_index) in color_imageblit()
113 u32 start_index, u32 pitch_index) in slow_imageblit()
290 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in sys_imageblit() local
H A Dcfbimgblt.c77 u32 start_index, in color_imageblit()
140 u32 start_index, in slow_imageblit()
320 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in cfb_imageblit() local
/linux/kernel/trace/
H A Dtrace_printk.c123 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format()
180 find_next_mod_format(int start_index, void *v, const char **fmt, loff_t *pos) in find_next_mod_format()
268 int start_index; in find_next() local
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c253 int start_index, u64 *buffer_list, int list_len) in __mthca_write_mtt()
314 struct mthca_mtt *mtt, int start_index, in mthca_tavor_write_mtt_seg()
328 struct mthca_mtt *mtt, int start_index, in mthca_arbel_write_mtt_seg()
357 int start_index, u64 *buffer_list, int list_len) in mthca_write_mtt()
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_cm_common.c120 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm3_helper_translate_curve_to_hw_format() local
302 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm3_helper_translate_curve_to_degamma_hw_format() local
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_cm_common.c346 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_hw_format() local
556 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_degamma_hw_format() local
/linux/fs/squashfs/
H A Dfile_direct.c31 loff_t start_index = folio->index & ~mask; in squashfs_readpage_block() local
H A Dpage_actor.c111 struct page **page, int pages, int length, loff_t start_index) in squashfs_page_actor_init_special()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmr.c693 int start_index, int npages, u64 *page_list) in mlx4_write_mtt_chunk()
719 int start_index, int npages, u64 *page_list) in __mlx4_write_mtt()
747 int start_index, int npages, u64 *page_list) in mlx4_write_mtt()
/linux/drivers/infiniband/hw/mlx4/
H A Dmr.c98 int *start_index, int *npages) in mlx4_ib_umem_write_mtt_block()
191 int start_index = 0; in mlx4_ib_umem_write_mtt() local
/linux/drivers/acpi/acpica/
H A Dnsprepkg.c705 u8 type2, u32 count2, u32 start_index) in acpi_ns_check_package_elements()
H A Dnsrepair2.c765 u32 start_index, in acpi_ns_check_sorted_list()
/linux/drivers/soc/qcom/
H A Dspm.c73 u8 start_index[PM_SLEEP_MODE_NR]; member
293 u32 start_index; in spm_set_low_power_mode() local
/linux/fs/btrfs/
H A Ddefrag.c1166 unsigned long start_index = start >> PAGE_SHIFT; in defrag_one_locked_target() local
1204 u64 start_index = start >> PAGE_SHIFT; in defrag_one_range() local
1368 pgoff_t start_index; in btrfs_defrag_file() local
/linux/mm/
H A Dfadvise.c37 pgoff_t start_index; in generic_fadvise() local
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c852 u32 start_index, u64 *mtt_buf, in hns_roce_get_direct_addr_mtt()
882 struct hns_roce_mtr *mtr, u32 start_index, in hns_roce_get_mhop_mtt()
915 u32 start_index; in hns_roce_mtr_find() local
/linux/arch/powerpc/mm/book3s64/
H A Dslice.c78 unsigned long start_index = GET_HIGH_SLICE_INDEX(start); in slice_range_to_mask() local
156 unsigned long start_index = GET_HIGH_SLICE_INDEX(start); in slice_check_range_fits() local
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-desc.c502 unsigned int start_index, cur_index; in xlgmac_map_tx_skb() local
H A Ddwc-xlgmac-hw.c711 int start_index = ring->cur; in xlgmac_dev_xmit() local
1060 int start_index = ring->cur; in xlgmac_tx_desc_init() local
1143 unsigned int start_index = ring->cur; in xlgmac_rx_desc_init() local
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-desc.c531 unsigned int start_index, cur_index; in xgbe_map_tx_skb() local
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn321/
H A Ddcn321_fpu.c264 unsigned int start_index = 0; in sort_entries_with_same_bw() local
/linux/arch/sparc/kernel/
H A Dcpumap.c43 int start_index; /* Index of first node of a level in a cpuinfo tree */ member
/linux/drivers/net/ethernet/renesas/
H A Drswitch.c239 unsigned int start_index, in rswitch_gwca_queue_alloc_rx_buf()
416 unsigned int start_index, in rswitch_gwca_ts_queue_fill()
432 unsigned int start_index, in rswitch_gwca_queue_ext_ts_fill()

123