Searched refs:totalbytes (Results 1 – 7 of 7) sorted by relevance
92 uint64_t totalbytes; /* total operated upon in history */ member590 newte->totalbytes = res->nfslog_rdresult_u.r_ok.rrok_count; in trans_read()599 pte->totalbytes += in trans_read()607 if (pte->totalbytes < in trans_read()659 newte->totalbytes = args->waargs_totcount; in trans_write()668 if (pte->totalbytes + args->waargs_totcount > in trans_write()678 pte->totalbytes += args->waargs_totcount; in trans_write()741 newte->totalbytes = 0; in trans_setattr()800 newte->totalbytes = 0; in trans_create()802 newte->totalbytes = args->ca_sa.sa_size; in trans_create()[all …]
115 lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */ member219 #define gettotalbytes(g) ((g)->totalbytes + (g)->GCdebt)
105 g->totalbytes -= (debt - g->GCdebt); in luaE_setdebt()300 g->totalbytes = sizeof(LG); in lua_newstate()
97 static long totaljob, totalbytes; variable1320 totalxfer=totalbytes=recordcnt=totaljob=totalque=0;1400 totalbytes = totalbytes + size;1452 avgxrate = totalbytes / totalxfer; in xfertime()
798 int i, totalbytes, bytesleft; in mptsas_get_handshake_msg() local824 totalbytes = (val & 0xFF) * 2; in mptsas_get_handshake_msg()833 if (totalbytes > (numbytes / 2)) { in mptsas_get_handshake_msg()836 bytesleft = (totalbytes - 2); in mptsas_get_handshake_msg()860 if (totalbytes > (numbytes / 2)) { in mptsas_get_handshake_msg()861 for (i = (numbytes / 2); i < totalbytes; i++) { in mptsas_get_handshake_msg()
201 #define _BPS_PGCNT(totalbytes) \202 ((((totalbytes) / 4096 ) * PAGE_RETIRE_LIMIT_BPS) / 10000)
4005 off_t bytes, totalbytes; in xsfile() local4012 totalbytes = (off_t)0; /* in case we read in half the file */ in xsfile()4057 totalbytes += bytes; in xsfile()4107 name, totalext, totalbytes, (long)K(TBLOCKS(totalbytes))); in xsfile()