Searched refs:nowj (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/fs/afs/ |
D | fs_probe.c | 366 unsigned long nowj, timer_at, poll_at; in afs_fs_probe_dispatcher() local 383 nowj = jiffies; in afs_fs_probe_dispatcher() 384 timer_at = nowj + MAX_JIFFY_OFFSET; in afs_fs_probe_dispatcher() 389 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher() 399 if (time_before(nowj, poll_at)) { in afs_fs_probe_dispatcher()
|
/Linux-v6.1/net/rxrpc/ |
D | output.c | 473 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()
|