Searched refs:get_time (Results 1 - 23 of 23) sorted by relevance

/linux-master/tools/power/cpupower/bench/
H A Dsystem.h9 long long get_time();
H A Dbenchmark.c44 now = get_time();
46 then = get_time();
55 now = get_time();
57 then = get_time();
126 now = get_time();
129 then = get_time();
152 now = get_time();
155 then = get_time();
H A Dsystem.c27 long long int get_time() function
/linux-master/scripts/
H A Dshow_delta44 def get_time(line): function
65 (time, rest) = get_time(line)
111 (time, rest) = get_time(line)
/linux-master/include/linux/
H A Dhrtimer.h159 return ktime_sub(timer->node.expires, timer->base->get_time());
164 return timer->base->get_time();
204 timer->base->get_time());
355 return hrtimer_forward(timer, timer->base->get_time(), interval);
H A Dhrtimer_defs.h44 * @get_time: function to retrieve the current time of the clock
54 ktime_t (*get_time)(void); member in struct:hrtimer_clock_base
H A Defi.h267 u32 get_time; member in struct:__anon1099
320 efi_get_time_t __efiapi *get_time; member in struct:__anon1100::__anon1101
655 efi_get_time_t *get_time; member in struct:efi
/linux-master/net/sched/
H A Dsch_etf.c37 ktime_t (*get_time)(void); member in struct:etf_sched_data
101 now = q->get_time();
263 now = q->get_time();
396 q->get_time = ktime_get_real;
399 q->get_time = ktime_get;
402 q->get_time = ktime_get_boottime;
405 q->get_time = ktime_get_clocktai;
/linux-master/drivers/xen/
H A Defi.c46 struct xen_platform_op op = INIT_EFI_OP(get_time);
52 BUILD_BUG_ON(sizeof(*tm) != sizeof(efi_data(op).u.get_time.time));
53 memcpy(tm, &efi_data(op).u.get_time.time, sizeof(*tm));
57 tc->resolution = efi_data(op).u.get_time.resolution;
58 tc->accuracy = efi_data(op).u.get_time.accuracy;
281 efi.get_time = xen_efi_get_time;
/linux-master/drivers/rtc/
H A Drtc-efi.c163 status = efi.get_time(&eft, &cap);
200 efi.get_time(&eft, &cap);
264 if (efi.get_time(&eft, &cap) != EFI_SUCCESS)
/linux-master/include/linux/sunrpc/
H A Dcache.h289 static inline int get_time(char **bpp, time64_t *time) function
312 error = get_time(bpp, rvp);
/linux-master/kernel/time/
H A Dhrtimer.c77 .get_time = &ktime_get,
82 .get_time = &ktime_get_real,
87 .get_time = &ktime_get_boottime,
92 .get_time = &ktime_get_clocktai,
97 .get_time = &ktime_get,
102 .get_time = &ktime_get_real,
107 .get_time = &ktime_get_boottime,
112 .get_time = &ktime_get_clocktai,
1251 tim = ktime_add_safe(tim, base->get_time());
H A Dtimer_list.c106 SEQ_printf(m, " .get_time: %ps\n", base->get_time);
H A Dposix-timers.c247 timr->it_overrun += hrtimer_forward(timer, timer->base->get_time(),
806 expires = ktime_add_safe(expires, timer->base->get_time());
/linux-master/sound/core/
H A Dhrtimer.c46 delta = ktime_sub(hrt->base->get_time(), hrtimer_get_expires(hrt));
/linux-master/drivers/firmware/efi/
H A Druntime-wrappers.c227 status = efi_call_virt(get_time,
558 efi.get_time = virt_efi_get_time;
/linux-master/drivers/media/rc/
H A Dpwm-ir-tx.c143 now = timer->base->get_time();
/linux-master/include/xen/interface/
H A Dplatform.h141 } get_time; member in union:xenpf_efi_runtime_call::__anon852
/linux-master/drivers/firmware/efi/test/
H A Defi_test.c289 status = efi.get_time(gettime.time ? &efi_time : NULL,
/linux-master/arch/x86/platform/efi/
H A Defi_64.c833 efi.get_time = efi_thunk_get_time;
/linux-master/lib/
H A Dtest_objpool.c167 hrtimer_forward(hrt, hrt->base->get_time(), item->hrtcycle);
/linux-master/kernel/
H A Dsignal.c660 hrtimer_forward(tmr, tmr->base->get_time(),
/linux-master/kernel/sched/
H A Dcore.c841 rq->hrtick_time = ktime_add_ns(timer->base->get_time(), delta);

Completed in 273 milliseconds