Searched refs:bytes_total (Results 1 – 4 of 4) sorted by relevance
73 uint32_t bytes_total; /* # of acked bytes during a RTT */ member135 dctcp_data->bytes_total += bytes_acked; in dctcp_ack_received()183 dctcp_data->bytes_total = 0; in dctcp_after_idle()214 dctcp_data->bytes_total = 0; in dctcp_cb_init()283 dctcp_data->bytes_total = 0; in dctcp_cong_signal()397 dctcp_data->bytes_total = max(dctcp_data->bytes_total, 1); in dctcp_update_alpha()412 dctcp_data->bytes_total, MAX_ALPHA_VALUE); in dctcp_update_alpha()416 dctcp_data->bytes_total = 0; in dctcp_update_alpha()
400 size_t GetBytesTotal() const { return bytes_total; } in GetBytesTotal()402 size_t GetBytesUnused() const { return bytes_total - bytes_used; } in GetBytesUnused()403 size_t bytes_total = 0; member
77 uintmax_t bytes_inuse, bytes_incache, bytes_total; in mbpr() local279 bytes_total = bytes_inuse + bytes_incache; in mbpr()284 bytes_inuse / 1024, bytes_incache / 1024, bytes_total / 1024); in mbpr()
170 stats.bytes_total += alloc.getTotalMemory(); in GetMemoryStats()