/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | mapping.c | 21 unsigned long max_id; member 64 err = xa_alloc(&ctx->xarray, &mi->id, mi, XA_LIMIT(1, ctx->max_id), in mapping_add() 195 mapping_create(size_t data_size, u32 max_id, bool delayed_removal) in mapping_create() argument 203 ctx->max_id = max_id ? max_id : UINT_MAX; in mapping_create() 223 mapping_create_for_id(u64 id, u8 type, size_t data_size, u32 max_id, bool delayed_removal) in mapping_create_for_id() argument 236 ctx = mapping_create(data_size, max_id, delayed_removal); in mapping_create_for_id()
|
D | mapping.h | 23 struct mapping_ctx *mapping_create(size_t data_size, u32 max_id, 30 mapping_create_for_id(u64 id, u8 type, size_t data_size, u32 max_id, bool delayed_removal);
|
/linux-6.1.9/drivers/soc/ti/ |
D | ti_sci_pm_domains.c | 125 u32 max_id = 0; in ti_sci_pm_domain_probe() local 156 if (args.args[0] > max_id) in ti_sci_pm_domain_probe() 157 max_id = args.args[0]; in ti_sci_pm_domain_probe() 183 devm_kcalloc(dev, max_id + 1, in ti_sci_pm_domain_probe() 189 pd_provider->data.num_domains = max_id + 1; in ti_sci_pm_domain_probe()
|
/linux-6.1.9/arch/powerpc/mm/book3s64/ |
D | mmu_context.c | 29 static int alloc_context_id(int min_id, int max_id) in alloc_context_id() argument 31 return ida_alloc_range(&mmu_context_ida, min_id, max_id, GFP_KERNEL); in alloc_context_id() 167 int index, max_id; in radix__init_new_context() local 169 max_id = (1 << mmu_pid_bits) - 1; in radix__init_new_context() 170 index = alloc_context_id(mmu_base_pid, max_id); in radix__init_new_context()
|
/linux-6.1.9/drivers/soc/tegra/ |
D | powergate-bpmp.c | 112 return response.get_max_id.max_id; in tegra_bpmp_powergate_get_max_id() 216 unsigned int max_id, id, count = 0; in tegra_bpmp_probe_powergates() local 224 max_id = err; in tegra_bpmp_probe_powergates() 226 dev_dbg(bpmp->dev, "maximum powergate ID: %u\n", max_id); in tegra_bpmp_probe_powergates() 228 powergates = kcalloc(max_id + 1, sizeof(*powergates), GFP_KERNEL); in tegra_bpmp_probe_powergates() 232 for (id = 0; id <= max_id; id++) { in tegra_bpmp_probe_powergates()
|
/linux-6.1.9/drivers/soc/bcm/bcm63xx/ |
D | bcm-pmb.c | 280 int max_id; in bcm_pmb_probe() local 301 max_id = 0; in bcm_pmb_probe() 303 max_id = max(max_id, e->id); in bcm_pmb_probe() 305 pmb->genpd_onecell_data.num_domains = max_id + 1; in bcm_pmb_probe()
|
/linux-6.1.9/drivers/thermal/intel/ |
D | x86_pkg_temp_thermal.c | 64 static int max_id __read_mostly; 102 if (id >= 0 && id < max_id) in pkg_temp_thermal_get_dev() 338 if (id >= max_id) in pkg_temp_thermal_device_add() 501 max_id = topology_max_packages() * topology_max_die_per_package(); in pkg_temp_thermal_init() 502 zones = kcalloc(max_id, sizeof(struct zone_device *), in pkg_temp_thermal_init()
|
/linux-6.1.9/drivers/clk/tegra/ |
D | clk-bpmp.c | 328 if (response.max_id > INT_MAX) in tegra_bpmp_clk_get_max_id() 331 return response.max_id; in tegra_bpmp_clk_get_max_id() 407 unsigned int max_id, id, count = 0; in tegra_bpmp_probe_clocks() local 415 max_id = err; in tegra_bpmp_probe_clocks() 417 dev_dbg(bpmp->dev, "maximum clock ID: %u\n", max_id); in tegra_bpmp_probe_clocks() 419 clocks = kcalloc(max_id + 1, sizeof(*clocks), GFP_KERNEL); in tegra_bpmp_probe_clocks() 423 for (id = 0; id <= max_id; id++) { in tegra_bpmp_probe_clocks()
|
/linux-6.1.9/drivers/s390/char/ |
D | sclp_early_core.c | 319 int rc, id, max_id = 0; in sclp_early_read_storage_info() local 333 for (id = 0; id <= max_id; id++) { in sclp_early_read_storage_info() 341 max_id = sccb->max_id; in sclp_early_read_storage_info()
|
/linux-6.1.9/drivers/misc/ocxl/ |
D | pasid.c | 24 static int range_alloc(struct list_head *head, u32 size, int max_id, in range_alloc() argument 47 if (new->end > max_id) { in range_alloc()
|
/linux-6.1.9/fs/ntfs3/ |
D | record.c | 36 u16 free_id, max_id, t16; in mi_new_attt_id() local 50 max_id = 0; in mi_new_attt_id() 57 rec->next_attr_id = cpu_to_le16(max_id + 1); in mi_new_attt_id() 66 } else if (max_id < t16) in mi_new_attt_id() 67 max_id = t16; in mi_new_attt_id()
|
/linux-6.1.9/sound/soc/intel/avs/ |
D | utils.c | 196 int ret, idx, max_id; in avs_module_id_alloc() local 206 max_id = adev->mods_info->entries[idx].instance_max_count - 1; in avs_module_id_alloc() 207 ret = ida_alloc_max(adev->mod_idas[idx], max_id, GFP_KERNEL); in avs_module_id_alloc()
|
/linux-6.1.9/tools/perf/util/ |
D | syscalltbl.h | 8 int max_id; member
|
D | syscalltbl.c | 86 tbl->syscalls.max_id = syscalltbl_native_max_id; in syscalltbl__init_native()
|
/linux-6.1.9/drivers/scsi/ |
D | stex.c | 353 unsigned int max_id; member 637 if (hba->cardtype == st_shasta || id == host->max_id - 1) { in stex_queuecommand_lck() 643 if (id == host->max_id - 1) { in stex_queuecommand_lck() 655 if (id != host->max_id - 1) in stex_queuecommand_lck() 674 .console_id = host->max_id - 1, in stex_queuecommand_lck() 1537 .max_id = 17, 1550 .max_id = 129, 1563 .max_id = 2, 1576 .max_id = 129, 1589 .max_id = 129, [all …]
|
D | vmw_pvscsi.c | 1355 u32 max_id; in pvscsi_probe() local 1417 max_id = pvscsi_get_max_targets(adapter); in pvscsi_probe() 1418 printk(KERN_INFO "vmw_pvscsi: max_id: %u\n", max_id); in pvscsi_probe() 1425 pvscsi_ring_pages = (max_id > 16) ? in pvscsi_probe() 1460 host->max_id = max_id; in pvscsi_probe()
|
D | jazz_esp.c | 119 host->max_id = 8; in esp_jazz_probe()
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_debugfs.c | 1166 int aura, rc, max_id; in rvu_dbg_npa_ctx_display() local 1206 max_id = pfvf->aura_ctx->qsize; in rvu_dbg_npa_ctx_display() 1209 max_id = pfvf->pool_ctx->qsize; in rvu_dbg_npa_ctx_display() 1213 if (id < 0 || id >= max_id) { in rvu_dbg_npa_ctx_display() 1216 max_id - 1); in rvu_dbg_npa_ctx_display() 1223 max_id = id + 1; in rvu_dbg_npa_ctx_display() 1225 for (aura = id; aura < max_id; aura++) { in rvu_dbg_npa_ctx_display() 1244 int max_id = 0; in write_npa_ctx() local 1257 max_id = pfvf->aura_ctx->qsize; in write_npa_ctx() 1263 max_id = pfvf->pool_ctx->qsize; in write_npa_ctx() [all …]
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_ulp.c | 451 unsigned long *events_bmap, u16 max_id) in bnxt_register_async_events() argument 464 ulp->max_async_event_id = max_id; in bnxt_register_async_events() 465 bnxt_hwrm_func_drv_rgtr(bp, events_bmap, max_id + 1, true); in bnxt_register_async_events()
|
/linux-6.1.9/drivers/tee/ |
D | tee_core.c | 886 int rc, max_id; in tee_device_alloc() local 900 max_id = TEE_NUM_DEVICES / 2; in tee_device_alloc() 904 max_id = TEE_NUM_DEVICES; in tee_device_alloc() 908 teedev->id = find_next_zero_bit(dev_mask, max_id, offs); in tee_device_alloc() 909 if (teedev->id < max_id) in tee_device_alloc() 913 if (teedev->id >= max_id) { in tee_device_alloc()
|
/linux-6.1.9/include/soc/tegra/ |
D | bpmp-abi.h | 950 uint32_t max_id; member 1232 uint32_t max_id; member 1594 uint32_t max_id; member
|
/linux-6.1.9/fs/ |
D | fs-writeback.c | 767 int max_id; in wbc_detach_inode() local 778 max_id = wbc->wb_id; in wbc_detach_inode() 781 max_id = wbc->wb_lcand_id; in wbc_detach_inode() 784 max_id = wbc->wb_tcand_id; in wbc_detach_inode() 817 if (wbc->wb_id != max_id) in wbc_detach_inode() 831 inode_switch_wbs(inode, max_id); in wbc_detach_inode() 838 inode->i_wb_frn_winner = max_id; in wbc_detach_inode()
|
/linux-6.1.9/drivers/scsi/aacraid/ |
D | linit.c | 1334 class_to_shost(device)->max_id); in aac_show_max_id() 1761 shost->max_id = aac->maximum_num_containers; in aac_probe_one() 1762 if (shost->max_id < aac->maximum_num_physicals) in aac_probe_one() 1763 shost->max_id = aac->maximum_num_physicals; in aac_probe_one() 1764 if (shost->max_id < MAXIMUM_NUM_CONTAINERS) in aac_probe_one() 1765 shost->max_id = MAXIMUM_NUM_CONTAINERS; in aac_probe_one() 1767 shost->this_id = shost->max_id; in aac_probe_one()
|
/linux-6.1.9/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 71 static int max_id = 64; variable 96 module_param_named(max_id, max_id, int, S_IRUGO | S_IWUSR); 97 MODULE_PARM_DESC(max_id, "Largest ID value for each channel [Default=64]"); 2275 host->max_id = max_id; in ibmvscsi_probe() 2281 host->max_id, host->max_lun, host->max_channel); in ibmvscsi_probe()
|
/linux-6.1.9/drivers/scsi/snic/ |
D | snic_disc.c | 81 ntgts = min_t(u32, snic->fwinfo.max_tgts, snic->shost->max_id); in snic_queue_report_tgt_req() 83 ntgts = snic->shost->max_id; in snic_queue_report_tgt_req()
|