| /linux/drivers/iommu/iommufd/ |
| H A D | pages.c | 186 unsigned long start_index, in iopt_pages_err_unpin() argument 190 unsigned long npages = last_index - start_index + 1; in iopt_pages_err_unpin() 243 unsigned long start_index, in iopt_area_unmap_domain_range() argument 246 unsigned long start_iova = iopt_area_index_to_iova(area, start_index); in iopt_area_unmap_domain_range() 409 struct iopt_area *area, unsigned long start_index, in batch_from_domain() argument 416 iova = iopt_area_index_to_iova(area, start_index); in batch_from_domain() 417 if (start_index == iopt_area_index(area)) in batch_from_domain() 419 while (start_index <= last_index) { in batch_from_domain() 430 start_index++; in batch_from_domain() 436 unsigned long start_index, in raw_pages_from_domain() argument [all …]
|
| /linux/drivers/soc/qcom/ |
| H A D | spm.c | 73 u8 start_index[PM_SLEEP_MODE_NR]; member 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_STBY] = 0, [all …]
|
| /linux/drivers/misc/altera-stapl/ |
| H A D | altera-jtag.h | 73 int altera_set_dr_pre(struct altera_jtag *js, u32 count, u32 start_index, 75 int altera_set_ir_pre(struct altera_jtag *js, u32 count, u32 start_index, 77 int altera_set_dr_post(struct altera_jtag *js, u32 count, u32 start_index, 79 int altera_set_ir_post(struct altera_jtag *js, u32 count, u32 start_index, 88 u8 *tdi_data, u32 start_index); 94 u8 *tdi_data, u32 start_index);
|
| H A D | altera-jtag.c | 117 u32 count, u32 start_index, in altera_set_dr_pre() argument 136 j = i + 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() argument 175 j = i + 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() argument 214 j = i + 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() argument 255 j = i + start_index; in altera_set_ir_post() 394 u32 start_index, in altera_concatenate_data() argument 413 j = start_index; in altera_concatenate_data() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum1_kvdl.c | 33 unsigned int start_index; member 47 .start_index = MLXSW_SP1_KVDL_##id##_BASE, \ 96 if (kvdl_index >= part->info.start_index && in mlxsw_sp1_kvdl_index_part() 108 return info->start_index + entry_index * info->alloc_size; in mlxsw_sp1_kvdl_to_kvdl_index() 115 return (kvdl_index - info->start_index) / info->alloc_size; in mlxsw_sp1_kvdl_to_entry_index() 124 nr_entries = (info->end_index - info->start_index + 1) / in mlxsw_sp1_kvdl_part_alloc() 202 part->info.start_index = part_prev->info.end_index + 1; in mlxsw_sp1_kvdl_part_update() 203 part->info.end_index = part->info.start_index + size - 1; in mlxsw_sp1_kvdl_part_update() 223 resource_size = info->end_index - info->start_index + 1; in mlxsw_sp1_kvdl_part_init() 284 info->start_index + 1) / in mlxsw_sp1_kvdl_part_occ()
|
| H A D | spectrum_policer.c | 16 u16 start_index; /* Inclusive */ member 92 family->start_index = MLXSW_CORE_RES_GET(core, MAX_CPU_POLICERS); in mlxsw_sp_policer_single_rate_family_init() 122 id = idr_alloc(&family->policer_idr, policer, family->start_index, in mlxsw_sp_policer_single_rate_index_alloc() 326 if (WARN_ON(family->start_index >= family->end_index)) { in mlxsw_sp_policer_family_register()
|
| /linux/arch/sparc/kernel/ |
| H A D | cpumap.c | 43 int start_index; /* Index of first node of a level in a cpuinfo tree */ member 133 lv->start_index = lv->end_index = lv->num_nodes = 0; in enumerate_cpuinfo_nodes() 165 tree_level[CPUINFO_LVL_NODE].start_index = 1; in enumerate_cpuinfo_nodes() 169 tree_level[CPUINFO_LVL_CORE].start_index = n; in enumerate_cpuinfo_nodes() 173 tree_level[CPUINFO_LVL_PROC].start_index = n; in enumerate_cpuinfo_nodes() 208 n = new_tree->level[level].start_index; in build_cpuinfo_tree() 223 ? new_tree->level[level - 1].start_index : -1; in build_cpuinfo_tree() 227 ? cpu : new_tree->level[level + 1].start_index; in build_cpuinfo_tree()
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_mr.c | 252 int start_index, u64 *buffer_list, int list_len) in __mthca_write_mtt() argument 267 start_index * 8); in __mthca_write_mtt() 287 start_index += i; in __mthca_write_mtt() 313 struct mthca_mtt *mtt, int start_index, in mthca_tavor_write_mtt_seg() argument 320 start_index * sizeof (u64); in mthca_tavor_write_mtt_seg() 327 struct mthca_mtt *mtt, int start_index, in mthca_arbel_write_mtt_seg() argument 333 int s = start_index * sizeof (u64); in mthca_arbel_write_mtt_seg() 356 int start_index, u64 *buffer_list, int list_len) in mthca_write_mtt() argument 363 return __mthca_write_mtt(dev, mtt, start_index, buffer_list, list_len); in mthca_write_mtt() 368 mthca_arbel_write_mtt_seg(dev, mtt, start_index, in mthca_write_mtt() [all …]
|
| /linux/fs/ntfs/ |
| H A D | bitmap.c | 18 pgoff_t index, start_index, end_index; in ntfs_trim_fs() local 48 start_index = start_cluster >> 15; in ntfs_trim_fs() 51 for (index = start_index; index < end_index; index++) { in ntfs_trim_fs()
|
| /linux/fs/squashfs/ |
| H A D | page_actor.c | 111 struct page **page, int pages, int length, loff_t start_index) in squashfs_page_actor_init_special() argument 133 actor->next_index = start_index >> PAGE_SHIFT; in squashfs_page_actor_init_special()
|
| H A D | page_actor.h | 33 loff_t start_index);
|
| H A D | file.c | 400 int start_index = folio->index & ~mask, end_index = start_index | mask; in squashfs_copy_cache() local 408 for (i = start_index; i <= end_index && bytes > 0; i++, in squashfs_copy_cache()
|
| /linux/drivers/mailbox/ |
| H A D | riscv-sbi-mpxy-mbox.c | 161 u32 remaining, returned, count, start_index = 0; in mpxy_get_channel_ids() local 173 start_index, 0, 0, 0, 0, 0); in mpxy_get_channel_ids() 180 count = returned < (channel_count - start_index) ? in mpxy_get_channel_ids() 181 returned : (channel_count - start_index); in mpxy_get_channel_ids() 182 memcpy_from_le32(&channel_ids[start_index], sdata->channel_array, count); in mpxy_get_channel_ids() 183 start_index += count; in mpxy_get_channel_ids() 184 } while (remaining && start_index < channel_count); in mpxy_get_channel_ids()
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-desc.c | 427 unsigned int start_index, cur_index; in xgbe_map_tx_skb() local 434 start_index = ring->cur; in xgbe_map_tx_skb() 542 packet->rdesc_count = cur_index - start_index; in xgbe_map_tx_skb() 549 while (start_index < cur_index) { in xgbe_map_tx_skb() 550 rdata = XGBE_GET_DESC_DATA(ring, start_index++); in xgbe_map_tx_skb()
|
| /linux/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac-desc.c | 498 unsigned int start_index, cur_index; in xlgmac_map_tx_skb() local 508 start_index = ring->cur; in xlgmac_map_tx_skb() 618 pkt_info->desc_count = cur_index - start_index; in xlgmac_map_tx_skb() 623 while (start_index < cur_index) { in xlgmac_map_tx_skb() 624 desc_data = XLGMAC_GET_DESC_DATA(ring, start_index++); in xlgmac_map_tx_skb()
|
| H A D | dwc-xlgmac-hw.c | 711 int start_index = ring->cur; in xlgmac_dev_xmit() local 872 if (cur_index != start_index) in xlgmac_dev_xmit() 920 for (i = cur_index - start_index + 1; i < pkt_info->desc_count; i++) { in xlgmac_dev_xmit() 983 desc_data = XLGMAC_GET_DESC_DATA(ring, start_index); in xlgmac_dev_xmit() 991 xlgmac_dump_tx_desc(pdata, ring, start_index, in xlgmac_dev_xmit() 1006 channel->name, start_index & (ring->dma_desc_count - 1), in xlgmac_dev_xmit() 1060 int start_index = ring->cur; in xlgmac_tx_desc_init() local 1075 desc_data = XLGMAC_GET_DESC_DATA(ring, start_index); in xlgmac_tx_desc_init() 1143 unsigned int start_index = ring->cur; in xlgmac_rx_desc_init() local 1159 desc_data = XLGMAC_GET_DESC_DATA(ring, start_index); in xlgmac_rx_desc_init() [all …]
|
| /linux/tools/bpf/bpftool/ |
| H A D | xlated_dumper.h | 39 unsigned int start_index,
|
| /linux/drivers/tty/vt/ |
| H A D | gen_ucs_fallback_table.py | 313 start_index = 0 319 start_index += count
|
| /linux/drivers/scsi/ |
| H A D | 3w-9xxx.c | 646 unsigned char event_index, start_index; in twa_chrdev_ioctl() local 796 start_index = tw_dev->error_index; in twa_chrdev_ioctl() 802 start_index = 0; in twa_chrdev_ioctl() 804 …event_index = (start_index + sequence_id - tw_dev->event_queue[start_index]->sequence_id + 1) % TW… in twa_chrdev_ioctl() 825 start_index = tw_dev->error_index; in twa_chrdev_ioctl() 831 start_index = 0; in twa_chrdev_ioctl() 833 …event_index = (start_index + sequence_id - tw_dev->event_queue[start_index]->sequence_id - 1) % TW… in twa_chrdev_ioctl()
|
| /linux/fs/btrfs/ |
| H A D | defrag.c | 1360 pgoff_t start_index; in btrfs_defrag_file() local 1410 start_index = cur >> PAGE_SHIFT; in btrfs_defrag_file() 1411 if (start_index < inode->vfs_inode.i_mapping->writeback_index) in btrfs_defrag_file() 1412 inode->vfs_inode.i_mapping->writeback_index = start_index; in btrfs_defrag_file()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | fw_tracer.c | 979 u32 index, start_index, end_index; in mlx5_fw_tracer_get_saved_traces_objects() local 988 start_index = saved_traces_index; in mlx5_fw_tracer_get_saved_traces_objects() 990 start_index = 0; in mlx5_fw_tracer_get_saved_traces_objects() 994 index = start_index; in mlx5_fw_tracer_get_saved_traces_objects()
|
| /linux/net/can/ |
| H A D | isotp.c | 391 static int check_optimized(struct canfd_frame *cf, int start_index) in check_optimized() argument 399 return (cf->len != start_index); in check_optimized() 407 return (cf->len != padlen(start_index)); in check_optimized() 412 int start_index, u8 content) in check_pad() argument 419 return check_optimized(cf, start_index); in check_pad() 432 for (i = start_index; i < cf->len; i++) in check_pad()
|
| /linux/drivers/video/fbdev/via/ |
| H A D | hw.c | 973 int start_index, end_index, cr_index; in viafb_load_reg() local 979 start_index = reg[i].start_bit; in viafb_load_reg() 984 for (j = start_index; j <= end_index; j++) { in viafb_load_reg() 989 data | ((get_bit >> shift_next_reg) << start_index); in viafb_load_reg()
|
| /linux/fs/smb/server/ |
| H A D | smb2pdu.h | 412 int find_matching_smb2_dialect(int start_index, __le16 *cli_dialects,
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_core.h | 276 u32 start_index; member
|