Searched defs:path_enter_waiting (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dpath.c436 static void path_enter_waiting(Path *p, bool initial, bool recheck);
448 path_enter_waiting(p, true, true);
517 static void path_enter_waiting(Path *p, bool initial, bool recheck) { function
578 path_enter_waiting(p, true, true);
688 path_enter_waiting(p, false, true);
716 path_enter_waiting(p, false, p->inotify_triggered);

Completed in 12 milliseconds