Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/cpupower/bench/
Dbenchmark.c95 long sleep_time = 0, load_time = 0; in start_benchmark() local
101 load_time = config->load; in start_benchmark()
122 calculations = calculate_timespace(load_time, config); in start_benchmark()
127 calculations, load_time); in start_benchmark()
130 _round, load_time, sleep_time); in start_benchmark()
134 load_time / calculations, in start_benchmark()
135 1000000 * calculations / load_time); in start_benchmark()
149 load_time, calculations); in start_benchmark()
154 progress_time += sleep_time + load_time; in start_benchmark()
175 load_time, calculations); in start_benchmark()
[all …]
Dsystem.c142 unsigned long load_time = 0; in prepare_user() local
148 load_time += 2 * config->cycles * in prepare_user()
155 (int)((sleep_time + load_time) / 60000000)); in prepare_user()
/Linux-v4.19/drivers/staging/olpc_dcon/
Dolpc_dcon.c244 delta_t = ktime_sub(now, dcon->load_time); in dcon_load_holdoff()
325 dcon->load_time = ktime_get(); in dcon_source_switch()
337 dcon->load_time = ktime_get(); in dcon_source_switch()
355 delta_t = ktime_sub(dcon->irq_time, dcon->load_time); in dcon_source_switch()
362 dcon->load_time = ktime_get(); in dcon_source_switch()
Dolpc_dcon.h84 ktime_t load_time; member
/Linux-v4.19/tools/bpf/bpftool/
Dprog.c250 if (info->load_time) { in print_prog_json()
253 print_boot_time(info->load_time, buf, sizeof(buf)); in print_prog_json()
312 if (info->load_time) { in print_prog_plain()
315 print_boot_time(info->load_time, buf, sizeof(buf)); in print_prog_plain()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_progs.c439 time_t now, load_time; in test_bpf_obj_id() local
514 load_time = (real_time_ts.tv_sec - boot_time_ts.tv_sec) in test_bpf_obj_id()
515 + (prog_infos[i].load_time / nsec_per_sec); in test_bpf_obj_id()
524 load_time < now - 60 || load_time > now + 60 || in test_bpf_obj_id()
539 load_time, now, in test_bpf_obj_id()
/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h2480 __u64 load_time; /* ns since boottime */ member
/Linux-v4.19/include/uapi/linux/
Dbpf.h2480 __u64 load_time; /* ns since boottime */ member
/Linux-v4.19/kernel/bpf/
Dsyscall.c1413 prog->aux->load_time = ktime_get_boot_ns(); in bpf_prog_load()
1939 info.load_time = prog->aux->load_time; in bpf_prog_get_info_by_fd()
/Linux-v4.19/include/linux/
Dbpf.h290 u64 load_time; /* ns since boottime */ member