Searched defs:period (Results 1 – 10 of 10) sorted by relevance
/kernel/ |
D | watchdog_hld.c | 50 void watchdog_update_hrtimer_threshold(u64 period) in watchdog_update_hrtimer_threshold()
|
/kernel/sched/ |
D | psi.c | 287 u64 time, u64 period) in calc_avgs() 364 u64 expires, period; in update_averages() local 1331 u64 period = ULLONG_MAX; in psi_trigger_destroy() local
|
D | deadline.c | 494 void init_dl_bandwidth(struct dl_bandwidth *dl_b, u64 period, u64 runtime) in init_dl_bandwidth() 2753 u64 period = global_rt_period(); in sched_dl_global_validate() local 2843 u64 period = attr->sched_period ?: attr->sched_deadline; in sched_dl_overflow() local 2942 u64 period, max, min; in __checkparam_dl() local
|
D | core.c | 4846 unsigned long to_ratio(u64 period, u64 runtime) in to_ratio() 10816 static int tg_set_cfs_bandwidth(struct task_group *tg, u64 period, u64 quota, in tg_set_cfs_bandwidth() 10906 u64 quota, period, burst; in tg_set_cfs_quota() local 10935 u64 quota, period, burst; in tg_set_cfs_period() local 10959 u64 quota, period, burst; in tg_set_cfs_burst() local 11019 u64 period, quota; member 11029 u64 quota, period; in normalize_cfs_quota() local 11079 static int __cfs_schedulable(struct task_group *tg, u64 period, u64 quota) in __cfs_schedulable() 11329 long period, long quota) in cpu_period_quota_print() 11373 u64 period = tg_get_cfs_period(tg); in cpu_max_write() local
|
D | rt.c | 96 void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime) in init_rt_bandwidth() 2870 u64 period, runtime; in tg_rt_schedulable() local 2922 static int __rt_schedulable(struct task_group *tg, u64 period, u64 runtime) in __rt_schedulable()
|
D | fair.c | 1190 unsigned long period = smin; in task_scan_start() local 1223 unsigned long period = smax; in task_scan_max() local 2439 static u64 numa_get_avg_runtime(struct task_struct *p, u64 *period) in numa_get_avg_runtime() 2558 u64 runtime, period; in task_numa_placement() local 3134 u64 period, now; in task_tick_numa() local
|
D | sched.h | 348 ktime_t period; member
|
/kernel/irq/ |
D | timings.c | 319 int period; in irq_timings_next_event_index() local
|
/kernel/time/ |
D | tick-sched.c | 160 ktime_t period; in tick_init_jiffy_update() local
|
/kernel/events/ |
D | core.c | 4067 s64 period, sample_period; in perf_adjust_period() local 4103 u64 now, period = TICK_NSEC; in perf_adjust_freq_unthr_context() local 9451 u64 period = hwc->last_period; in perf_swevent_set_period() local 10803 u64 period; in perf_swevent_hrtimer() local 10830 s64 period; in perf_swevent_start_hrtimer() local
|