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

/systemd/src/udev/
H A Dudevd.c74 static usec_t arg_event_timeout_usec = 180 * USEC_PER_SEC; variable
293 usec + arg_event_timeout_usec, USEC_PER_SEC, on_event_timeout, event);
457 arg_event_timeout_usec, arg_event_timeout_warn_usec,
462 arg_event_timeout_usec, arg_event_timeout_warn_usec);
1394 r = safe_atou64(value, &arg_event_timeout_usec);
1397 arg_event_timeout_usec *= USEC_PER_SEC;
1398 arg_event_timeout_warn_usec = (arg_event_timeout_usec / 3) ? : 1;
1459 r = safe_atou64(optarg, &arg_event_timeout_usec);
1463 arg_event_timeout_usec *= USEC_PER_SEC;
1464 arg_event_timeout_warn_usec = (arg_event_timeout_usec /
[all...]

Completed in 71 milliseconds