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

/systemd/src/journal/
H A Dmmap-cache.c55 LIST_HEAD(Context, contexts);
80 Context *contexts[MMAP_CACHE_MAX_CONTEXTS]; member in struct:MMapCache
132 LIST_FOREACH(by_window, c, w->contexts) {
218 LIST_REMOVE(by_window, w->contexts, c);
220 if (!w->contexts && !w->keep_always) {
255 LIST_PREPEND(by_window, w->contexts, c);
263 c = m->contexts[id];
274 assert(!m->contexts[id]);
275 m->contexts[id] = c;
286 assert(c->cache->contexts[
[all...]

Completed in 11 milliseconds