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

/systemd/src/basic/
H A Dvirt.c266 static thread_local int cached_found = _VIRTUALIZATION_INVALID; local
269 if (cached_found >= 0)
270 return cached_found;
327 cached_found = r;
344 static thread_local int cached_found = _VIRTUALIZATION_INVALID; local
350 if (cached_found >= 0)
351 return cached_found;
415 cached_found = r;

Completed in 297 milliseconds