Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Duser-record.c86 .drop_caches = -1, in user_record_new()
1209 …LEAN, json_dispatch_tristate, offsetof(UserRecord, drop_caches), … in dispatch_per_machine()
1561 …LEAN, json_dispatch_tristate, offsetof(UserRecord, drop_caches), … in user_record_load()
1959 if (h->drop_caches >= 0) in user_record_drop_caches()
1960 return h->drop_caches; in user_record_drop_caches()
Duser-record.h339 int drop_caches; member
Duser-record-show.c458 if (hr->drop_caches >= 0 || user_record_drop_caches(hr)) in user_record_show()
/systemd-251/src/home/
Dhomectl.c3682 bool drop_caches; in parse_argv() local
3690 r = parse_boolean_argument("--drop-caches=", optarg, &drop_caches); in parse_argv()