/linux/net/atm/ |
H A D | mpoa_caches.c | 120 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 D | mpc.c | 1092 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 D | mpoa_proc.c | 147 now = ktime_get_seconds(); in mpc_show()
|
/linux/drivers/power/supply/ |
H A D | pm8916_bms_vm.c | 96 if (ktime_get_seconds() - bat->last_ocv_time > 180) in pm8916_bms_vm_battery_get_property() 208 bat->last_ocv_time = ktime_get_seconds(); in pm8916_bms_vm_battery_probe() 267 bat->last_ocv_time = ktime_get_seconds(); in pm8916_bms_vm_battery_resume()
|
/linux/drivers/watchdog/ |
H A D | xen_wdt.c | 43 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 D | output.c | 278 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() 916 peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_keepalive()
|
H A D | net_ns.c | 70 rxnet->peer_keepalive_base = ktime_get_seconds(); in rxrpc_init_net()
|
H A D | peer_event.c | 310 now = ktime_get_seconds(); in rxrpc_peer_keepalive_worker() 353 now = ktime_get_seconds(); in rxrpc_peer_keepalive_worker()
|
H A D | conn_event.c | 189 conn->peer->last_tx_at = ktime_get_seconds(); in rxrpc_conn_retransmit_call()
|
H A D | rxkad.c | 693 conn->peer->last_tx_at = ktime_get_seconds(); in rxkad_issue_challenge() 751 conn->peer->last_tx_at = ktime_get_seconds(); in rxkad_send_response()
|
/linux/drivers/scsi/bfa/ |
H A D | bfa_port.c | 95 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 D | inode.c | 55 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/ |
H A D | shrinker.c | 62 time64_t time = ktime_get_seconds(); in shrink_tnc()
|
H A D | tnc_misc.c | 463 znode->time = ktime_get_seconds(); in ubifs_load_znode()
|
/linux/arch/powerpc/kernel/ |
H A D | eeh_pe.c | 498 pe->tstamp = ktime_get_seconds(); in eeh_pe_update_time_stamp() 500 tstamp = ktime_get_seconds(); in eeh_pe_update_time_stamp()
|
/linux/net/ipv4/ |
H A D | tcp_minisocks.c | 213 ktime_get_seconds()); in tcp_timewait_state_process() 591 newtp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in tcp_create_openreq_child() 683 tmp_opt.ts_recent_stamp = ktime_get_seconds() - reqsk_timeout(req, TCP_RTO_MAX) / HZ; in tcp_check_req()
|
/linux/drivers/md/ |
H A D | raid1-10.c | 185 cur_time_mon = ktime_get_seconds(); in check_decay_read_errors()
|
/linux/kernel/cgroup/ |
H A D | cpuset-v1.c | 78 now = ktime_get_seconds(); in fmeter_update()
|
/linux/drivers/hwmon/pmbus/ |
H A D | adm1266.c | 435 kt = ktime_get_seconds(); in adm1266_set_rtc()
|
/linux/Documentation/core-api/ |
H A D | timekeeping.rst | 86 .. c:function:: time64_t ktime_get_seconds( void )
|
/linux/drivers/input/joystick/ |
H A D | xpad.c | 941 ((ktime_get_seconds() - xpad->mode_btn_down_ts) >= in xpad360_process_packet() 950 xpad->mode_btn_down_ts = ktime_get_seconds(); in xpad360_process_packet()
|
/linux/kernel/time/ |
H A D | timekeeping.c | 913 time64_t ktime_get_seconds(void) in ktime_get_seconds() function 920 EXPORT_SYMBOL_GPL(ktime_get_seconds);
|
/linux/fs/ocfs2/ |
H A D | journal.c | 2037 os->os_scantime = ktime_get_seconds(); in ocfs2_queue_orphan_scan() 2094 os->os_scantime = ktime_get_seconds(); in ocfs2_orphan_scan_start()
|
/linux/drivers/input/serio/ |
H A D | hil_mlc.c | 277 time64_t now = ktime_get_seconds(); in hilse_init_lcv()
|
/linux/include/net/ |
H A D | tcp.h | 1708 if (unlikely(!time_before32(ktime_get_seconds(), in tcp_paws_check() 1739 if (rst && !time_before32(ktime_get_seconds(), in tcp_paws_reject()
|