Searched refs:sys_time (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | ptp.c | 87 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-6.12.1/tools/testing/selftests/x86/ |
D | test_vsyscall.c | 100 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-6.12.1/sound/soc/intel/avs/ |
D | messages.c | 670 struct avs_sys_time sys_time; in avs_ipc_set_system_time() local 675 sys_time.val_l = us & UINT_MAX; in avs_ipc_set_system_time() 676 sys_time.val_u = us >> 32; in avs_ipc_set_system_time() 679 AVS_BASEFW_SYSTEM_TIME, (u8 *)&sys_time, sizeof(sys_time)); in avs_ipc_set_system_time()
|
/linux-6.12.1/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 24 13 64 time sys_time 25 13 spu time sys_time
|
/linux-6.12.1/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 24 13 64 time sys_time 25 13 spu time sys_time
|
/linux-6.12.1/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 213 201 common time sys_time
|
/linux-6.12.1/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 213 201 common time sys_time
|
/linux-6.12.1/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 24 13 64 time sys_time
|
/linux-6.12.1/arch/arm64/tools/ |
D | syscall_32.tbl | 27 # 13 was sys_time
|
/linux-6.12.1/include/linux/ |
D | syscalls.h | 1052 asmlinkage long sys_time(__kernel_old_time_t __user *tloc);
|