Searched refs:last_index (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Djournal-file.c1583 uint64_t last_index; /* the last index we looked at, to optimize locality when bisecting */ member in struct:ChainCacheItem
1593 uint64_t last_index) {
1622 ci->last_index = last_index;
1732 uint64_t a, p, t = 0, i = 0, last_p = 0, last_index = (uint64_t) -1; local
1765 last_index = ci->last_index;
1797 if (last_index != (uint64_t) -1) {
1798 assert(last_index <= right);
1807 if (last_index >
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...]

Completed in 1154 milliseconds