Home
last modified time | relevance | path

Searched refs:ktime_get_seconds (Results 1 – 25 of 38) 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 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()
H A Dmpoa_proc.c147 now = ktime_get_seconds(); in mpc_show()
/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/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/net/rxrpc/
H A Dnet_ns.c70 rxnet->peer_keepalive_base = ktime_get_seconds(); in rxrpc_init_net()
H A Dpeer_event.c325 now = ktime_get_seconds(); in rxrpc_peer_keepalive_worker()
368 now = ktime_get_seconds(); in rxrpc_peer_keepalive_worker()
H A Dproc.c297 now = ktime_get_seconds(); in rxrpc_peer_seq_show()
H A Dar-internal.h1386 WRITE_ONCE(peer->last_tx_at, ktime_get_seconds()); in rxrpc_peer_mark_tx()
/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.c1211 time64_t time = ktime_get_seconds(); in ubifs_lookup_level0()
1347 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/net/ipv4/
H A Dtcp_minisocks.c229 ktime_get_seconds()); in tcp_timewait_state_process()
621 newtp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in tcp_create_openreq_child()
721 tmp_opt.ts_recent_stamp = ktime_get_seconds() - in tcp_check_req()
/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/kernel/cgroup/
H A Dcpuset-v1.c79 now = ktime_get_seconds(); in fmeter_update()
/linux/drivers/input/joystick/
H A Dxpad.c966 ((ktime_get_seconds() - xpad->mode_btn_down_ts) >= in xpad360_process_packet()
975 xpad->mode_btn_down_ts = ktime_get_seconds(); in xpad360_process_packet()
/linux/fs/ocfs2/
H A Djournal.c2063 os->os_scantime = ktime_get_seconds(); in ocfs2_queue_orphan_scan()
2120 os->os_scantime = ktime_get_seconds(); in ocfs2_orphan_scan_start()
/linux/drivers/input/serio/
H A Dhil_mlc.c278 time64_t now = ktime_get_seconds(); in hilse_init_lcv()
/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/drivers/char/
H A Drandom.c233 time64_t uptime = ktime_get_seconds(); in crng_reseed_interval()
/linux/include/net/
H A Dtcp.h1847 if (unlikely(!time_before32(ktime_get_seconds(), in tcp_paws_check()
1878 if (rst && !time_before32(ktime_get_seconds(), in tcp_paws_reject()
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.c1331 if ((u32)ktime_get_seconds() % 3 == 0) { in zd_chip_control_leds()

12