Searched refs:tablesize (Results 1 – 3 of 3) sorted by relevance
51 u32 tablesize, s32 input, s64 *output) in qcom_vadc_map_voltage_temp() argument60 if (tablesize > 1) { in qcom_vadc_map_voltage_temp()65 while (i < tablesize) { in qcom_vadc_map_voltage_temp()81 } else if (i == tablesize) { in qcom_vadc_map_voltage_temp()82 *output = pts[tablesize - 1].y; in qcom_vadc_map_voltage_temp()
1250 int tablesize; in xfs_attr3_leaf_add() local1267 tablesize = (ichdr.count + 1) * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_add()1270 if (tablesize > ichdr.firstused) { in xfs_attr3_leaf_add()1978 int tablesize; in xfs_attr3_leaf_remove() local2003 tablesize = ichdr.count * sizeof(xfs_attr_leaf_entry_t) in xfs_attr3_leaf_remove()2012 if (ichdr.freemap[i].base == tablesize) { in xfs_attr3_leaf_remove()
1860 sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize) in sg_build_sgat() argument1862 int sg_bufflen = tablesize * sizeof(struct page *); in sg_build_sgat()1869 return tablesize; /* number of scat_gath elements allocated */ in sg_build_sgat()