Searched refs:tot_size (Results 1 – 2 of 2) sorted by relevance
59 static off_t tot_size; variable199 bucket = tot_size / REPORTWID; in report_histogram()200 if (tot_size > bucket * REPORTWID) in report_histogram()260 (intmax_t)(tot_size - done_size), in report()261 100*(double)done_size/(double)tot_size in report()491 error = ioctl(fdr, DIOCGMEDIASIZE, &tot_size); in main()495 tot_size = sb.st_size; in main()517 if (ftruncate(fdw, tot_size) < 0) in main()519 argv[1], (intmax_t)tot_size); in main()524 done_size = read_worklist(tot_size); in main()[all …]
813 int tot_size; in mlx5_calc_send_wqe() local835 tot_size = max_int(size, inl_size); in mlx5_calc_send_wqe()837 if (tot_size > ctx->max_sq_desc_sz) in mlx5_calc_send_wqe()840 return align(tot_size, MLX5_SEND_WQE_BB); in mlx5_calc_send_wqe()