Home
last modified time | relevance | path

Searched refs:tablesize (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/iio/adc/
Dqcom-vadc-common.c347 u32 tablesize, s32 input, int *output) in qcom_vadc_map_voltage_temp() argument
354 while (i < tablesize && pts[i].x > input) in qcom_vadc_map_voltage_temp()
359 } else if (i == tablesize) { in qcom_vadc_map_voltage_temp()
360 *output = pts[tablesize - 1].y; in qcom_vadc_map_voltage_temp()
372 u32 tablesize, int input) in qcom_vadc_map_temp_voltage() argument
380 while (i < tablesize && pts[i].y < input) in qcom_vadc_map_temp_voltage()
385 if (i == tablesize) in qcom_vadc_map_temp_voltage()
386 return pts[tablesize - 1].x; in qcom_vadc_map_temp_voltage()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_attr_leaf.c1408 int tablesize; in xfs_attr3_leaf_add() local
1425 tablesize = (ichdr.count + 1) * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add()
1428 if (tablesize > ichdr.firstused) { in xfs_attr3_leaf_add()
2140 int tablesize; in xfs_attr3_leaf_remove() local
2165 tablesize = ichdr.count * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_remove()
2174 if (ichdr.freemap[i].base == tablesize) { in xfs_attr3_leaf_remove()
/linux-6.1.9/drivers/scsi/
Dsg.c1846 sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize) in sg_build_sgat() argument
1848 int sg_bufflen = tablesize * sizeof(struct page *); in sg_build_sgat()
1855 return tablesize; /* number of scat_gath elements allocated */ in sg_build_sgat()