/src/sys/external/bsd/drm2/linux/ |
linux_hrtimer.c | 156 hrtimer_forward(struct hrtimer *hrt, ktime_t now, ktime_t period) function in typeref:typename:uint64_t 188 return hrtimer_forward(hrt, ktime_get(), period);
|
linux_hrtimer.c | 156 hrtimer_forward(struct hrtimer *hrt, ktime_t now, ktime_t period) function in typeref:typename:uint64_t 188 return hrtimer_forward(hrt, ktime_get(), period);
|
/src/sys/external/bsd/drm2/include/linux/ |
hrtimer.h | 64 #define hrtimer_forward linux_hrtimer_forward macro 79 uint64_t hrtimer_forward(struct hrtimer *, ktime_t, ktime_t);
|
hrtimer.h | 64 #define hrtimer_forward linux_hrtimer_forward macro 79 uint64_t hrtimer_forward(struct hrtimer *, ktime_t, ktime_t);
|