Home
last modified time | relevance | path

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

12

/linux/net/atm/
H 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 …]
H A Dmpoa_proc.c147 now = ktime_get_seconds(); in mpc_show()
H 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()
/linux/drivers/watchdog/
H 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/
H A Doutput.c278 call->peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_ack_packet()
414 conn->peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_abort_packet()
701 conn->peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_data_packet()
714 conn->peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_data_packet()
800 conn->peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_conn_abort()
920 peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_keepalive()
976 conn->peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_response()
H A Dnet_ns.c70 rxnet->peer_keepalive_base = ktime_get_seconds(); in rxrpc_init_net()
H A Dpeer_event.c310 now = ktime_get_seconds(); in rxrpc_peer_keepalive_worker()
353 now = ktime_get_seconds(); in rxrpc_peer_keepalive_worker()
H A Dconn_event.c197 conn->peer->last_tx_at = ktime_get_seconds(); in rxrpc_conn_retransmit_call()
H A Drxkad.c697 conn->peer->last_tx_at = ktime_get_seconds(); in rxkad_issue_challenge()
H A Drxgk.c681 conn->peer->last_tx_at = ktime_get_seconds(); in rxgk_issue_challenge()
/linux/drivers/scsi/bfa/
H 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/arch/s390/hypfs/
H A Dinode.c55 sb_info->last_update = ktime_get_seconds(); in hypfs_update_update()
166 if (fs_info->last_update == ktime_get_seconds()) { in hypfs_write_iter()
/linux/fs/ubifs/
H A Dshrinker.c62 time64_t time = ktime_get_seconds(); in shrink_tnc()
H A Dtnc_misc.c456 znode->time = ktime_get_seconds(); in ubifs_load_znode()
H A Dtnc.c1212 time64_t time = ktime_get_seconds(); in ubifs_lookup_level0()
1348 time64_t time = ktime_get_seconds(); in lookup_level0_dirty()
/linux/include/linux/
H A Dtimekeeping.h59 extern time64_t ktime_get_seconds(void);
/linux/arch/powerpc/kernel/
H A Deeh_pe.c498 pe->tstamp = ktime_get_seconds(); in eeh_pe_update_time_stamp()
500 tstamp = ktime_get_seconds(); in eeh_pe_update_time_stamp()
/linux/kernel/cgroup/
H A Dcpuset-v1.c79 now = ktime_get_seconds(); in fmeter_update()
/linux/drivers/hwmon/pmbus/
H A Dadm1266.c435 kt = ktime_get_seconds(); in adm1266_set_rtc()
/linux/Documentation/core-api/
H A Dtimekeeping.rst86 .. c:function:: time64_t ktime_get_seconds( void )
/linux/fs/ocfs2/
H A Djournal.c2066 os->os_scantime = ktime_get_seconds(); in ocfs2_queue_orphan_scan()
2123 os->os_scantime = ktime_get_seconds(); in ocfs2_orphan_scan_start()
/linux/kernel/time/
H A Dtimekeeping.c987 time64_t ktime_get_seconds(void) in ktime_get_seconds() function
994 EXPORT_SYMBOL_GPL(ktime_get_seconds);
/linux/include/net/
H A Dtcp.h1786 if (unlikely(!time_before32(ktime_get_seconds(), in tcp_paws_check()
1817 if (rst && !time_before32(ktime_get_seconds(), in tcp_paws_reject()
/linux/drivers/char/
H A Drandom.c240 time64_t uptime = ktime_get_seconds(); in crng_reseed_interval()
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.c1331 if ((u32)ktime_get_seconds() % 3 == 0) { in zd_chip_control_leds()

12