Home
last modified time | relevance | path

Searched refs:ktime (Results 1 – 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dhrtimer.h70 union ktime { union
116 union ktime _softexpires; /**< Structure of the scheduled time. */
136 union ktime _softexpires; /**< Structure of the scheduled time. */
147 union ktime _softexpires; /**< Structure of the scheduled time. */
217 int linux_hrtimer_create(struct hrtimer *timer, union ktime time, Handler handler);
245 int linux_hrtimer_start(struct hrtimer *timer, union ktime time, const enum hrtimer_mode mode);
299 u64 linux_hrtimer_forward(struct hrtimer *timer, union ktime interval);
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_hrtimer.c227 STATIC struct hrtimer_list_node *HrtimerListNodeInit(union ktime time) in HrtimerListNodeInit()
243 union ktime time) in ChangeNodePosition()
315 STATIC UINT32 CheckTime(union ktime *time) in CheckTime()
338 int linux_hrtimer_create(struct hrtimer *timer, union ktime time, Handler handler) in linux_hrtimer_create()
358 STATIC struct handler_list_node *HandleNodeInit(union ktime time, struct hrtimer *timer) in HandleNodeInit()
371 int linux_hrtimer_start(struct hrtimer *timer, union ktime time, const enum hrtimer_mode mode) in linux_hrtimer_start()
477 u64 linux_hrtimer_forward(struct hrtimer *timer, union ktime interval) in linux_hrtimer_forward()
/third_party/python/Modules/
Dtimemodule.c1190 _PyTime_t ktime, utime, t; local
1210 ktime = large.QuadPart;
1217 t = _PyTime_FromNanoseconds((ktime + utime) * 100);
1383 _PyTime_t ktime, utime, t; local
1403 ktime = large.QuadPart;
1410 t = _PyTime_FromNanoseconds((ktime + utime) * 100);
/third_party/tzdata/
Dzic.c2765 register zic_t jtime, ktime; in outzone() local
2768 INITIALIZE(ktime); in outzone()
2802 if (k < 0 || jtime < ktime) { in outzone()
2804 ktime = jtime; in outzone()
2805 } else if (jtime == ktime) { in outzone()
2821 if (useuntil && ktime >= untiltime) in outzone()
2824 if (usestart && ktime == starttime) in outzone()
2827 if (ktime < starttime) { in outzone()
2864 && ktime < attypes[lastatmax].at)) in outzone()
2866 addtt(ktime, type); in outzone()
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c2488 register zic_t jtime, ktime; in outzone() local
2491 INITIALIZE(ktime); in outzone()
2525 if (k < 0 || jtime < ktime) { in outzone()
2527 ktime = jtime; in outzone()
2534 if (useuntil && ktime >= untiltime) in outzone()
2537 if (usestart && ktime == starttime) in outzone()
2540 if (ktime < starttime) { in outzone()
2594 addtt(ktime, type); in outzone()
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c2488 register zic_t jtime, ktime; in outzone() local
2491 INITIALIZE(ktime); in outzone()
2525 if (k < 0 || jtime < ktime) { in outzone()
2527 ktime = jtime; in outzone()
2534 if (useuntil && ktime >= untiltime) in outzone()
2537 if (usestart && ktime == starttime) in outzone()
2540 if (ktime < starttime) { in outzone()
2594 addtt(ktime, type); in outzone()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c2488 register zic_t jtime, ktime; in outzone() local
2491 INITIALIZE(ktime); in outzone()
2525 if (k < 0 || jtime < ktime) { in outzone()
2527 ktime = jtime; in outzone()
2534 if (useuntil && ktime >= untiltime) in outzone()
2537 if (usestart && ktime == starttime) in outzone()
2540 if (ktime < starttime) { in outzone()
2594 addtt(ktime, type); in outzone()