Home
last modified time | relevance | path

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

/external/dbus/bus/
Dexpirelist.c142 int next_interval, min_wait_time, items_to_expire; in do_expiration_with_current_time() local
145 min_wait_time = 3600 * 1000; /* this is reset anyway if used */ in do_expiration_with_current_time()
184 if (min_wait_time > to_wait) in do_expiration_with_current_time()
185 min_wait_time = to_wait; in do_expiration_with_current_time()
192 next_interval = min_wait_time; in do_expiration_with_current_time()