Searched refs:max_id (Results 1 – 14 of 14) sorted by relevance
/linux-4.19.296/drivers/xen/ |
D | pcpu.c | 361 int cpu_id = 0, max_id = 0; in xen_pcpu_id() local 365 while (cpu_id <= max_id) { in xen_pcpu_id() 374 if (op.u.pcpu_info.max_present > max_id) in xen_pcpu_id() 375 max_id = op.u.pcpu_info.max_present; in xen_pcpu_id()
|
/linux-4.19.296/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-4.19.296/drivers/clk/tegra/ |
D | clk-bpmp.c | 326 if (response.max_id > INT_MAX) in tegra_bpmp_clk_get_max_id() 329 return response.max_id; in tegra_bpmp_clk_get_max_id() 405 unsigned int max_id, id, count = 0; in tegra_bpmp_probe_clocks() local 413 max_id = err; in tegra_bpmp_probe_clocks() 415 dev_dbg(bpmp->dev, "maximum clock ID: %u\n", max_id); in tegra_bpmp_probe_clocks() 417 clocks = kcalloc(max_id + 1, sizeof(*clocks), GFP_KERNEL); in tegra_bpmp_probe_clocks() 421 for (id = 0; id <= max_id; id++) { in tegra_bpmp_probe_clocks()
|
/linux-4.19.296/include/soc/tegra/ |
D | bpmp-abi.h | 682 uint32_t max_id; member 960 uint32_t max_id; member 1290 uint32_t max_id; member
|
/linux-4.19.296/fs/ |
D | fs-writeback.c | 645 int max_id; in wbc_detach_inode() local 656 max_id = wbc->wb_id; in wbc_detach_inode() 659 max_id = wbc->wb_lcand_id; in wbc_detach_inode() 662 max_id = wbc->wb_tcand_id; in wbc_detach_inode() 695 if (wbc->wb_id != max_id) in wbc_detach_inode() 706 inode_switch_wbs(inode, max_id); in wbc_detach_inode() 713 inode->i_wb_frn_winner = max_id; in wbc_detach_inode()
|
/linux-4.19.296/drivers/s390/char/ |
D | sclp_cmd.c | 465 u16 max_id; member 529 sclp_max_storage_id = sccb->max_id; in sclp_detect_standby_memory()
|
/linux-4.19.296/include/scsi/ |
D | scsi_host.h | 580 unsigned int max_id; member
|
/linux-4.19.296/include/uapi/linux/ |
D | btrfs.h | 229 __u64 max_id; /* out */ member
|
/linux-4.19.296/drivers/s390/scsi/ |
D | zfcp_scsi.c | 469 adapter->scsi_host->max_id = 511; in zfcp_scsi_adapter_register()
|
/linux-4.19.296/drivers/message/fusion/ |
D | mptbase.c | 3262 int max_id; in GetPortFacts() local 3309 max_id = (ioc->bus_type == SAS) ? pfacts->PortSCSIID : in GetPortFacts() 3311 ioc->devices_per_bus = (max_id > 255) ? 256 : max_id; in GetPortFacts() 3312 ioc->number_of_buses = (ioc->devices_per_bus < 256) ? 1 : max_id/256; in GetPortFacts() 3321 ioc->number_of_buses = (max_id > 255) ? 255 : max_id; in GetPortFacts()
|
D | mptfc.c | 1252 sh->max_id = ioc->pfacts->MaxDevices; in mptfc_probe()
|
D | mptspi.c | 1450 sh->max_id = ioc->devices_per_bus; in mptspi_probe()
|
D | mptsas.c | 5206 sh->max_id = -1; in mptsas_probe()
|
/linux-4.19.296/fs/btrfs/ |
D | ioctl.c | 3192 if (device->devid > fi_args->max_id) in btrfs_ioctl_fs_info() 3193 fi_args->max_id = device->devid; in btrfs_ioctl_fs_info()
|