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

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

Completed in 155 milliseconds