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

/systemd/src/shared/
H A Darchitecture.c129 static int cached = _ARCHITECTURE_INVALID; local
133 if (cached != _ARCHITECTURE_INVALID)
134 return cached;
140 return cached = arch_map[i].arch;
/systemd/src/basic/
H A Dprocess-util.c653 static thread_local int cached = 0; local
655 if (_unlikely_(cached == 0))
656 cached = getpid() == gettid() ? 1 : -1;
658 return cached > 0;
/systemd/src/analyze/
H A Danalyze.c216 static bool cached = false; local
218 if (cached)
315 cached = true;

Completed in 1626 milliseconds