Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dunit-file.h37 bool lookup_paths_timestamp_hash_same(const LookupPaths *lp, uint64_t timestamp_hash, uint64_t *ret…
Dunit-file.c213 bool lookup_paths_timestamp_hash_same(const LookupPaths *lp, uint64_t timestamp_hash, uint64_t *ret… in lookup_paths_timestamp_hash_same() function
398 lookup_paths_timestamp_hash_same(lp, *cache_timestamp_hash, &timestamp_hash)) in unit_file_build_name_map()
/systemd-251/src/core/
Dmanager.c2103 …return !lookup_paths_timestamp_hash_same(&u->manager->lookup_paths, u->manager->unit_cache_timesta… in manager_unit_cache_should_retry_load()