/linux-6.6.21/net/atm/ ! |
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 …]
|
D | mpoa_proc.c | 147 now = ktime_get_seconds(); in mpc_show()
|
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()
|
/linux-6.6.21/drivers/watchdog/ ! |
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-6.6.21/net/rxrpc/ ! |
D | output.c | 236 call->peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_ack_packet() 310 conn->peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_abort_packet() 428 conn->peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_data_packet() 500 conn->peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_data_packet() 575 conn->peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_conn_abort() 691 peer->last_tx_at = ktime_get_seconds(); in rxrpc_send_keepalive()
|
D | peer_event.c | 297 now = ktime_get_seconds(); in rxrpc_peer_keepalive_worker() 340 now = ktime_get_seconds(); in rxrpc_peer_keepalive_worker()
|
D | net_ns.c | 69 rxnet->peer_keepalive_base = ktime_get_seconds(); in rxrpc_init_net()
|
D | conn_event.c | 182 conn->peer->last_tx_at = ktime_get_seconds(); in rxrpc_conn_retransmit_call()
|
D | proc.c | 225 now = ktime_get_seconds(); in rxrpc_peer_seq_show()
|
D | rxkad.c | 677 conn->peer->last_tx_at = ktime_get_seconds(); in rxkad_issue_challenge() 736 conn->peer->last_tx_at = ktime_get_seconds(); in rxkad_send_response()
|
/linux-6.6.21/net/ipv4/ ! |
D | tcp_minisocks.c | 141 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() 558 newtp->rx_opt.ts_recent_stamp = ktime_get_seconds(); in tcp_create_openreq_child() 626 tmp_opt.ts_recent_stamp = ktime_get_seconds() - reqsk_timeout(req, TCP_RTO_MAX) / HZ; in tcp_check_req()
|
/linux-6.6.21/drivers/scsi/bfa/ ! |
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-6.6.21/include/linux/ ! |
D | timekeeping.h | 52 extern time64_t ktime_get_seconds(void);
|
/linux-6.6.21/arch/s390/hypfs/ ! |
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-6.6.21/fs/ubifs/ ! |
D | shrinker.c | 62 time64_t time = ktime_get_seconds(); in shrink_tnc()
|
D | tnc_misc.c | 441 znode->time = ktime_get_seconds(); in ubifs_load_znode()
|
/linux-6.6.21/arch/powerpc/kernel/ ! |
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-6.6.21/fs/reiserfs/ ! |
D | journal.c | 2391 start = ktime_get_seconds(); in journal_read() 2552 replay_count, ktime_get_seconds() - start); in journal_read() 2928 time64_t now = ktime_get_seconds(); in journal_transaction_should_end() 3037 time64_t now = ktime_get_seconds(); in do_journal_begin_r() 3069 now = ktime_get_seconds(); in do_journal_begin_r() 3131 journal->j_trans_start_time = ktime_get_seconds(); in do_journal_begin_r() 3574 now = ktime_get_seconds(); in reiserfs_flush_old_commits() 3705 now = ktime_get_seconds(); in check_journal_end()
|
/linux-6.6.21/drivers/hwmon/pmbus/ ! |
D | adm1266.c | 435 kt = ktime_get_seconds(); in adm1266_set_rtc()
|
/linux-6.6.21/Documentation/core-api/ ! |
D | timekeeping.rst | 86 .. c:function:: time64_t ktime_get_seconds( void )
|
/linux-6.6.21/drivers/input/joystick/ ! |
D | xpad.c | 887 ((ktime_get_seconds() - xpad->mode_btn_down_ts) >= in xpad360_process_packet() 896 xpad->mode_btn_down_ts = ktime_get_seconds(); in xpad360_process_packet()
|
/linux-6.6.21/kernel/time/ ! |
D | timekeeping.c | 1001 time64_t ktime_get_seconds(void) in ktime_get_seconds() function 1008 EXPORT_SYMBOL_GPL(ktime_get_seconds);
|
/linux-6.6.21/fs/ocfs2/ ! |
D | journal.c | 1997 os->os_scantime = ktime_get_seconds(); in ocfs2_queue_orphan_scan() 2054 os->os_scantime = ktime_get_seconds(); in ocfs2_orphan_scan_start()
|
/linux-6.6.21/drivers/input/serio/ ! |
D | hil_mlc.c | 277 time64_t now = ktime_get_seconds(); in hilse_init_lcv()
|
/linux-6.6.21/include/net/ ! |
D | tcp.h | 1604 if (unlikely(!time_before32(ktime_get_seconds(), in tcp_paws_check() 1635 if (rst && !time_before32(ktime_get_seconds(), in tcp_paws_reject()
|