Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dbinfmt_aout.c367 static unsigned long error_time, error_time2; in load_aout_binary() local
369 (N_MAGIC(ex) != NMAGIC) && (jiffies-error_time2) > 5*HZ) in load_aout_binary()
372 error_time2 = jiffies; in load_aout_binary()