Searched refs:load_time (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/tools/power/cpupower/bench/ |
D | benchmark.c | 82 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 …]
|
D | system.c | 129 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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_obj_id.c | 33 time_t now, load_time; in test_bpf_obj_id() local 123 load_time = (real_time_ts.tv_sec - boot_time_ts.tv_sec) in test_bpf_obj_id() 124 + (prog_infos[i].load_time / nsec_per_sec); in test_bpf_obj_id() 133 load_time < now - 60 || load_time > now + 60 || in test_bpf_obj_id() 152 load_time, now, in test_bpf_obj_id()
|
/kernel/linux/linux-5.10/drivers/staging/olpc_dcon/ |
D | olpc_dcon.c | 241 delta_t = ktime_sub(now, dcon->load_time); in dcon_load_holdoff() 318 dcon->load_time = ktime_get(); in dcon_source_switch() 330 dcon->load_time = ktime_get(); in dcon_source_switch() 348 delta_t = ktime_sub(dcon->irq_time, dcon->load_time); in dcon_source_switch() 355 dcon->load_time = ktime_get(); in dcon_source_switch()
|
D | olpc_dcon.h | 84 ktime_t load_time; member
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
D | prog.c | 383 if (info->load_time) { in print_prog_json() 386 print_boot_time(info->load_time, buf, sizeof(buf)); in print_prog_json() 460 if (info->load_time) { in print_prog_plain() 463 print_boot_time(info->load_time, buf, sizeof(buf)); in print_prog_plain()
|
/kernel/linux/linux-5.10/Documentation/bpf/ |
D | drgn.rst | 176 .load_time = (u64)2408348759285319,
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | bpf.h | 535 __u64 load_time; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | bpf.h | 4371 __u64 load_time; /* ns since boottime */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | bpf.h | 751 __u64 load_time; member
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | bpf.h | 4371 __u64 load_time; /* ns since boottime */ member
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | syscall.c | 2224 prog->aux->load_time = ktime_get_boottime_ns(); in bpf_prog_load() 3435 info.load_time = prog->aux->load_time; in bpf_prog_get_info_by_fd()
|
/kernel/linux/linux-5.10/include/linux/ |
D | bpf.h | 878 u64 load_time; /* ns since boottime */ member
|