Home
last modified time | relevance | path

Searched full:1000000000 (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-cpu-opp.dtsi187 opp-1000000000-875 {
190 opp-hz = /bits/ 64 <1000000000>;
193 opp-1000000000-900 {
196 opp-hz = /bits/ 64 <1000000000>;
199 opp-1000000000-950 {
202 opp-hz = /bits/ 64 <1000000000>;
205 opp-1000000000-975 {
208 opp-hz = /bits/ 64 <1000000000>;
211 opp-1000000000-1000 {
214 opp-hz = /bits/ 64 <1000000000>;
[all …]
H A Dtegra20-cpu-opp-microvolt.dtsi121 opp-1000000000-875 {
125 opp-1000000000-900 {
129 opp-1000000000-950 {
133 opp-1000000000-975 {
137 opp-1000000000-1000 {
141 opp-1000000000-1025 {
145 opp-1000000000-1100 {
H A Dtegra30-cpu-opp-microvolt.dtsi141 opp-1000000000-900 {
145 opp-1000000000-975 {
149 opp-1000000000-1000 {
153 opp-1000000000-1025 {
H A Dtegra30-cpu-opp.dtsi244 opp-1000000000-900 {
247 opp-hz = /bits/ 64 <1000000000>;
250 opp-1000000000-975 {
260 opp-hz = /bits/ 64 <1000000000>;
263 opp-1000000000-1000 {
266 opp-hz = /bits/ 64 <1000000000>;
269 opp-1000000000-1025 {
272 opp-hz = /bits/ 64 <1000000000>;
/linux/Documentation/translations/zh_CN/power/
H A Dopp.rst48 - {1000000000, 1300000}
132 opp = dev_pm_opp_find_freq_exact(dev, 1000000000, false);
139 dev_pm_opp_enable(dev,1000000000);
195 opp = dev_pm_opp_find_freq_exact(dev, 1000000000, false);
199 ret = dev_pm_opp_enable(dev, 1000000000);
211 opp = dev_pm_opp_find_freq_exact(dev, 1000000000, true);
215 ret = dev_pm_opp_disable(dev, 1000000000);
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm23550.dtsi21 clock-frequency = <1000000000>;
30 clock-frequency = <1000000000>;
39 clock-frequency = <1000000000>;
48 clock-frequency = <1000000000>;
/linux/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c359 nsec = ((middle.tv_sec - start.tv_sec) * 1000000000) + \
362 if (send_total.tv_nsec >= 1000000000) { \
364 send_total.tv_nsec -= 1000000000; \
366 nsec = ((end.tv_sec - middle.tv_sec) * 1000000000) + \
369 if (recv_total.tv_nsec >= 1000000000) { \
371 recv_total.tv_nsec -= 1000000000; \
467 nsec = ((unsigned long long)send_total.tv_sec * 1000000000 + in perf_test_thread()
472 nsec = ((unsigned long long)recv_total.tv_sec * 1000000000 + in perf_test_thread()
494 1000000000) + (end.tv_nsec - start.tv_nsec); in perf_test_thread()
495 printf("done.\t\t%lld.%llds\n", nsec / 1000000000, in perf_test_thread()
[all …]
/linux/Documentation/devicetree/bindings/opp/
H A Dopp-v2.yaml58 opp-1000000000 {
59 opp-hz = /bits/ 64 <1000000000>;
141 opp-1000000000 {
142 opp-hz = /bits/ 64 <1000000000>;
221 opp-1000000000 {
222 opp-hz = /bits/ 64 <1000000000>;
291 opp-1000000000 {
292 opp-hz = /bits/ 64 <1000000000>;
404 opp-1000000000 {
405 opp-hz = /bits/ 64 <1000000000>;
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12b-s922x.dtsi14 opp-1000000000 {
15 opp-hz = /bits/ 64 <1000000000>;
59 opp-1000000000 {
60 opp-hz = /bits/ 64 <1000000000>;
H A Dmeson-g12b-a311d.dtsi14 opp-1000000000 {
15 opp-hz = /bits/ 64 <1000000000>;
54 opp-1000000000 {
55 opp-hz = /bits/ 64 <1000000000>;
/linux/arch/riscv/lib/
H A Ddelay.c59 * NDELAY_MULT = 2^41 * HZ / 1000000000
60 * = (2^41 / 1000000000) * HZ
62 * = 2199 * HZ + 23255550 * HZ / 1000000000
69 #define NDELAY_MULT ((unsigned long long)(2199ULL * HZ + 23255550ULL * HZ / 1000000000ULL))
/linux/samples/bpf/
H A Dmap_perf_test_user.c30 return ts.tv_sec * 1000000000ull + ts.tv_nsec; in time_get_ns()
91 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_prealloc()
200 max_cnt * 1000000000ll / (time_get_ns() - start_time)); in do_test_lru()
232 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_prealloc()
244 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_hash_kmalloc()
256 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_percpu_hash_kmalloc()
268 cpu, max_cnt * 1000000000ll / (time_get_ns() - start_time)); in test_lpm_kmalloc()
280 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_hash_lookup()
292 cpu, max_cnt * 1000000000ll * 64 / (time_get_ns() - start_time)); in test_array_lookup()
H A Dtracex4_user.c25 return ts.tv_sec * 1000000000ull + ts.tv_nsec; in time_get_ns()
40 if (val - v.val < 1000000000ll) in print_old_objects()
44 next_key, (val - v.val) / 1000000000ll, v.ip); in print_old_objects()
/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py239 …%-5u [%03u] %9u.%09u " % (machine_pid, vcpu, comm, pid, tid, cpu, ts / 1000000000, ts %1000000000)
241 return "%16s %5u/%-5u [%03u] %9u.%09u " % (comm, pid, tid, cpu, ts / 1000000000, ts %1000000000)
457 …(machine_pid, vcpu, "Trace error", pid, tid, cpu, ts / 1000000000, ts %1000000000, typ, code, msg,…
460 ("Trace error", pid, tid, cpu, ts / 1000000000, ts %1000000000, typ, code, msg, ip))
489 …(out_str, pid, tid, cpu, ts / 1000000000, ts %1000000000, np_pid, np_tid, machine_str, preempt_str)
/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dtaprio.json15 "cmdUnderTest": "$TC qdisc add dev $ETH root handle 1: taprio num_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@0 1@0 base-time 1000000000 sched-entry S 01 300000 flags 0x1 clockid CLOCK_TAI",
37 "cmdUnderTest": "$TC qdisc add dev $ETH root handle 1: taprio num_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@0 1@0 base-time 1000000000 sched-entry S 01 300000 sched-entry S 03 300000 sched-entry S 04 400000 flags 0x1 clockid CLOCK_TAI",
59 "cmdUnderTest": "$TC qdisc add dev $ETH root handle 1: taprio num_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@0 1@0 base-time 1000000000 sched-entry S 01 300000 flags 0x1 txtime-delay 500000 clockid CLOCK_TAI",
80 "$TC qdisc add dev $ETH root handle 1: taprio num_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@0 1@0 base-time 1000000000 sched-entry S 01 300000 flags 0x1 clockid CLOCK_TAI"
104 "cmdUnderTest": "$TC qdisc add dev $ETH root handle 1: taprio num_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@0 1@0 base-time 1000000000 sched-entry S 01 300000 flags 0x1 clockid CLOCK_TAI",
126 "cmdUnderTest": "$TC qdisc add dev $ETH root handle 1: taprio num_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@0 1@0 base-time 1000000000 sched-entry S 01 300000 flags 0x1 clockid CLOCK_TAI",
191 "$TC qdisc add dev $ETH root handle 1: taprio num_tc 3 map 2 2 1 0 2 2 2 2 2 2 2 2 2 2 2 2 queues 1@0 1@0 1@0 base-time 1000000000 sched-entry S 01 300000 flags 0x1 clockid CLOCK_TAI cycle-time 4294967296 || /bin/true",
/linux/Documentation/devicetree/bindings/input/
H A Dpwm-vibrator.yaml55 pwms = <&pwm9 0 1000000000 0>,
56 <&pwm8 0 1000000000 0>;
58 direction-duty-cycle-ns = <1000000000>;
/linux/drivers/net/ethernet/microchip/
H A Dlan743x_ptp.c509 start_sec += perout_request->start.nsec / 1000000000; in lan743x_ptp_perout()
510 start_nsec = perout_request->start.nsec % 1000000000; in lan743x_ptp_perout()
513 period_sec += perout_request->period.nsec / 1000000000; in lan743x_ptp_perout()
514 period_nsec = perout_request->period.nsec % 1000000000; in lan743x_ptp_perout()
738 pulse_sec += perout_request->on.nsec / 1000000000; in lan743x_ptp_io_perout()
739 pulse_nsec = perout_request->on.nsec % 1000000000; in lan743x_ptp_io_perout()
742 pulse_sec += perout_request->period.nsec / 1000000000; in lan743x_ptp_io_perout()
743 pulse_nsec = perout_request->period.nsec % 1000000000; in lan743x_ptp_io_perout()
802 period_sec += perout_request->period.nsec / 1000000000; in lan743x_ptp_io_perout()
803 period_nsec = perout_request->period.nsec % 1000000000; in lan743x_ptp_io_perout()
[all …]
/linux/include/linux/
H A Dunits.h11 #define GIGA 1000000000UL
20 #define NANO 1000000000UL
24 #define NANOHZ_PER_HZ 1000000000UL
/linux/sound/drivers/pcsp/
H A Dpcsp.h40 #define PCSP_MAX_PERIOD_NS (1000000000ULL * PCSP_MIN_RATE__1)
41 #define PCSP_MIN_PERIOD_NS (1000000000ULL * PCSP_MAX_RATE__1)
43 u64 __val = 1000000000ULL * (div); \
/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-cpus.dtsi61 clock-frequency = <1000000000>;
74 clock-frequency = <1000000000>;
87 clock-frequency = <1000000000>;
100 clock-frequency = <1000000000>;
H A Dexynos5420-cpus.dtsi110 clock-frequency = <1000000000>;
122 clock-frequency = <1000000000>;
134 clock-frequency = <1000000000>;
146 clock-frequency = <1000000000>;
/linux/Documentation/power/
H A Dopp.rst43 - {1000000000, 1300000}
150 opp = dev_pm_opp_find_freq_exact(dev, 1000000000, false);
157 dev_pm_opp_enable(dev,1000000000);
221 opp = dev_pm_opp_find_freq_exact(dev, 1000000000, false);
225 ret = dev_pm_opp_enable(dev, 1000000000);
238 opp = dev_pm_opp_find_freq_exact(dev, 1000000000, true);
242 ret = dev_pm_opp_disable(dev, 1000000000);
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-overdrive.dtsi7 assigned-clock-rates = <0>, <1000000000>;
14 assigned-clock-rates = <0>, <1000000000>;
/linux/arch/arm/boot/dts/sigmastar/
H A Dmstar-infinity2m.dtsi10 opp-1000000000 {
11 opp-hz = /bits/ 64 <1000000000>;
/linux/kernel/time/
H A Dtimeconst.bc104 cd=gcd(hz,1000000000)
105 print "#define HZ_TO_NSEC_NUM\t\t", 1000000000/cd, "\n"
108 print "#define NSEC_TO_HZ_DEN\t\t", 1000000000/cd, "\n"

12345678910>>...18