Home
last modified time | relevance | path

Searched defs:sys_time (Results 1 – 4 of 4) sorted by relevance

/src/sys/contrib/dev/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()
128 ktime_t *sys_time, u32 *gp2) in iwl_mvm_phc_get_crosstimestamp_loop()
161 ktime_t sys_time; in iwl_mvm_phc_get_crosstimestamp() local
/src/contrib/llvm-project/libcxx/include/__chrono/
H A Dsystem_clock.h42 using sys_time = time_point<system_clock, _Duration>; variable
/src/sys/contrib/dev/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()
251 ktime_t sys_time; in iwl_mld_phc_get_crosstimestamp() local
/src/contrib/tzcode/
H A Dprivate.h699 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function