Searched defs:period (Results 1 – 8 of 8) sorted by relevance
/kernel/sched/ |
D | core.c | 94 void start_bandwidth_timer(struct hrtimer *period_timer, ktime_t period) in start_bandwidth_timer() 776 s64 period = sched_avg_period(); in sched_avg_update() local 2260 unsigned long to_ratio(u64 period, u64 runtime) in to_ratio() 2343 u64 period = attr->sched_period ?: attr->sched_deadline; in dl_overflow() local 7928 u64 period, runtime; in tg_rt_schedulable() local 7979 static int __rt_schedulable(struct task_group *tg, u64 period, u64 runtime) in __rt_schedulable() 8119 u64 period = global_rt_period(); in sched_dl_global_constraints() local 8368 static int tg_set_cfs_bandwidth(struct task_group *tg, u64 period, u64 quota) in tg_set_cfs_bandwidth() 8445 u64 quota, period; in tg_set_cfs_quota() local 8471 u64 quota, period; in tg_set_cfs_period() local [all …]
|
D | deadline.c | 71 void init_dl_bandwidth(struct dl_bandwidth *dl_b, u64 period, u64 runtime) in init_dl_bandwidth()
|
D | rt.c | 39 void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime) in init_rt_bandwidth()
|
D | fair.c | 1584 static u64 numa_get_avg_runtime(struct task_struct *p, u64 *period) in numa_get_avg_runtime() 1611 u64 runtime, period; in task_numa_placement() local 2068 u64 period, now; in task_tick_numa() local
|
D | sched.h | 199 ktime_t period; member
|
/kernel/time/ |
D | timer_stats.c | 282 struct timespec period; in tstats_show() local
|
D | tick-sched.c | 100 ktime_t period; in tick_init_jiffy_update() local
|
/kernel/events/ |
D | core.c | 2913 s64 period, sample_period; in perf_adjust_period() local 2949 u64 now, period = TICK_NSEC; in perf_adjust_freq_unthr_context() local 5873 u64 period = hwc->last_period; in perf_swevent_set_period() local 6475 u64 period; in perf_swevent_hrtimer() local 6502 s64 period; in perf_swevent_start_hrtimer() local
|