Home
last modified time | relevance | path

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

/linux/kernel/
H A Daudit.c354 static unsigned long last_check = 0; in audit_rate_check() local
369 if (time_after(now, last_check + HZ)) { in audit_rate_check()
370 last_check = now; in audit_rate_check()
/linux/kernel/sched/
H A Dext.c2734 unsigned long last_check; in scx_tick() local
2743 last_check = READ_ONCE(scx_watchdog_timestamp); in scx_tick()
2745 last_check + READ_ONCE(scx_watchdog_timeout)))) { in scx_tick()
2746 u32 dur_ms = jiffies_to_msecs(jiffies - last_check); in scx_tick()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c105 static bool nfp_net_reconfig_check_done(struct nfp_net *nn, bool last_check) in nfp_net_reconfig_check_done() argument
117 } else if (last_check) { in nfp_net_reconfig_check_done()