Home
last modified time | relevance | path

Searched refs:index (Results 2976 - 3000 of 13381) sorted by relevance

1...<<111112113114115116117118119120>>...536

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_txnmgr.c54 int freetid; /* index of a free tid structure */
55 int freelock; /* index first free lock word */
263 * transaction id (tid) = tblock index in txInit()
292 * transaction lock id = tlock index in txInit()
766 linelock->index = 0; in txLock()
794 xtlck->index = 2; in txLock()
1050 maplock->index = 0; in txMaplock()
1079 linelock->index = 0; in txLinelock()
1452 PXDaddress(pxd, mp->index); in diLog()
1481 * index (withi in diLog()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H A Docelot_vcap.c1026 int index = 0; in ocelot_vcap_block_get_filter_index() local
1030 return index; in ocelot_vcap_block_get_filter_index()
1031 index++; in ocelot_vcap_block_get_filter_index()
1039 int index) in ocelot_vcap_block_find_filter_by_index()
1045 if (i == index) in ocelot_vcap_block_find_filter_by_index()
1188 int i, index, ret; in ocelot_vcap_filter_add() local
1201 /* Get the index of the inserted filter */ in ocelot_vcap_filter_add()
1202 index = ocelot_vcap_block_get_filter_index(block, filter); in ocelot_vcap_filter_add()
1203 if (index < 0) in ocelot_vcap_filter_add()
1204 return index; in ocelot_vcap_filter_add()
1038 ocelot_vcap_block_find_filter_by_index(struct ocelot_vcap_block *block, int index) ocelot_vcap_block_find_filter_by_index() argument
1244 int i, index; ocelot_vcap_filter_del() local
1281 int index; ocelot_vcap_filter_replace() local
1298 int index; ocelot_vcap_filter_stats_update() local
[all...]
/kernel/linux/linux-6.6/drivers/s390/virtio/
H A Dvirtio_ccw.c43 __u16 index; member
90 __u16 index; member
97 __u16 index; member
105 __u8 index; member
235 static struct airq_info *new_airq_info(int index) in new_airq_info() argument
251 info->summary_indicator_idx = index; in new_airq_info()
412 return virtio_ccw_do_kvm_notify(vq, vq->index); in virtio_ccw_kvm_notify()
421 struct ccw1 *ccw, int index) in virtio_ccw_read_vq_conf()
425 vcdev->dma_area->config_block.index = index; in virtio_ccw_read_vq_conf()
420 virtio_ccw_read_vq_conf(struct virtio_ccw_device *vcdev, struct ccw1 *ccw, int index) virtio_ccw_read_vq_conf() argument
442 unsigned int index = vq->index; virtio_ccw_del_vq() local
1078 virtio_ccw_vq_by_ind(struct virtio_ccw_device *vcdev, int index) virtio_ccw_vq_by_ind() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c339 hvif.index = priv->mon_vif_idx; in __ath9k_htc_remove_monitor_interface()
377 hvif.index = ffz(priv->vif_slot); in ath9k_htc_add_monitor_interface()
384 * Assign the monitor interface index as a special case here. in ath9k_htc_add_monitor_interface()
387 priv->mon_vif_idx = hvif.index; in ath9k_htc_add_monitor_interface()
388 priv->vif_slot |= (1 << hvif.index); in ath9k_htc_add_monitor_interface()
408 tsta.vif_index = hvif.index; in ath9k_htc_add_monitor_interface()
491 ista->index = sta_idx; in ath9k_htc_add_station()
503 tsta.vif_index = avp->index; in ath9k_htc_add_station()
521 avp->index, tsta.sta_index); in ath9k_htc_add_station()
527 priv->vif_sta_pos[avp->index] in ath9k_htc_add_station()
[all...]
/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H A Dpages.c6 * based and has npages in it. Accessors use 'index' to refer to the entry in
18 * The storage locations of the PFN's index are tracked in the two interval
19 * trees. If no interval includes the index then it is not pinned.
21 * If access_itree includes the PFN's index then an in-kernel access has
25 * If the domains_itree includes the PFN's index then an iommu_domain is storing
28 * the PFN's index.
45 * last_iova + 1 can overflow. An iopt_pages index will always be much less than
193 * index is the number of PAGE_SIZE units from the start of the area's
198 unsigned long index) in iopt_area_index_to_iova()
201 WARN_ON(index < iopt_area_inde in iopt_area_index_to_iova()
197 iopt_area_index_to_iova(struct iopt_area *area, unsigned long index) iopt_area_index_to_iova() argument
209 iopt_area_index_to_iova_last(struct iopt_area *area, unsigned long index) iopt_area_index_to_iova_last() argument
249 iopt_pages_find_domain_area(struct iopt_pages *pages, unsigned long index) iopt_pages_find_domain_area() argument
1415 unsigned long index; iopt_area_fill_domains() local
1496 unsigned long index; iopt_area_unfill_domains() local
1784 iopt_pages_rw_page(struct iopt_pages *pages, unsigned long index, unsigned long offset, void *data, unsigned long length, unsigned int flags) iopt_pages_rw_page() argument
1886 iopt_pages_get_exact_access(struct iopt_pages *pages, unsigned long index, unsigned long last) iopt_pages_get_exact_access() argument
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A De7xxx_edac.c358 int index, j; in e7xxx_init_csrows() local
377 for (index = 0; index < mci->nr_csrows; index++) { in e7xxx_init_csrows()
379 mem_dev = (dra >> (index * 4 + 3)) & 0x1; in e7xxx_init_csrows()
380 csrow = mci->csrows[index]; in e7xxx_init_csrows()
382 pci_read_config_byte(pdev, E7XXX_DRB + index, &value); in e7xxx_init_csrows()
385 edac_dbg(3, "(%d) cumul_size 0x%x\n", index, cumul_size); in e7xxx_init_csrows()
/kernel/linux/linux-5.10/drivers/fpga/
H A Dfpga-mgr.c255 int index; in fpga_mgr_buf_load() local
277 for (index = 0; index < nr_pages; index++) { in fpga_mgr_buf_load()
279 pages[index] = vmalloc_to_page(p); in fpga_mgr_buf_load()
281 pages[index] = kmap_to_page((void *)p); in fpga_mgr_buf_load()
282 if (!pages[index]) { in fpga_mgr_buf_load()
293 rc = sg_alloc_table_from_pages(&sgt, pages, index, offset_in_page(buf), in fpga_mgr_buf_load()
/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/
H A Dspu_task_sync.c44 * head. Head is the index to store the next value. in spu_buff_add()
163 "%s, line %d: Invalid index %d into spu info cache\n", in get_cached_info()
257 int index, end; in release_cached_info() local
261 index = 0; in release_cached_info()
266 "Invalid index %d into spu info cache\n", in release_cached_info()
271 index = spu_index; in release_cached_info()
273 for (; index < end; index++) { in release_cached_info()
274 if (spu_info[index]) { in release_cached_info()
275 kref_put(&spu_info[index] in release_cached_info()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Ddlpar.c349 hp_elog->_drc_u.ic.index = in handle_dlpar_errorlog()
350 be32_to_cpu(hp_elog->_drc_u.ic.index); in handle_dlpar_errorlog()
446 u32 count, index; in dlpar_parse_id_type() local
471 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type()
477 hp_elog->_drc_u.ic.index = cpu_to_be32(index); in dlpar_parse_id_type()
478 } else if (sysfs_streq(arg, "index")) { in dlpar_parse_id_type()
486 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type()
491 hp_elog->_drc_u.drc_index = cpu_to_be32(index); in dlpar_parse_id_type()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dnvram.c99 static ssize_t core99_nvram_read(char *buf, size_t count, loff_t *index) in core99_nvram_read() argument
105 if (*index > NVRAM_SIZE) in core99_nvram_read()
108 i = *index; in core99_nvram_read()
113 *index = i + count; in core99_nvram_read()
117 static ssize_t core99_nvram_write(char *buf, size_t count, loff_t *index) in core99_nvram_write() argument
123 if (*index > NVRAM_SIZE) in core99_nvram_write()
126 i = *index; in core99_nvram_write()
131 *index = i + count; in core99_nvram_write()
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dtraps_32.c88 int ret, index, count; in handle_unaligned_ins() local
93 index = (instruction>>8)&15; /* 0x0F00 */ in handle_unaligned_ins()
94 rn = &regs->regs[index]; in handle_unaligned_ins()
96 index = (instruction>>4)&15; /* 0x00F0 */ in handle_unaligned_ins()
97 rm = &regs->regs[index]; in handle_unaligned_ins()
307 int ret, index; in handle_unaligned_access() local
315 index = (instruction>>8)&15; /* 0x0F00 */ in handle_unaligned_access()
316 rm = regs->regs[index]; in handle_unaligned_access()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dcore_mcpcia.c91 unsigned long mid = MCPCIA_HOSE2MID(hose->index); in conf_read()
139 unsigned long mid = MCPCIA_HOSE2MID(hose->index); in conf_write()
179 bus, devfn, hose->index, where, pci_addr, type1)); in mk_conf_addr()
250 *(vuip)MCPCIA_SG_TBIA(MCPCIA_HOSE2MID(hose->index)) = 0; in mcpcia_pci_tbi()
311 hose->index = h; in mcpcia_new_hose()
348 int mid = MCPCIA_HOSE2MID(hose->index); in mcpcia_startup_hose()
556 hose->index, iodpp->base); in mcpcia_print_system_area()
598 mcpcia_pci_clr_err(MCPCIA_HOSE2MID(hose->index)); in mcpcia_machine_check()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-lpc18xx.c211 int ret, index; in lpc18xx_gpio_pin_ic_probe() local
226 index = of_property_match_string(dev->of_node, "reg-names", in lpc18xx_gpio_pin_ic_probe()
228 if (index < 0) { in lpc18xx_gpio_pin_ic_probe()
233 ret = of_address_to_resource(dev->of_node, index, &res); in lpc18xx_gpio_pin_ic_probe()
331 int index, ret; in lpc18xx_gpio_probe() local
340 index = of_property_match_string(dev->of_node, "reg-names", "gpio"); in lpc18xx_gpio_probe()
341 if (index < 0) { in lpc18xx_gpio_probe()
347 ret = of_address_to_resource(dev->of_node, index, &res); in lpc18xx_gpio_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp.c294 HDCP_TOP_INTERFACE_TRACE_WITH_INDEX(hdcp, display->index); in mod_hdcp_add_display()
304 if (get_active_display_at_index(hdcp, display->index)) { in mod_hdcp_add_display()
347 uint8_t index, struct mod_hdcp_output *output) in mod_hdcp_remove_display()
352 HDCP_TOP_INTERFACE_TRACE_WITH_INDEX(hdcp, index); in mod_hdcp_remove_display()
356 display = get_active_display_at_index(hdcp, index); in mod_hdcp_remove_display()
374 status = mod_hdcp_remove_display_from_topology(hdcp, index); in mod_hdcp_remove_display()
390 uint8_t index, struct mod_hdcp_display_query *query) in mod_hdcp_query_display()
396 display = get_active_display_at_index(hdcp, index); in mod_hdcp_query_display()
346 mod_hdcp_remove_display(struct mod_hdcp *hdcp, uint8_t index, struct mod_hdcp_output *output) mod_hdcp_remove_display() argument
389 mod_hdcp_query_display(struct mod_hdcp *hdcp, uint8_t index, struct mod_hdcp_display_query *query) mod_hdcp_query_display() argument
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dcore_mcpcia.c91 unsigned long mid = MCPCIA_HOSE2MID(hose->index); in conf_read()
139 unsigned long mid = MCPCIA_HOSE2MID(hose->index); in conf_write()
179 bus, devfn, hose->index, where, pci_addr, type1)); in mk_conf_addr()
250 *(vuip)MCPCIA_SG_TBIA(MCPCIA_HOSE2MID(hose->index)) = 0; in mcpcia_pci_tbi()
311 hose->index = h; in mcpcia_new_hose()
348 int mid = MCPCIA_HOSE2MID(hose->index); in mcpcia_startup_hose()
556 hose->index, iodpp->base); in mcpcia_print_system_area()
598 mcpcia_pci_clr_err(MCPCIA_HOSE2MID(hose->index)); in mcpcia_machine_check()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dnvram.c99 static ssize_t core99_nvram_read(char *buf, size_t count, loff_t *index) in core99_nvram_read() argument
105 if (*index > NVRAM_SIZE) in core99_nvram_read()
108 i = *index; in core99_nvram_read()
113 *index = i + count; in core99_nvram_read()
117 static ssize_t core99_nvram_write(char *buf, size_t count, loff_t *index) in core99_nvram_write() argument
123 if (*index > NVRAM_SIZE) in core99_nvram_write()
126 i = *index; in core99_nvram_write()
131 *index = i + count; in core99_nvram_write()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Ddlpar.c350 hp_elog->_drc_u.ic.index = in handle_dlpar_errorlog()
351 be32_to_cpu(hp_elog->_drc_u.ic.index); in handle_dlpar_errorlog()
447 u32 count, index; in dlpar_parse_id_type() local
472 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type()
478 hp_elog->_drc_u.ic.index = cpu_to_be32(index); in dlpar_parse_id_type()
479 } else if (sysfs_streq(arg, "index")) { in dlpar_parse_id_type()
487 if (kstrtou32(arg, 0, &index)) { in dlpar_parse_id_type()
492 hp_elog->_drc_u.drc_index = cpu_to_be32(index); in dlpar_parse_id_type()
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dtraps_32.c105 int ret, index, count; in handle_unaligned_ins() local
110 index = (instruction>>8)&15; /* 0x0F00 */ in handle_unaligned_ins()
111 rn = &regs->regs[index]; in handle_unaligned_ins()
113 index = (instruction>>4)&15; /* 0x00F0 */ in handle_unaligned_ins()
114 rm = &regs->regs[index]; in handle_unaligned_ins()
324 int ret, index; in handle_unaligned_access() local
332 index = (instruction>>8)&15; /* 0x0F00 */ in handle_unaligned_access()
333 rm = regs->regs[index]; in handle_unaligned_access()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.c172 if ((node->index < loffset) || in opa_vnic_query_mac_tbl()
173 (node->index >= (loffset + lnum_entries))) in opa_vnic_query_mac_tbl()
176 /* populate entry in the tbl corresponding to the index */ in opa_vnic_query_mac_tbl()
177 entry = &tbl->tbl_entries[node->index - loffset]; in opa_vnic_query_mac_tbl()
247 node->index = loffset + i; in opa_vnic_update_mac_tbl()
264 if ((node->index >= loffset) && in opa_vnic_update_mac_tbl()
265 (node->index < (loffset + lnum_entries))) in opa_vnic_update_mac_tbl()
274 new_node->index = node->index; in opa_vnic_update_mac_tbl()
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
H A Dvpif.h397 static inline void disable_raw_feature(u8 channel_id, u8 index) in disable_raw_feature() argument
405 if (1 == index) in disable_raw_feature()
411 static inline void enable_raw_feature(u8 channel_id, u8 index) in enable_raw_feature() argument
419 if (1 == index) in enable_raw_feature()
493 static inline void channel2_raw_enable(int enable, u8 index) in channel2_raw_enable() argument
497 if (1 == index) in channel2_raw_enable()
509 static inline void channel3_raw_enable(int enable, u8 index) in channel3_raw_enable() argument
513 if (1 == index) in channel3_raw_enable()
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dhost.c78 ida_simple_remove(&mmc_host_ida, host->index); in mmc_host_classdev_release()
427 * mmc_first_nonreserved_index() - get the first index that is not reserved
449 int index; in mmc_alloc_host() local
462 index = alias_id; in mmc_alloc_host()
467 index = ida_simple_get(&mmc_host_ida, min_idx, max_idx, GFP_KERNEL); in mmc_alloc_host()
468 if (index < 0) { in mmc_alloc_host()
474 host->index = index; in mmc_alloc_host()
476 dev_set_name(&host->class_dev, "mmc%d", host->index); in mmc_alloc_host()
/kernel/linux/linux-5.10/drivers/tty/
H A Dehv_bytechan.c288 static struct tty_driver *ehv_bc_console_device(struct console *co, int *index) in ehv_bc_console_device() argument
290 *index = co->index; in ehv_bc_console_device()
330 add_preferred_console(ehv_bc_console.name, ehv_bc_console.index, NULL); in ehv_bc_console_init()
511 struct ehv_bc_data *bc = &bcs[ttys->index]; in ehv_bc_tty_open()
526 struct ehv_bc_data *bc = &bcs[ttys->index]; in ehv_bc_tty_close()
674 static unsigned int index = 1; in ehv_bc_tty_probe() local
684 /* We already told the console layer that the index for the console in ehv_bc_tty_probe()
685 * device is zero, so we need to make sure that we use that index when in ehv_bc_tty_probe()
689 i = (handle == stdout_bc) ? 0 : index in ehv_bc_tty_probe()
[all...]
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H A Dtfc_conf.c223 unsigned long index; in ft_add_tpg() local
229 * Name must be "tpgt_" followed by the index. in ft_add_tpg()
234 ret = kstrtoul(name + 5, 10, &index); in ft_add_tpg()
237 if (index > UINT_MAX) in ft_add_tpg()
240 if ((index != 1)) { in ft_add_tpg()
249 tpg->index = index; in ft_add_tpg()
398 return ft_tpg(se_tpg)->index; in ft_get_tag()
412 return ft_tpg(se_tpg)->index; in ft_tpg_get_inst_index()
/kernel/linux/linux-5.10/tools/perf/Documentation/
H A DMakefile22 API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt)))
24 SP_ARTICLES += technical/api-index
271 $(OUTPUT)howto-index.txt $(OUTPUT)howto/*.html $(OUTPUT)doc.dep \
272 $(OUTPUT)technical/api-*.html $(OUTPUT)technical/api-index.txt \
341 howto-index.txt: howto-index.sh $(wildcard howto/*.txt)
343 '$(SHELL_PATH_SQ)' ./howto-index.sh $(wildcard howto/*.txt) >$@+ && \
/kernel/linux/linux-5.10/sound/soc/ti/
H A Ddavinci-evm.c475 int index; in evm_init() local
489 index = 0; in evm_init()
492 index = 1; in evm_init()
495 index = 0; in evm_init()
498 index = 0; in evm_init()
501 index = 1; in evm_init()
504 index = 0; in evm_init()
508 evm_snd_device = platform_device_alloc("soc-audio", index); in evm_init()

Completed in 29 milliseconds

1...<<111112113114115116117118119120>>...536