Home
last modified time | relevance | path

Searched refs:sys_time (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dptp.c87 iwl_mvm_get_crosstimestamp_fw(struct iwl_mvm *mvm, u32 *gp2, u64 *sys_time) in iwl_mvm_get_crosstimestamp_fw() argument
121 *sys_time = (u64)le32_to_cpu(resp->platform_timestamp_hi) << 32 | in iwl_mvm_get_crosstimestamp_fw()
128 ktime_t *sys_time, u32 *gp2) in iwl_mvm_phc_get_crosstimestamp_loop() argument
140 *sys_time = tmp_sys_time; in iwl_mvm_phc_get_crosstimestamp_loop()
144 *gp2, *sys_time); in iwl_mvm_phc_get_crosstimestamp_loop()
161 ktime_t sys_time; in iwl_mvm_phc_get_crosstimestamp() local
172 ret = iwl_mvm_get_crosstimestamp_fw(mvm, &gp2, &sys_time); in iwl_mvm_phc_get_crosstimestamp()
177 iwl_mvm_phc_get_crosstimestamp_loop(mvm, &sys_time, &gp2); in iwl_mvm_phc_get_crosstimestamp()
183 gp2, mvm->ptp_data.last_gp2, gp2_ns, (s64)sys_time); in iwl_mvm_phc_get_crosstimestamp()
187 xtstamp->sys_realtime = sys_time; in iwl_mvm_phc_get_crosstimestamp()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dptp.c195 iwl_mld_get_crosstimestamp_fw(struct iwl_mld *mld, u32 *gp2, u64 *sys_time) in iwl_mld_get_crosstimestamp_fw() argument
231 *sys_time = (u64)le32_to_cpu(resp->platform_timestamp_hi) << 32 | in iwl_mld_get_crosstimestamp_fw()
251 ktime_t sys_time; in iwl_mld_phc_get_crosstimestamp() local
255 ret = iwl_mld_get_crosstimestamp_fw(mld, &gp2, &sys_time); in iwl_mld_phc_get_crosstimestamp()
269 gp2, mld->ptp_data.last_gp2, gp2_ns, (s64)sys_time); in iwl_mld_phc_get_crosstimestamp()
273 xtstamp->sys_realtime = sys_time; in iwl_mld_phc_get_crosstimestamp()
/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c100 static inline long sys_time(time_t *t) in sys_time() function
181 t_sys1 = sys_time(&t2_sys1); in test_time()
186 t_sys2 = sys_time(&t2_sys2); in test_time()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_ptp.c190 u64 *dev_time, u64 *sys_time) in idpf_ptp_get_sync_device_time_direct() argument
208 *sys_time = (u64)sys_time_hi << 32 | sys_time_lo; in idpf_ptp_get_sync_device_time_direct()
221 u64 *dev_time, u64 *sys_time) in idpf_ptp_get_sync_device_time_mailbox() argument
231 *sys_time = cross_time.sys_time_ns; in idpf_ptp_get_sync_device_time_mailbox()
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl24 13 64 time sys_time
25 13 spu time sys_time
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl213 201 common time sys_time
/linux/include/linux/
H A Dsyscalls.h1082 asmlinkage long sys_time(__kernel_old_time_t __user *tloc);