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

/linux-master/tools/power/cpupower/bench/
H A Dbenchmark.c82 long sleep_time = 0, load_time = 0; local
88 load_time = config->load;
109 calculations = calculate_timespace(load_time, config);
114 calculations, load_time);
117 _round, load_time, sleep_time);
121 load_time / calculations,
122 1000000 * calculations / load_time);
136 load_time, calculations);
141 progress_time += sleep_time + load_time;
162 load_time, calculation
[all...]
H A Dsystem.c129 unsigned long load_time = 0; local
135 load_time += 2 * config->cycles *
142 (int)((sleep_time + load_time) / 60000000));
/linux-master/drivers/staging/olpc_dcon/
H A Dolpc_dcon.h84 ktime_t load_time; member in struct:dcon_priv
H A Dolpc_dcon.c242 delta_t = ktime_sub(now, dcon->load_time);
319 dcon->load_time = ktime_get();
331 dcon->load_time = ktime_get();
349 delta_t = ktime_sub(dcon->irq_time, dcon->load_time);
356 dcon->load_time = ktime_get();
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_id.c33 time_t now, load_time; local
117 load_time = (real_time_ts.tv_sec - boot_time_ts.tv_sec)
118 + (prog_infos[i].load_time / nsec_per_sec);
128 !ASSERT_GE(load_time, (now - 60), "load_time") ||
129 !ASSERT_LE(load_time, (now + 60), "load_time") ||
/linux-master/tools/bpf/bpftool/
H A Dprog.c453 if (info->load_time) {
456 print_boot_time(info->load_time, buf, sizeof(buf));
458 /* Piggy back on load_time, since 0 uid is a valid one */
537 if (info->load_time) {
540 print_boot_time(info->load_time, buf, sizeof(buf));
542 /* Piggy back on load_time, since 0 uid is a valid one */
/linux-master/include/uapi/linux/
H A Dbpf.h6544 __u64 load_time; /* ns since boottime */ member in struct:bpf_prog_info
/linux-master/tools/include/uapi/linux/
H A Dbpf.h6544 __u64 load_time; /* ns since boottime */ member in struct:bpf_prog_info
/linux-master/kernel/bpf/
H A Dsyscall.c2884 prog->aux->load_time = ktime_get_boottime_ns();
4563 info.load_time = prog->aux->load_time;
/linux-master/include/linux/
H A Dbpf.h1483 u64 load_time; /* ns since boottime */ member in struct:bpf_prog_aux

Completed in 976 milliseconds