Home
last modified time | relevance | path

Searched defs:cached (Results 1 – 11 of 11) sorted by relevance

/systemd-251/src/basic/
Darchitecture.c125 static Architecture cached = _ARCHITECTURE_INVALID; in uname_architecture() local
Dsocket-util.c281 static int cached = -1; in socket_ipv6_is_supported() local
Dprocess-util.c1016 static thread_local int cached = 0; in is_main_thread() local
Dhashmap.c209 bool cached:1; /* whether this hashmap is being cached */ member
/systemd-251/src/analyze/
Danalyze-time-data.c44 static bool cached = false; in acquire_boot_times() local
/systemd-251/src/network/
Dnetworkd-route-util.c20 static thread_local unsigned cached = 0; in routes_max() local
/systemd-251/src/journal/
Djournald-context.c70 static size_t cached = -1; in cache_max() local
/systemd-251/src/udev/net/
Dlink-config.c698 static int cached = -1; in enable_name_policy() local
/systemd-251/src/portable/
Dportabled-image-bus.c999 Image *cached; in bus_image_acquire() local
/systemd-251/src/tmpfiles/
Dtmpfiles.c790 static int cached = -1; in dangerous_hardlinks() local
/systemd-251/src/shared/
Dinstall.c3319 …_query_preset(LookupScope scope, const char *root_dir, const char *name, UnitFilePresets *cached) { in unit_file_query_preset()