failure_ts 84 drivers/char/hw_random/xgene-rng.c unsigned long failure_ts;/* First failure timestamp */ failure_ts 167 drivers/char/hw_random/xgene-rng.c ctx->failure_ts = jiffies; failure_ts 178 drivers/char/hw_random/xgene-rng.c if (time_after(ctx->failure_ts + 60 * HZ, jiffies)) { failure_ts 184 drivers/char/hw_random/xgene-rng.c ctx->failure_ts = jiffies;