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

/systemd/src/core/
H A Dmount.c153 static int mount_arm_timer(Mount *m, usec_t usec) { function
652 r = mount_arm_timer(m, usec_add(u->state_change_timestamp.monotonic, m->timeout_usec));
726 r = mount_arm_timer(m, usec_add(now(CLOCK_MONOTONIC), m->timeout_usec));
799 r = mount_arm_timer(m, usec_add(now(CLOCK_MONOTONIC), m->timeout_usec));

Completed in 27 milliseconds