Searched refs:ts (Results 451 - 475 of 795) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c812 struct timespec64 ts; local
898 ktime_get_real_ts64(&ts);
901 (s64)ts.tv_sec, ts.tv_nsec);
/linux-master/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.h177 struct pcan_usb_pro_setts ts; member in union:pcan_usb_pro_rec
H A Dpcan_usb_core.h144 void peak_usb_get_ts_time(struct peak_time_ref *time_ref, u32 ts, ktime_t *tv);
/linux-master/drivers/ptp/
H A Dptp_qoriq.c261 int ptp_qoriq_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) argument
273 *ts = ns_to_timespec64(ns);
280 const struct timespec64 *ts)
286 ns = timespec64_to_ns(ts);
279 ptp_qoriq_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) argument
/linux-master/drivers/media/cec/core/
H A Dcec-pin-priv.h181 ktime_t ts; member in struct:cec_pin
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.h39 unsigned long ts; member in struct:ath12k_dp_rx_reo_cache_flush_elem
/linux-master/drivers/staging/media/meson/vdec/
H A Dvdec.h33 * @ts: timestamp from the VB2 buffer
41 u64 ts; member in struct:amvdec_timestamp
/linux-master/sound/core/
H A Dtimer.c499 struct snd_timer_instance *ts; local
522 list_for_each_entry(ts, &ti->slave_active_head, active_list)
523 if (ts->ccallback)
524 ts->ccallback(ts, event, &tstamp, resolution);
806 struct snd_timer_instance *ti, *ts, *tmp; local
856 list_for_each_entry(ts, &ti->slave_active_head, active_list) {
857 ts->pticks = ti->pticks;
858 ts->resolution = resolution;
859 if (list_empty(&ts
1031 struct snd_timer_instance *ti, *ts; local
[all...]
/linux-master/fs/exfat/
H A Dexfat_fs.h483 unsigned long long size, struct timespec64 *ts);
552 void exfat_get_entry_time(struct exfat_sb_info *sbi, struct timespec64 *ts,
554 void exfat_truncate_atime(struct timespec64 *ts);
556 void exfat_set_entry_time(struct exfat_sb_info *sbi, struct timespec64 *ts,
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-mixx-defs.h263 uint64_t ts:1; member in struct:cvmx_mixx_isr::cvmx_mixx_isr_s
279 uint64_t ts:1;
/linux-master/tools/perf/util/bpf_skel/
H A Dkwork_trace.bpf.c147 __u64 ts = bpf_ktime_get_ns(); local
149 bpf_map_update_elem(map, key, &ts, BPF_ANY);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dptp.c207 struct timespec64 *ts)
219 *ts = ns_to_timespec64(ns);
206 iwl_mvm_ptp_gettime(struct ptp_clock_info *ptp, struct timespec64 *ts) argument
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_descs.c85 static inline void dwxgmac2_get_timestamp(void *desc, u32 ats, u64 *ts) argument
93 *ts = ns;
/linux-master/net/ipv6/
H A Drpl_iptunnel.c69 struct lwtunnel_state **ts,
117 *ts = newts;
67 rpl_build_state(struct net *net, struct nlattr *nla, unsigned int family, const void *cfg, struct lwtunnel_state **ts, struct netlink_ext_ack *extack) argument
/linux-master/drivers/scsi/libsas/
H A Dsas_scsi_host.c39 struct task_status_struct *ts = &task->task_status; local
43 if (ts->resp == SAS_TASK_UNDELIVERED) {
46 } else { /* ts->resp == SAS_TASK_COMPLETE */
48 switch (ts->stat) {
57 scsi_set_resid(sc, ts->residual);
71 if (ts->open_rej_reason == SAS_OREJ_RSVD_RETRY)
84 memcpy(sc->sense_buffer, ts->buf,
85 min(SCSI_SENSE_BUFFERSIZE, ts->buf_valid_size));
89 stat = ts->stat;
/linux-master/fs/
H A Dinit.c245 int __init init_utimes(char *filename, struct timespec64 *ts) argument
253 error = vfs_utimes(&path, ts);
/linux-master/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.c286 if (event->ts < dpd->last_pulse_ts)
288 dpd->last_pulse_ts = event->ts;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c274 * @ts: timespec structure to hold the current time value
281 static void i40e_ptp_read(struct i40e_pf *pf, struct timespec64 *ts, argument
296 *ts = ns_to_timespec64(ns);
302 * @ts: timespec structure that holds the new time value
308 static void i40e_ptp_write(struct i40e_pf *pf, const struct timespec64 *ts) argument
311 u64 ns = timespec64_to_ns(ts);
443 * @ts: timespec structure to hold the current time value
449 static int i40e_ptp_gettimex(struct ptp_clock_info *ptp, struct timespec64 *ts, argument
455 i40e_ptp_read(pf, ts, sts);
464 * @ts
469 i40e_ptp_settime(struct ptp_clock_info *ptp, const struct timespec64 *ts) argument
[all...]
/linux-master/drivers/usb/mon/
H A Dmon_bin.c492 struct timespec64 ts; local
503 ktime_get_real_ts64(&ts);
576 ep->ts_sec = ts.tv_sec;
577 ep->ts_usec = ts.tv_nsec / NSEC_PER_USEC;
638 struct timespec64 ts; local
643 ktime_get_real_ts64(&ts);
664 ep->ts_sec = ts.tv_sec;
665 ep->ts_usec = ts.tv_nsec / NSEC_PER_USEC;
/linux-master/io_uring/
H A Dcancel.c310 struct timespec64 ts = { variable in typeref:struct:timespec64
315 timeout = ktime_add_ns(timespec64_to_ktime(ts), ktime_get_ns());
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_smi_events.c255 ktime_t ts)
258 "%lld -%d @%lx(%x) %c\n", ktime_to_ns(ts), pid,
253 kfd_smi_event_page_fault_start(struct kfd_node *node, pid_t pid, unsigned long address, bool write_fault, ktime_t ts) argument
/linux-master/tools/perf/util/
H A Dintel-bts.c524 u64 ts = 0; local
528 ret = intel_bts_process_queue(btsq, &ts);
558 u64 ts = 0; local
573 ret = intel_bts_process_queue(btsq, &ts);
575 auxtrace_heap__add(&bts->heap, queue_nr, ts);
580 ret = auxtrace_heap__add(&bts->heap, queue_nr, ts);
/linux-master/drivers/platform/chrome/
H A Dcros_ec_sensorhub_ring.c367 cros_ec_sensor_ring_fix_overflow(s64 *ts, argument
374 *ts += state->offset;
375 if (abs(state->last - *ts) > (overflow_period / 2)) {
376 adjust = state->last > *ts ? overflow_period : -overflow_period;
378 *ts += adjust;
380 state->last = *ts;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c1171 * @ts: timespec structure to hold the current time value
1180 ice_ptp_read_time(struct ice_pf *pf, struct timespec64 *ts, argument
1185 *ts = ns_to_timespec64(time_ns);
1191 * @ts: timespec structure that holds the new time value
1195 static int ice_ptp_write_init(struct ice_pf *pf, struct timespec64 *ts) argument
1197 u64 ns = timespec64_to_ns(ts);
1916 * @ts: timespec64 structure to hold the current time value
1924 ice_ptp_gettimex64(struct ptp_clock_info *info, struct timespec64 *ts, argument
1935 ice_ptp_read_time(pf, ts, sts);
1944 * @ts
1950 ice_ptp_settime64(struct ptp_clock_info *info, const struct timespec64 *ts) argument
2694 struct timespec64 ts; local
3004 struct timespec64 ts; local
[all...]
/linux-master/include/linux/
H A Dfs.h1564 struct timespec64 ts)
1566 inode->__i_atime = ts;
1567 return ts;
1573 struct timespec64 ts = { .tv_sec = sec, local
1575 return inode_set_atime_to_ts(inode, ts);
1594 struct timespec64 ts)
1596 inode->__i_mtime = ts;
1597 return ts;
1603 struct timespec64 ts = { .tv_sec = sec, local
1605 return inode_set_mtime_to_ts(inode, ts);
1563 inode_set_atime_to_ts(struct inode *inode, struct timespec64 ts) argument
1593 inode_set_mtime_to_ts(struct inode *inode, struct timespec64 ts) argument
1623 inode_set_ctime_to_ts(struct inode *inode, struct timespec64 ts) argument
1641 struct timespec64 ts = { .tv_sec = sec, local
[all...]

Completed in 229 milliseconds

<<11121314151617181920>>