Lines Matching defs:total
371 int total = ret = iov_iter_count(iter);
375 gossip_debug(GOSSIP_DEV_DEBUG, "%s: total:%d: ret:%zd:\n",
377 total,
380 if (total < MAX_DEV_REQ_DOWNSIZE) {
381 gossip_err("%s: total:%d: must be at least:%u:\n",
383 total,
433 * Something has gone awry if total doesn't equal the
436 if ((head_size + downcall_size + op->downcall.trailer_size) != total) {
439 ": total size:%d:\n",
444 total);