Home
last modified time | relevance | path

Searched refs:ktime_get_seconds (Results 1 – 25 of 42) sorted by relevance

12

/kernel/linux/linux-5.10/net/atm/
Dmpoa_caches.c120 entry->time = ktime_get_seconds(); in in_cache_add_entry()
151 entry->reply_wait = ktime_get_seconds(); in cache_hit()
174 entry->reply_wait = ktime_get_seconds(); in cache_hit()
231 now = ktime_get_seconds(); in clear_count_and_expired()
257 now = ktime_get_seconds(); in check_resolving_entries()
276 entry->hold_down = ktime_get_seconds(); in check_resolving_entries()
290 entry->reply_wait = ktime_get_seconds(); in check_resolving_entries()
305 now = ktime_get_seconds(); in refresh_entries()
480 entry->time = ktime_get_seconds(); in eg_cache_add_entry()
495 entry->time = ktime_get_seconds(); in update_eg_cache_entry()
[all …]
Dmpoa_proc.c147 now = ktime_get_seconds(); in mpc_show()
Dmpc.c1092 entry->reply_wait = ktime_get_seconds(); in MPOA_trigger_rcvd()
1102 entry->reply_wait = ktime_get_seconds(); in MPOA_trigger_rcvd()
1178 entry->time = ktime_get_seconds(); in MPOA_res_reply_rcvd()
1180 entry->reply_wait = ktime_get_seconds(); in MPOA_res_reply_rcvd()
/kernel/linux/linux-5.10/drivers/watchdog/
Dxen_wdt.c43 return ktime_get_seconds() + wdd->timeout; in set_timeout()
97 return wdt_expires - ktime_get_seconds(); in xen_wdt_get_timeleft()
/kernel/linux/linux-5.10/net/rxrpc/
Doutput.c246 conn->params.peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_ack_packet()
332 conn->params.peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_abort_packet()
448 conn->params.peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_data_packet()
524 conn->params.peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_data_packet()
673 peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_keepalive()
Dpeer_event.c365 now = ktime_get_seconds(); in rxrpc_peer_keepalive_worker()
408 now = ktime_get_seconds(); in rxrpc_peer_keepalive_worker()
Dnet_ns.c86 rxnet->peer_keepalive_base = ktime_get_seconds(); in rxrpc_init_net()
Dconn_event.c137 conn->params.peer->last_tx_at = ktime_get_seconds(); in rxrpc_conn_retransmit_call()
257 conn->params.peer->last_tx_at = ktime_get_seconds(); in rxrpc_abort_connection()
Dproc.c236 now = ktime_get_seconds(); in rxrpc_peer_seq_show()
Drxkad.c699 conn->params.peer->last_tx_at = ktime_get_seconds(); in rxkad_issue_challenge()
757 conn->params.peer->last_tx_at = ktime_get_seconds(); in rxkad_send_response()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_minisocks.c148 tcptw->tw_ts_recent_stamp = ktime_get_seconds(); in tcp_timewait_state_process()
194 tcptw->tw_ts_recent_stamp = ktime_get_seconds(); in tcp_timewait_state_process()
527 newtp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in tcp_create_openreq_child()
593 tmp_opt.ts_recent_stamp = ktime_get_seconds() - ((TCP_TIMEOUT_INIT/HZ)<<req->num_timeout); in tcp_check_req()
/kernel/linux/linux-5.10/drivers/scsi/bfa/
Dbfa_port.c95 port->stats->fc.secs_reset = ktime_get_seconds() - port->stats_reset_time; in bfa_port_get_stats_isr()
122 port->stats_reset_time = ktime_get_seconds(); in bfa_port_clear_stats_isr()
481 port->stats_reset_time = ktime_get_seconds(); in bfa_port_attach()
/kernel/linux/linux-5.10/include/linux/
Dtimekeeping.h52 extern time64_t ktime_get_seconds(void);
/kernel/linux/linux-5.10/fs/ubifs/
Dshrinker.c62 time64_t time = ktime_get_seconds(); in shrink_tnc()
Dtnc_misc.c441 znode->time = ktime_get_seconds(); in ubifs_load_znode()
/kernel/linux/linux-5.10/arch/s390/hypfs/
Dinode.c55 sb_info->last_update = ktime_get_seconds(); in hypfs_update_update()
182 if (fs_info->last_update == ktime_get_seconds()) { in hypfs_write_iter()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Deeh_pe.c497 pe->tstamp = ktime_get_seconds(); in eeh_pe_update_time_stamp()
499 tstamp = ktime_get_seconds(); in eeh_pe_update_time_stamp()
/kernel/linux/linux-5.10/fs/reiserfs/
Djournal.c2387 start = ktime_get_seconds(); in journal_read()
2548 replay_count, ktime_get_seconds() - start); in journal_read()
2919 time64_t now = ktime_get_seconds(); in journal_transaction_should_end()
3028 time64_t now = ktime_get_seconds(); in do_journal_begin_r()
3061 now = ktime_get_seconds(); in do_journal_begin_r()
3124 journal->j_trans_start_time = ktime_get_seconds(); in do_journal_begin_r()
3567 now = ktime_get_seconds(); in reiserfs_flush_old_commits()
3698 now = ktime_get_seconds(); in check_journal_end()
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
Dadm1266.c436 kt = ktime_get_seconds(); in adm1266_set_rtc()
/kernel/linux/linux-5.10/Documentation/core-api/
Dtimekeeping.rst86 .. c:function:: time64_t ktime_get_seconds( void )
/kernel/linux/linux-5.10/kernel/time/
Dtimekeeping.c986 time64_t ktime_get_seconds(void) in ktime_get_seconds() function
993 EXPORT_SYMBOL_GPL(ktime_get_seconds);
/kernel/linux/linux-5.10/fs/ocfs2/
Djournal.c1964 os->os_scantime = ktime_get_seconds(); in ocfs2_queue_orphan_scan()
2021 os->os_scantime = ktime_get_seconds(); in ocfs2_orphan_scan_start()
/kernel/linux/linux-5.10/drivers/input/serio/
Dhil_mlc.c277 time64_t now = ktime_get_seconds(); in hilse_init_lcv()
/kernel/linux/linux-5.10/include/net/
Dtcp.h1488 if (unlikely(!time_before32(ktime_get_seconds(), in tcp_paws_check()
1519 if (rst && !time_before32(ktime_get_seconds(), in tcp_paws_reject()
/kernel/linux/linux-5.10/kernel/rcu/
Drcutorture.c1742 stop_at = ktime_get_seconds() + stall_cpu; in rcu_torture_stall()
1751 while (ULONG_CMP_LT((unsigned long)ktime_get_seconds(), in rcu_torture_stall()

12