Searched refs:start_index (Results 1 - 25 of 71) sorted by last modified time

123

/linux-master/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h403 __u64 start_index; member in struct:kvm_get_htab_fd
/linux-master/fs/btrfs/
H A Dextent_io.c210 pgoff_t start_index = start >> PAGE_SHIFT; local
212 pgoff_t index = start_index;
255 pgoff_t start_index = start >> PAGE_SHIFT; local
257 pgoff_t index = start_index;
H A Ddefrag.c1173 unsigned long start_index = start >> PAGE_SHIFT; local
1190 for (i = start_index - first_index; i <= last_index - first_index; i++) {
1211 u64 start_index = start >> PAGE_SHIFT; local
1212 unsigned int nr_pages = last_index - start_index + 1;
1225 folios[i] = defrag_prepare_one_folio(inode, start_index + i);
1236 lock_extent(&inode->io_tree, start_index << PAGE_SHIFT,
1264 unlock_extent(&inode->io_tree, start_index << PAGE_SHIFT,
1377 pgoff_t start_index; local
1423 start_index = cur >> PAGE_SHIFT;
1424 if (start_index < inod
[all...]
/linux-master/fs/ceph/
H A Daddr.c930 pgoff_t index, start_index, end = -1; local
964 start_index = wbc->range_cyclic ? mapping->writeback_index : 0;
965 index = start_index;
988 index = start_index;
1357 end = start_index - 1; /* OK even when start_index == 0 */
1362 start_index == 0 && /* all dirty pages were checked */
1383 start_index = 0;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c702 ida_free(&fg->fte_allocator, fte->index - fg->start_index);
738 fg->start_index < ft->autogroup.max_fte)
756 fte->index = index + fg->start_index;
803 int start_index,
824 fg->start_index = start_index;
825 fg->max_ftes = end_index - start_index + 1;
833 int start_index,
842 start_index, end_index);
1395 int start_index local
800 alloc_flow_group(struct mlx5_flow_steering *steering, u8 match_criteria_enable, const void *match_criteria, int start_index, int end_index) argument
830 alloc_insert_flow_group(struct mlx5_flow_table *ft, u8 match_criteria_enable, const void *match_criteria, int start_index, int end_index, struct list_head *prev) argument
[all...]
/linux-master/drivers/md/
H A Ddm-integrity.c3724 unsigned int start_index, start_offset; local
3729 page_list_location(ic, i, 0, &start_index, &start_offset);
3733 n_pages = (end_index - start_index + 1);
3743 for (idx = start_index; idx <= end_index; idx++) {
3747 if (idx == start_index)
3751 sg_set_buf(&s[idx - start_index], va + start, end - start);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c451 uint32_t i, j, k, seg_distr[NUMBER_REGIONS], increment, start_index, hw_points; local
508 start_index = (region_start + k + MAX_LOW_POINT) *
510 for (i = start_index; i < start_index + NUMBER_SW_SEGMENTS;
522 start_index = (region_end + MAX_LOW_POINT) * NUMBER_SW_SEGMENTS;
523 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index];
524 rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index];
525 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index];
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c4224 unsigned int start_index = queue->next_buf_to_fill;
4260 qeth_flush_buffers(queue, start_index,
4292 qeth_flush_buffers(queue, start_index, flush_count);
4231 unsigned int start_index = queue->next_buf_to_fill; local
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c2676 unsigned int start_index = 0; local
2683 start_index = i;
2690 if (start_index != end_index) {
2691 for (int j = start_index; j < end_index; j++) {
2692 for (int k = start_index; k < end_index; k++) {
2699 start_index = 0;
/linux-master/fs/smb/server/
H A Dsmb2pdu.h452 int find_matching_smb2_dialect(int start_index, __le16 *cli_dialects,
/linux-master/fs/f2fs/
H A Dsegment.c278 pgoff_t start_index = 0; local
286 f2fs_truncate_hole(inode, start_index, cur->index);
287 start_index = cur->index + 1;
295 f2fs_do_truncate_blocks(inode, start_index * PAGE_SIZE, false);
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c848 u32 start_index, u64 *mtt_buf,
862 if (npage < start_index)
878 struct hns_roce_mtr *mtr, u32 start_index,
890 start_index + total,
911 u32 start_index; local
919 start_index = offset >> HNS_HW_PAGE_SHIFT;
920 ret = hns_roce_get_direct_addr_mtt(cfg, start_index,
923 start_index = offset >> cfg->buf_pg_shift;
924 ret = hns_roce_get_mhop_mtt(hr_dev, mtr, start_index,
847 hns_roce_get_direct_addr_mtt(struct hns_roce_hem_cfg *cfg, u32 start_index, u64 *mtt_buf, int mtt_cnt) argument
877 hns_roce_get_mhop_mtt(struct hns_roce_dev *hr_dev, struct hns_roce_mtr *mtr, u32 start_index, u64 *mtt_buf, int mtt_cnt) argument
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h10403 u8 start_index[0x10]; member in struct:mlx5_ifc_pamp_reg_bits
/linux-master/drivers/scsi/
H A D3w-9xxx.c646 unsigned char event_index, start_index; local
796 start_index = tw_dev->error_index;
802 start_index = 0;
804 event_index = (start_index + sequence_id - tw_dev->event_queue[start_index]->sequence_id + 1) % TW_Q_LENGTH;
825 start_index = tw_dev->error_index;
831 start_index = 0;
833 event_index = (start_index + sequence_id - tw_dev->event_queue[start_index]->sequence_id - 1) % TW_Q_LENGTH;
/linux-master/arch/powerpc/include/uapi/asm/
H A Dkvm.h403 __u64 start_index; member in struct:kvm_get_htab_fd
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c3327 gfp_t mask, int start_index)
3349 __le32 *rbr = &rp->rbr[start_index + i];
3326 niu_rbr_add_page(struct niu *np, struct rx_ring_info *rp, gfp_t mask, int start_index) argument
/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.c2010 * @start_index: The array index corresponding to word_ptr[0].
2019 slab_block_number start_index,
2030 return (start_index + offset);
2018 find_zero_byte_in_word(const u8 *word_ptr, slab_block_number start_index, slab_block_number fail_index) argument
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.c1341 int atomctrl_read_efuse(struct pp_hwmgr *hwmgr, uint16_t start_index, argument
1349 if ((end_index - start_index) == 31)
1352 mask = (1 << ((end_index - start_index) + 1)) - 1;
1354 efuse_param.sEfuse.usEfuseIndex = cpu_to_le16((start_index / 32) * 4);
1356 (start_index - ((start_index / 32) * 32));
1358 ((end_index - start_index) + 1);
/linux-master/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; local
399 start_index = (region_start + k + MAX_LOW_POINT) *
401 for (i = start_index; i < start_index + NUMBER_SW_SEGMENTS;
413 start_index = (region_end + MAX_LOW_POINT) * NUMBER_SW_SEGMENTS;
414 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index];
415 rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index];
416 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index];
551 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; local
583 start_index
[all...]
/linux-master/net/can/
H A Disotp.c311 static int check_optimized(struct canfd_frame *cf, int start_index) argument
313 /* for CAN_DL <= 8 the start_index is equal to the CAN_DL as the
319 return (cf->len != start_index);
323 * The correct check would be (padlen(cf->len) != padlen(start_index)).
327 return (cf->len != padlen(start_index));
332 int start_index, u8 content)
339 return check_optimized(cf, start_index);
352 for (i = start_index; i < cf->len; i++)
331 check_pad(struct isotp_sock *so, struct canfd_frame *cf, int start_index, u8 content) argument
/linux-master/drivers/soc/qcom/
H A Dspm.c73 u8 start_index[PM_SLEEP_MODE_NR]; member in struct:spm_reg_data
134 .start_index[PM_SLEEP_MODE_STBY] = 0,
135 .start_index[PM_SLEEP_MODE_SPC] = 5,
146 .start_index[PM_SLEEP_MODE_STBY] = 0,
147 .start_index[PM_SLEEP_MODE_SPC] = 5,
157 .start_index[PM_SLEEP_MODE_STBY] = 0,
158 .start_index[PM_SLEEP_MODE_SPC] = 5,
176 .start_index[PM_SLEEP_MODE_STBY] = 0,
177 .start_index[PM_SLEEP_MODE_SPC] = 3,
186 .start_index[PM_SLEEP_MODE_STB
293 u32 start_index; local
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_prototype.h427 u8 table_id, u32 start_index, u16 buff_size,
/linux-master/fs/bcachefs/
H A Dfs-io-pagecache.c675 pgoff_t start_index = start_offset >> PAGE_SHIFT; local
677 pgoff_t index = start_index;
/linux-master/net/tipc/
H A Dlink.c263 struct tipc_link *l, u8 start_index);
1455 struct tipc_link *l, u8 start_index)
1457 struct tipc_gap_ack *gacks = &ga->gacks[start_index];
1557 u16 si = (last_ga) ? last_ga->start_index : 0;
1573 this_ga->start_index = 0;
1674 last_ga->start_index = si;
1454 __tipc_build_gap_ack_blks(struct tipc_gap_ack_blks *ga, struct tipc_link *l, u8 start_index) argument
/linux-master/drivers/video/fbdev/core/
H A Dsysimgblt.c53 void *dst1, u32 start_index, u32 pitch_index)
70 if (start_index) {
72 start_index));
74 shift = start_index;
105 start_index += pitch_index;
106 start_index &= 32 - 1;
113 u32 start_index, u32 pitch_index)
135 if (start_index) {
137 start_index));
139 shift = start_index;
52 color_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 start_index, u32 pitch_index) argument
111 slow_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) argument
290 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; local
[all...]

Completed in 517 milliseconds

123