Home
last modified time | relevance | path

Searched refs:dt (Results 1 – 8 of 8) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dnetcnt_prog.c30 __u64 ts, dt; in bpf_nextcnt() local
50 dt = ts - percpu_cnt->prev_ts; in bpf_nextcnt()
52 dt *= MAX_BPS; in bpf_nextcnt()
53 dt /= NS_PER_SEC; in bpf_nextcnt()
55 if (cnt->bytes + percpu_cnt->bytes - percpu_cnt->prev_bytes < dt) in bpf_nextcnt()
60 if (dt > REFRESH_TIME_NS) { in bpf_nextcnt()
/tools/testing/selftests/devices/probe/boards/
A Dgoogle,spherion.yaml12 # - dt-mmio: identify the MMIO address of the controller as defined in the
16 # sibling controllers. In this case, dt-mmio can't be used, and this property
41 dt-mmio: 11200000
51 dt-mmio: 11230000
/tools/testing/selftests/dt/
A DMakefile12 $(top_srcdir)/scripts/dtc/dt-extract-compatibles -d $(top_srcdir) > $@
/tools/perf/util/
A Dtime-utils.c548 char dt[32]; in fetch_current_timestamp() local
553 if (!strftime(dt, sizeof(dt), "%Y%m%d%H%M%S", &tm)) in fetch_current_timestamp()
556 scnprintf(buf, sz, "%s%02u", dt, (unsigned)tv.tv_usec / 10000); in fetch_current_timestamp()
/tools/testing/selftests/net/
A Dsrv6_end_next_csid_l3vpn_test.sh630 local dt
649 dt="$(build_csid "${dst}")${DT46_FUNC}"
650 container="${container}${dt}"
655 container="${LCBLOCK_ADDR}${dt}"
A Dsrv6_end_x_next_csid_l3vpn_test.sh717 local dt
736 dt="$(build_csid "${dst}")${DT46_FUNC}"
737 container="${container}${dt}"
742 container="${LCBLOCK_ADDR}${dt}"
/tools/testing/selftests/
A DMakefile28 TARGETS += dt
/tools/power/pm-graph/
A Dsleepgraph.py1314 dt = t - self.multitest['last']
1318 pprint('TEST (%s) COMPLETE -- Duration %.1fs' % (id, dt))
1320 self.multitest['total'] += dt
2284 dt = self.time - tgt.end
2289 tgt.ret == self.ret and dt >= 0 and \
2290 dt <= sysvals.callloopmaxgap and \
3090 dt = datetime(int(m.group('y'))+2000, int(m.group('m')),
3093 data.stamp['time'] = dt.strftime('%B %d %Y, %I:%M:%S %p')
6337 dt = datetime.strptime(' '.join(stmp[3:]), '%B %d %Y, %I:%M:%S %p')
6341 tstr = dt.strftime('%Y/%m/%d %H:%M:%S')

Completed in 22 milliseconds