Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/afs/
H A Dfs_probe.c360 unsigned long nowj, timer_at, poll_at; in afs_fs_probe_dispatcher() local
380 nowj = jiffies; in afs_fs_probe_dispatcher()
381 timer_at = nowj + MAX_JIFFY_OFFSET; in afs_fs_probe_dispatcher()
386 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher()
396 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/net/rxrpc/
H A Doutput.c473 unsigned long nowj = jiffies, ack_lost_at; in rxrpc_send_data_packet() local
476 ack_lost_at += nowj; in rxrpc_send_data_packet()
478 rxrpc_reduce_call_timer(call, ack_lost_at, nowj, in rxrpc_send_data_packet()
486 unsigned long nowj = jiffies, expect_rx_by; in rxrpc_send_data_packet() local
488 expect_rx_by = nowj + call->next_rx_timo; in rxrpc_send_data_packet()
490 rxrpc_reduce_call_timer(call, expect_rx_by, nowj, in rxrpc_send_data_packet()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds