Home
last modified time | relevance | path

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

/openbmc/linux/fs/afs/
H A Dfs_probe.c366 unsigned long nowj, timer_at, poll_at; in afs_fs_probe_dispatcher() local
386 nowj = jiffies; in afs_fs_probe_dispatcher()
387 timer_at = nowj + MAX_JIFFY_OFFSET; in afs_fs_probe_dispatcher()
392 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher()
402 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher()
/openbmc/linux/net/rxrpc/
H A Doutput.c450 unsigned long nowj = jiffies, ack_lost_at; in rxrpc_send_data_packet() local
453 ack_lost_at += nowj; in rxrpc_send_data_packet()
455 rxrpc_reduce_call_timer(call, ack_lost_at, nowj, in rxrpc_send_data_packet()
463 unsigned long nowj = jiffies, expect_rx_by; in rxrpc_send_data_packet() local
465 expect_rx_by = nowj + call->next_rx_timo; in rxrpc_send_data_packet()
467 rxrpc_reduce_call_timer(call, expect_rx_by, nowj, in rxrpc_send_data_packet()