Home
last modified time | relevance | path

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

/linux-6.12.1/fs/afs/
Dfs_probe.c411 unsigned long nowj, timer_at, poll_at; in afs_fs_probe_dispatcher() local
431 nowj = jiffies; in afs_fs_probe_dispatcher()
432 timer_at = nowj + MAX_JIFFY_OFFSET; in afs_fs_probe_dispatcher()
437 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher()
447 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher()
/linux-6.12.1/net/rxrpc/
Dcall_event.c468 unsigned long nowj = jiffies, delayj, nextj; in rxrpc_input_call_event() local
471 nextj = nowj + delayj; in rxrpc_input_call_event()