Home
last modified time | relevance | path

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

12

/linux/net/atm/
A 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 …]
A 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()
A Dmpoa_proc.c147 now = ktime_get_seconds(); in mpc_show()
/linux/drivers/watchdog/
A Dxen_wdt.c43 return ktime_get_seconds() + wdd->timeout; in set_timeout()
97 return wdt_expires - ktime_get_seconds(); in xen_wdt_get_timeleft()
/linux/net/rxrpc/
A 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()
A Dpeer_event.c365 now = ktime_get_seconds(); in rxrpc_peer_keepalive_worker()
408 now = ktime_get_seconds(); in rxrpc_peer_keepalive_worker()
A Dnet_ns.c86 rxnet->peer_keepalive_base = ktime_get_seconds(); in rxrpc_init_net()
A 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()
A Dproc.c236 now = ktime_get_seconds(); in rxrpc_peer_seq_show()
A Drxkad.c783 conn->params.peer->last_tx_at = ktime_get_seconds(); in rxkad_issue_challenge()
841 conn->params.peer->last_tx_at = ktime_get_seconds(); in rxkad_send_response()
/linux/net/ipv4/
A Dtcp_minisocks.c141 tcptw->tw_ts_recent_stamp = ktime_get_seconds(); in tcp_timewait_state_process()
187 tcptw->tw_ts_recent_stamp = ktime_get_seconds(); in tcp_timewait_state_process()
520 newtp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in tcp_create_openreq_child()
586 tmp_opt.ts_recent_stamp = ktime_get_seconds() - ((TCP_TIMEOUT_INIT/HZ)<<req->num_timeout); in tcp_check_req()
/linux/drivers/scsi/bfa/
A 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()
/linux/include/linux/
A Dtimekeeping.h52 extern time64_t ktime_get_seconds(void);
/linux/arch/s390/hypfs/
A 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()
/linux/fs/ubifs/
A Dshrinker.c62 time64_t time = ktime_get_seconds(); in shrink_tnc()
A Dtnc_misc.c441 znode->time = ktime_get_seconds(); in ubifs_load_znode()
/linux/arch/powerpc/kernel/
A 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()
/linux/fs/reiserfs/
A Djournal.c2385 start = ktime_get_seconds(); in journal_read()
2546 replay_count, ktime_get_seconds() - start); in journal_read()
2917 time64_t now = ktime_get_seconds(); in journal_transaction_should_end()
3026 time64_t now = ktime_get_seconds(); in do_journal_begin_r()
3059 now = ktime_get_seconds(); in do_journal_begin_r()
3122 journal->j_trans_start_time = ktime_get_seconds(); in do_journal_begin_r()
3565 now = ktime_get_seconds(); in reiserfs_flush_old_commits()
3696 now = ktime_get_seconds(); in check_journal_end()
/linux/drivers/hwmon/pmbus/
A Dadm1266.c436 kt = ktime_get_seconds(); in adm1266_set_rtc()
/linux/Documentation/core-api/
A Dtimekeeping.rst86 .. c:function:: time64_t ktime_get_seconds( void )
/linux/kernel/time/
A Dtimekeeping.c982 time64_t ktime_get_seconds(void) in ktime_get_seconds() function
989 EXPORT_SYMBOL_GPL(ktime_get_seconds);
/linux/fs/ocfs2/
A Djournal.c1975 os->os_scantime = ktime_get_seconds(); in ocfs2_queue_orphan_scan()
2032 os->os_scantime = ktime_get_seconds(); in ocfs2_orphan_scan_start()
/linux/drivers/input/serio/
A Dhil_mlc.c277 time64_t now = ktime_get_seconds(); in hilse_init_lcv()
/linux/include/net/
A Dtcp.h1521 if (unlikely(!time_before32(ktime_get_seconds(), in tcp_paws_check()
1552 if (rst && !time_before32(ktime_get_seconds(), in tcp_paws_reject()
/linux/net/mac80211/
A Dsta_info.c402 sta->last_connected = ktime_get_seconds(); in sta_info_alloc()
2321 sinfo->connected_time = ktime_get_seconds() - sta->last_connected; in sta_set_sinfo()

Completed in 71 milliseconds

12