tablesize         122 drivers/iio/adc/qcom-vadc-common.c 				      u32 tablesize, s32 input, int *output)
tablesize         131 drivers/iio/adc/qcom-vadc-common.c 	if (tablesize > 1) {
tablesize         136 drivers/iio/adc/qcom-vadc-common.c 	while (i < tablesize) {
tablesize         152 drivers/iio/adc/qcom-vadc-common.c 	} else if (i == tablesize) {
tablesize         153 drivers/iio/adc/qcom-vadc-common.c 		*output = pts[tablesize - 1].y;
tablesize        1859 drivers/scsi/sg.c sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize)
tablesize        1861 drivers/scsi/sg.c 	int sg_bufflen = tablesize * sizeof(struct page *);
tablesize        1868 drivers/scsi/sg.c 	return tablesize;	/* number of scat_gath elements allocated */
tablesize        1268 fs/xfs/libxfs/xfs_attr_leaf.c 	int			tablesize;
tablesize        1285 fs/xfs/libxfs/xfs_attr_leaf.c 	tablesize = (ichdr.count + 1) * sizeof(xfs_attr_leaf_entry_t)
tablesize        1288 fs/xfs/libxfs/xfs_attr_leaf.c 		if (tablesize > ichdr.firstused) {
tablesize        1996 fs/xfs/libxfs/xfs_attr_leaf.c 	int			tablesize;
tablesize        2021 fs/xfs/libxfs/xfs_attr_leaf.c 	tablesize = ichdr.count * sizeof(xfs_attr_leaf_entry_t)
tablesize        2030 fs/xfs/libxfs/xfs_attr_leaf.c 		if (ichdr.freemap[i].base == tablesize) {