Searched refs:total (Results 1 - 8 of 8) sorted by relevance
/systemd/src/journal/ |
H A D | test-journal-verify.c | 73 usec_t from = 0, to = 0, total = 0; local 118 assert_se(journal_file_verify(f, verification_key, &from, &to, &total, true) >= 0); 124 format_timespan(c, sizeof(c), total > to ? total - to : 0, 0));
|
H A D | test-compress-benchmark.c | 95 size_t skipped = 0, compressed = 0, total = 0; local 135 total += size; 147 label, type, total, dt, 148 total / 1024. / 1024 / dt, 149 100 - compressed * 100. / total,
|
H A D | journal-file.c | 1582 uint64_t total; /* the total number of items in all arrays before this one in the chain */ member in struct:ChainCacheItem 1592 uint64_t total, 1621 ci->total = total; 1642 if (ci && i > ci->total) { 1644 i -= ci->total; 1645 t = ci->total; 1745 if (ci && n > ci->total) { 1763 n -= ci->total; 1586 chain_cache_put( OrderedHashmap *h, ChainCacheItem *ci, uint64_t first, uint64_t array, uint64_t begin, uint64_t total, uint64_t last_index) argument [all...] |
/systemd/src/bootchart/ |
H A D | bootchart.h | 92 /* record human readable total cpu time */ 93 double total; member in struct:ps_struct
|
H A D | svg.c | 217 fprintf(of, "<text class=\"sec\" x=\"20\" y=\"155\">Graph data: %.03f samples/sec, recorded %i total, dropped %i samples, %i processes, %i filtered</text>\n", 909 if (ps->total <= 0.001) 1038 ps->ppid, ps->total); 1177 /* subtract bootchart cpu utilization from total */ 1221 if (ps->total <= top[n]->total) 1235 top[n]->total,
|
H A D | store.c | 400 ps->total = (ps->last->runtime - ps->first->runtime)
|
/systemd/src/test/ |
H A D | test-fileio.c | 243 unsigned long long total = 0, buffers = 0; local 254 assert_se(safe_atollu(p, &total) == 0); 265 assert_se(buffers < total);
|
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-message.c | 5549 size_t total; local 5558 total = BUS_MESSAGE_SIZE(m); 5560 p = malloc(total); 5568 assert(total == (size_t) ((uint8_t*) e - (uint8_t*) p)); 5571 *sz = total;
|
Completed in 54 milliseconds