Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dpath.c200 static bool path_spec_check_good(PathSpec *s, bool initial, bool from_trigger_notify) { in path_spec_check_good() argument
224 good = !initial && !from_trigger_notify && b != s->previous_exists; in path_spec_check_good()
468 static void path_enter_waiting(Path *p, bool initial, bool from_trigger_notify);
535 static bool path_check_good(Path *p, bool initial, bool from_trigger_notify) { in path_check_good() argument
539 if (path_spec_check_good(s, initial, from_trigger_notify)) in path_check_good()
545 static void path_enter_waiting(Path *p, bool initial, bool from_trigger_notify) { in path_enter_waiting() argument
557 if (path_check_good(p, initial, from_trigger_notify)) { in path_enter_waiting()
571 if (path_check_good(p, false, from_trigger_notify)) { in path_enter_waiting()