Home
last modified time | relevance | path

Searched refs:ktime_get_boottime_seconds (Results 1 – 11 of 11) sorted by relevance

/linux/net/wireless/
H A Dsysfs.c99 rdev->suspend_at = ktime_get_boottime_seconds(); in wiphy_suspend()
133 cfg80211_bss_age(rdev, ktime_get_boottime_seconds() - rdev->suspend_at); in wiphy_resume()
/linux/include/linux/
H A Dtimekeeping.h239 static inline time64_t ktime_get_boottime_seconds(void) in ktime_get_boottime_seconds() function
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.c67 data->last_error = ktime_get_boottime_seconds(); in iwl_trans_inc_restart_count()
183 ktime_get_boottime_seconds() - data->last_error >= in iwl_trans_determine_restart_mode()
/linux/drivers/bluetooth/
H A Dbtintel_pcie.c2227 retry_window = ktime_get_boottime_seconds() - data->last_error; in btintel_pcie_inc_recovery_count()
2229 data->last_error = ktime_get_boottime_seconds(); in btintel_pcie_inc_recovery_count()
2335 retry_window = ktime_get_boottime_seconds() - data->last_error; in btintel_pcie_hw_error()
2342 ktime_get_boottime_seconds()); in btintel_pcie_hw_error()
/linux/Documentation/core-api/
H A Dtimekeeping.rst87 time64_t ktime_get_boottime_seconds( void )
/linux/fs/nfsd/
H A Dnfs4state.c205 clp->cl_time = ktime_get_boottime_seconds(); in renew_client_locked()
980 cps->cpntf_time = ktime_get_boottime_seconds(); in nfs4_alloc_init_cpntf_state()
1863 ktime_get_boottime_seconds(); in nfsd4_revoke_states()
2814 ktime_get_boottime_seconds() - clp->cl_time); in client_info_show()
3297 clp->cl_time = ktime_get_boottime_seconds(); in create_client()
5272 oo->oo_time = ktime_get_boottime_seconds(); in move_to_close_lru()
5423 dp->dl_time = ktime_get_boottime_seconds(); in nfsd4_cb_recall_prepare()
6679 if (ktime_get_boottime_seconds() > double_grace_period_end) in clients_still_reclaiming()
6930 .cutoff = ktime_get_boottime_seconds() - nn->nfsd4_lease, in nfs4_laundromat()
7069 if (ktime_get_boottime_seconds() - clp->cl_ra_time < 5) in deleg_reaper()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dlink.c384 ktime_get_boottime_seconds(); in iwl_mld_activate_link()
H A Dscan.c1847 if (mld_vif->last_link_activation_time > ktime_get_boottime_seconds() - in iwl_mld_int_mlo_scan()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.c664 time64_t now = ktime_get_boottime_seconds(); in schedule_reset()
2051 priv->connect_start = ktime_get_boottime_seconds(); in isr_indicate_associated()
4037 ktime_get_boottime_seconds() - priv->connect_start); in internals_show()
6385 priv->suspend_at = ktime_get_boottime_seconds(); in ipw2100_suspend()
6420 priv->suspend_time = ktime_get_boottime_seconds() - priv->suspend_at; in ipw2100_resume()
H A Dipw2200.c11817 priv->suspend_at = ktime_get_boottime_seconds(); in ipw_pci_suspend()
11845 priv->suspend_time = ktime_get_boottime_seconds() - priv->suspend_at; in ipw_pci_resume()
/linux/drivers/block/zram/
H A Dzram_drv.c193 zram->table[index].attr.ac_time = (u32)ktime_get_boottime_seconds(); in mark_slot_accessed()
474 cutoff = ktime_sub((u32)ktime_get_boottime_seconds(), in idle_store()