Searched refs:drop_caches (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/shared/ |
D | user-record.c | 86 .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()
|
D | user-record.h | 339 int drop_caches; member
|
D | user-record-show.c | 458 if (hr->drop_caches >= 0 || user_record_drop_caches(hr)) in user_record_show()
|
/systemd-251/src/home/ |
D | homectl.c | 3682 bool drop_caches; in parse_argv() local 3690 r = parse_boolean_argument("--drop-caches=", optarg, &drop_caches); in parse_argv()
|