Searched refs:NS_TO_JIFFIES (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/sched/ | ||
| H A D | sched.h | 130 #define NS_TO_JIFFIES(time) ((unsigned long)(time) / (NSEC_PER_SEC/HZ)) macro |
| H A D | fair.c | 13613 rr_interval = NS_TO_JIFFIES(se->slice); in get_rr_interval_fair() |