Searched refs:ktime (Results 1 - 6 of 6) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | hrtimer.h | 68 union ktime { union 114 union ktime _softexpires; /**< Structure of the scheduled time. */ 134 union ktime _softexpires; /**< Structure of the scheduled time. */ 145 union ktime _softexpires; /**< Structure of the scheduled time. */ 215 int linux_hrtimer_create(struct hrtimer *timer, union ktime time, Handler handler); 243 int linux_hrtimer_start(struct hrtimer *timer, union ktime time, const enum hrtimer_mode mode); 297 u64 linux_hrtimer_forward(struct hrtimer *timer, union ktime interval);
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_hrtimer.c | 221 STATIC struct hrtimer_list_node *HrtimerListNodeInit(union ktime time) in HrtimerListNodeInit() 237 union ktime time) in ChangeNodePosition() 309 STATIC UINT32 CheckTime(union ktime *time) in CheckTime() 332 int linux_hrtimer_create(struct hrtimer *timer, union ktime time, Handler handler) in linux_hrtimer_create() 352 STATIC struct handler_list_node *HandleNodeInit(union ktime time, struct hrtimer *timer) in HandleNodeInit() 365 int linux_hrtimer_start(struct hrtimer *timer, union ktime time, const enum hrtimer_mode mode) in linux_hrtimer_start() 471 u64 linux_hrtimer_forward(struct hrtimer *timer, union ktime interval) in linux_hrtimer_forward()
|
/third_party/python/Modules/ |
H A D | timemodule.c | 1216 _PyTime_t ktime, utime, t; local 1236 ktime = large.QuadPart; 1242 /* ktime and utime have a resolution of 100 nanoseconds */ 1243 t = _PyTime_FromNanoseconds((ktime + utime) * 100); 1409 _PyTime_t ktime, utime, t; local 1429 ktime = large.QuadPart; 1435 /* ktime and utime have a resolution of 100 nanoseconds */ 1436 t = _PyTime_FromNanoseconds((ktime + utime) * 100);
|
/third_party/tzdata/ |
H A D | zic.c | 3272 register zic_t jtime, ktime; in outzone() local 3277 INITIALIZE(ktime); in outzone() 3311 if (k < 0 || jtime < ktime) { in outzone() 3313 ktime = jtime; in outzone() 3314 } else if (jtime == ktime) { in outzone() 3330 if (useuntil && ktime >= untiltime) { in outzone() 3340 if (usestart && ktime == starttime) in outzone() 3343 if (ktime < starttime) { in outzone() 3373 addtt(ktime, type); in outzone() 3374 if (nonTZlimtime < ktime in outzone() [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 2489 register zic_t jtime, ktime; in outzone() local 2492 INITIALIZE(ktime); in outzone() 2526 if (k < 0 || jtime < ktime) { in outzone() 2528 ktime = jtime; in outzone() 2535 if (useuntil && ktime >= untiltime) in outzone() 2538 if (usestart && ktime == starttime) in outzone() 2541 if (ktime < starttime) { in outzone() 2595 addtt(ktime, type); in outzone()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zic.c | 2488 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()
|
Completed in 17 milliseconds