Searched refs:error_time (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/ia32/
H A Dia32_aout.c333 static unsigned long error_time, error_time2; load_aout_binary() local
342 time_after(jiffies, error_time + 5*HZ)) { load_aout_binary()
347 error_time = jiffies; load_aout_binary()
428 static unsigned long error_time; load_aout_library() local
429 if (time_after(jiffies, error_time + 5*HZ)) { load_aout_library()
434 error_time = jiffies; load_aout_library()

Completed in 83 milliseconds