Searched refs:loading_total_bytes (Results 1 – 3 of 3) sorted by relevance
1812 server.loading_total_bytes = 0; in startLoading()1814 server.loading_total_bytes = sb.st_size; in startLoading()
3404 off_t remaining_bytes = server.loading_total_bytes- in genRedisInfoString()3408 (server.loading_total_bytes+1)) * 100; in genRedisInfoString()3425 (unsigned long long) server.loading_total_bytes, in genRedisInfoString()
993 off_t loading_total_bytes; member