Home
last modified time | relevance | path

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

/external/dbus/bus/
Dexpirelist.c131 int next_interval, min_wait_time, items_to_expire; in do_expiration_with_monotonic_time() local
134 min_wait_time = 3600 * 1000; /* this is reset anyway if used */ in do_expiration_with_monotonic_time()
173 if (min_wait_time > to_wait) in do_expiration_with_monotonic_time()
174 min_wait_time = to_wait; in do_expiration_with_monotonic_time()
181 next_interval = min_wait_time; in do_expiration_with_monotonic_time()