Home
last modified time | relevance | path

Searched refs:tid_cnt (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/dlfilters/
H A Ddlfilter-show-cycles.c34 static int tid_cnt; variable
61 if (tid_cnt >= TABLEMAX) { in find_entry()
66 tid_cnt += 1; in find_entry()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dni_dpm.h163 u32 tid_cnt; member
H A Dni_dpm.c3157 reg |= (TID_CNT(ni_pi->cac_weights->tid_cnt) | in ni_initialize_smc_cac_tables()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dni_dpm.h163 u32 tid_cnt; member
H A Dni_dpm.c3158 reg |= (TID_CNT(ni_pi->cac_weights->tid_cnt) | in ni_initialize_smc_cac_tables()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dgdth.c1426 reserve_list[i+2] < ha->tid_cnt && reserve_list[i+3] < MAXLUN) { in gdth_search_drives()
1649 if (b == ha->bus_cnt && t == ha->tid_cnt-1) { in gdth_next()
3891 for (j = 0; j < ha->tid_cnt; ++j) in gdth_ioctl()
3897 for (j = 0; j < ha->tid_cnt; ++j) in gdth_ioctl()
4071 ha->tid_cnt = pdev->device >= 0x200 ? MAXID : MAX_HDRIVES; in gdth_pci_probe_one()
4072 if (max_ids > 0 && max_ids < ha->tid_cnt) in gdth_pci_probe_one()
4073 ha->tid_cnt = max_ids; in gdth_pci_probe_one()
4107 shp->max_id = ha->tid_cnt; in gdth_pci_probe_one()
H A Dgdth.h887 u8 tid_cnt; /* Target ID count */ member

Completed in 22 milliseconds