Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dmount.c2715 int want_type, bool new_sec) in find_next_free_block() argument
2773 if (type == want_type && !new_sec && in find_next_free_block()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c271 int new_sec = wpa_s->last_auth_timeout_sec + sec_diff; in wpas_auth_timeout_restart() local
275 "Authentication timeout restart: %d sec", new_sec); in wpas_auth_timeout_restart()
277 eloop_register_timeout(new_sec, 0, wpa_supplicant_timeout, in wpas_auth_timeout_restart()