Home
last modified time | relevance | path

Searched refs:load_time (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/tools/power/cpupower/bench/
H A Dbenchmark.c82 long sleep_time = 0, load_time = 0; in start_benchmark() local
88 load_time = config->load; in start_benchmark()
109 calculations = calculate_timespace(load_time, config); in start_benchmark()
114 calculations, load_time); in start_benchmark()
117 _round, load_time, sleep_time); in start_benchmark()
121 load_time / calculations, in start_benchmark()
122 1000000 * calculations / load_time); in start_benchmark()
136 load_time, calculations); in start_benchmark()
141 progress_time += sleep_time + load_time; in start_benchmark()
162 load_time, calculations); in start_benchmark()
[all …]
H A Dsystem.c129 unsigned long load_time = 0; in prepare_user() local
135 load_time += 2 * config->cycles * in prepare_user()
142 (int)((sleep_time + load_time) / 60000000)); in prepare_user()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dperf.py31 load_time = info[1]
32 … print('Trying \'' + full_url + '\', ' + str(status_code) + ', ' + str(load_time))
55 load_time = req.elapsed
56 info.append(load_time)
/openbmc/qemu/hw/misc/
H A Dmos6522.c176 ti->load_time = get_load_time(s, ti); in set_counter()
179 mos6522_timer1_update(s, ti, ti->load_time); in set_counter()
181 mos6522_timer2_update(s, ti, ti->load_time); in set_counter()
196 d = muldiv64(qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) - ti->load_time, in get_next_irq_time()
217 ti->load_time; in get_next_irq_time()
275 return muldiv64(qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) - ti->load_time, in mos6522_get_counter_value()
281 uint64_t load_time = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in mos6522_get_load_time() local
283 return load_time; in mos6522_get_load_time()
560 s->timers[0].load_time, in qmp_x_query_via_foreach()
572 s->timers[1].load_time, in qmp_x_query_via_foreach()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_id.c33 time_t now, load_time; in serial_test_bpf_obj_id() local
123 load_time = (real_time_ts.tv_sec - boot_time_ts.tv_sec) in serial_test_bpf_obj_id()
124 + (prog_infos[i].load_time / nsec_per_sec); in serial_test_bpf_obj_id()
133 load_time < now - 60 || load_time > now + 60 || in serial_test_bpf_obj_id()
152 load_time, now, in serial_test_bpf_obj_id()
/openbmc/linux/drivers/staging/olpc_dcon/
H A Dolpc_dcon.c242 delta_t = ktime_sub(now, dcon->load_time); in dcon_load_holdoff()
319 dcon->load_time = ktime_get(); in dcon_source_switch()
331 dcon->load_time = ktime_get(); in dcon_source_switch()
349 delta_t = ktime_sub(dcon->irq_time, dcon->load_time); in dcon_source_switch()
356 dcon->load_time = ktime_get(); in dcon_source_switch()
H A Dolpc_dcon.h84 ktime_t load_time; member
/openbmc/qemu/hw/misc/macio/
H A Dcuda.c76 ti->load_time; in cuda_get_counter_value()
86 uint64_t load_time = muldiv64(qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL), in cuda_get_load_time() local
88 return load_time; in cuda_get_load_time()
/openbmc/qemu/include/hw/misc/
H A Dmos6522.h108 int64_t load_time; member
/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c453 if (info->load_time) { in print_prog_json()
456 print_boot_time(info->load_time, buf, sizeof(buf)); in print_prog_json()
536 if (info->load_time) { in print_prog_plain()
539 print_boot_time(info->load_time, buf, sizeof(buf)); in print_prog_plain()
/openbmc/linux/Documentation/bpf/
H A Ddrgn.rst176 .load_time = (u64)2408348759285319,
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6426 __u64 load_time; /* ns since boottime */ member
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6429 __u64 load_time; /* ns since boottime */ member
/openbmc/linux/kernel/bpf/
H A Dsyscall.c2737 prog->aux->load_time = ktime_get_boottime_ns(); in bpf_prog_load()
4410 info.load_time = prog->aux->load_time; in bpf_prog_get_info_by_fd()
/openbmc/linux/include/linux/
H A Dbpf.h1450 u64 load_time; /* ns since boottime */ member