Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dfs_probe.c423 unsigned long nowj, timer_at, poll_at; in afs_fs_probe_dispatcher() local
443 nowj = jiffies; in afs_fs_probe_dispatcher()
444 timer_at = nowj + MAX_JIFFY_OFFSET; in afs_fs_probe_dispatcher()
449 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher()
459 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher()
/linux/net/rxrpc/
H A Dcall_event.c458 unsigned long nowj = jiffies, delayj, nextj; in rxrpc_input_call_event() local
461 nextj = nowj + delayj; in rxrpc_input_call_event()