Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dvirt.c429 static thread_local Virtualization cached_found = _VIRTUALIZATION_INVALID; in detect_vm() local
434 if (cached_found >= 0) in detect_vm()
435 return cached_found; in detect_vm()
528 cached_found = v; in detect_vm()
640 static thread_local Virtualization cached_found = _VIRTUALIZATION_INVALID; in detect_container() local
646 if (cached_found >= 0) in detect_container()
647 return cached_found; in detect_container()
783 cached_found = v; in detect_container()