Searched refs:last_nsswitch_check (Results 1 – 1 of 1) sorted by relevance
196 static timestruc_t last_nsswitch_check = { 0 }; in _nscd_restart_if_cfgfile_changed() local217 if (now - last_nsswitch_check.tv_sec < _NSC_FILE_CHECK_TIME) in _nscd_restart_if_cfgfile_changed()222 if (now - last_nsswitch_check.tv_sec >= _NSC_FILE_CHECK_TIME) { in _nscd_restart_if_cfgfile_changed()226 last_nsswitch_check.tv_sec = now; in _nscd_restart_if_cfgfile_changed()227 last_nsswitch_check.tv_nsec = 0; in _nscd_restart_if_cfgfile_changed()