Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/afs/
Dfs_probe.c360 unsigned long nowj, timer_at, poll_at; in afs_fs_probe_dispatcher() local
377 nowj = jiffies; in afs_fs_probe_dispatcher()
378 timer_at = nowj + MAX_JIFFY_OFFSET; in afs_fs_probe_dispatcher()
383 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher()
393 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher()
/kernel/linux/linux-5.10/net/rxrpc/
Doutput.c469 unsigned long nowj = jiffies, ack_lost_at; in rxrpc_send_data_packet() local
472 ack_lost_at += nowj; in rxrpc_send_data_packet()
474 rxrpc_reduce_call_timer(call, ack_lost_at, nowj, in rxrpc_send_data_packet()
482 unsigned long nowj = jiffies, expect_rx_by; in rxrpc_send_data_packet() local
484 expect_rx_by = nowj + call->next_rx_timo; in rxrpc_send_data_packet()
486 rxrpc_reduce_call_timer(call, expect_rx_by, nowj, in rxrpc_send_data_packet()