/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | timer-tegra.c | 206 .rating = 200, 252 int rating) in tegra_init_timer() 316 cpu_to->clkevt.rating = rating; in tegra_init_timer() 386 int rating; in tegra20_init_timer() local 398 rating = 460; in tegra20_init_timer() 400 rating = 330; in tegra20_init_timer() 402 return tegra_init_timer(np, true, rating); in tegra20_init_timer() 251 tegra_init_timer(struct device_node *np, bool tegra20, int rating) tegra_init_timer() argument
|
H A D | mmio.c | 45 * @rating: Rating of the clocksource 50 unsigned long hz, int rating, unsigned bits, in clocksource_mmio_init() 64 cs->clksrc.rating = rating; in clocksource_mmio_init() 49 clocksource_mmio_init(void __iomem *base, const char *name, unsigned long hz, int rating, unsigned bits, u64 (*read)(struct clocksource *)) clocksource_mmio_init() argument
|
H A D | dw_apb_timer.c | 228 * @rating: The rating to give the timer. 241 dw_apb_clockevent_init(int cpu, const char *name, unsigned rating, in dw_apb_clockevent_init() argument 271 dw_ced->ced.rating = rating; in dw_apb_clockevent_init() 369 * @rating: The rating to give the clocksource. 379 dw_apb_clocksource_init(unsigned rating, const char *name, void __iomem *base, in dw_apb_clocksource_init() argument 390 dw_cs->cs.rating = rating; in dw_apb_clocksource_init() [all...] |
H A D | arc_timer.c | 97 .rating = 400, 155 .rating = 350, 208 .rating = 300, 273 .rating = 300,
|
H A D | numachip.c | 22 .rating = 295, 39 .rating = 400,
|
H A D | timer-imx-tpm.c | 131 .rating = 200, 161 to_tpm.clkevt.rating, in tpm_clocksource_init() 201 /* use rating 200 for 32-bit counter and 150 for 16-bit counter */ in tpm_timer_init() 202 to_tpm.clkevt.rating = counter_width == 0x20 ? 200 : 150; in tpm_timer_init()
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | timer-tegra.c | 206 .rating = 200, 252 int rating) in tegra_init_timer() 316 cpu_to->clkevt.rating = rating; in tegra_init_timer() 386 int rating; in tegra20_init_timer() local 398 rating = 460; in tegra20_init_timer() 400 rating = 330; in tegra20_init_timer() 402 return tegra_init_timer(np, true, rating); in tegra20_init_timer() 251 tegra_init_timer(struct device_node *np, bool tegra20, int rating) tegra_init_timer() argument
|
H A D | mmio.c | 45 * @rating: Rating of the clocksource 50 unsigned long hz, int rating, unsigned bits, in clocksource_mmio_init() 64 cs->clksrc.rating = rating; in clocksource_mmio_init() 49 clocksource_mmio_init(void __iomem *base, const char *name, unsigned long hz, int rating, unsigned bits, u64 (*read)(struct clocksource *)) clocksource_mmio_init() argument
|
H A D | dw_apb_timer.c | 228 * @rating: The rating to give the timer. 241 dw_apb_clockevent_init(int cpu, const char *name, unsigned rating, in dw_apb_clockevent_init() argument 271 dw_ced->ced.rating = rating; in dw_apb_clockevent_init() 369 * @rating: The rating to give the clocksource. 379 dw_apb_clocksource_init(unsigned rating, const char *name, void __iomem *base, in dw_apb_clocksource_init() argument 390 dw_cs->cs.rating = rating; in dw_apb_clocksource_init() [all...] |
H A D | arc_timer.c | 97 .rating = 400, 155 .rating = 350, 208 .rating = 300, 273 .rating = 300,
|
H A D | hyperv_timer.c | 140 ce->rating = 1000; in hv_stimer_init() 469 .rating = 500, 490 .rating = 495, 528 * Hyper-V Reference TSC rating, causing the generic TSC to be used. in hv_init_tsc_clocksource() 533 hyperv_cs_tsc.rating = 250; in hv_init_tsc_clocksource() 534 hyperv_cs_msr.rating = 245; in hv_init_tsc_clocksource()
|
H A D | numachip.c | 22 .rating = 295, 39 .rating = 400,
|
H A D | timer-imx-tpm.c | 131 .rating = 200, 161 to_tpm.clkevt.rating, in tpm_clocksource_init() 201 /* use rating 200 for 32-bit counter and 150 for 16-bit counter */ in tpm_timer_init() 202 to_tpm.clkevt.rating = counter_width == 0x20 ? 200 : 150; in tpm_timer_init()
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | unwinder.c | 32 .rating = 50, 41 * is the unwinder with the highest rating. 44 * by rating. 63 * Select the stack unwinder with the best rating. This is useful for 81 * Enqueue the stack unwinder sorted by rating. 94 if (o->rating >= ops->rating) in unwinder_enqueue() 107 * by rating. 144 * one with a lower rating. in unwind_stack()
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | unwinder.c | 32 .rating = 50, 41 * is the unwinder with the highest rating. 44 * by rating. 63 * Select the stack unwinder with the best rating. This is useful for 81 * Enqueue the stack unwinder sorted by rating. 94 if (o->rating >= ops->rating) in unwinder_enqueue() 107 * by rating. 144 * one with a lower rating. in unwind_stack()
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | clocksource.c | 134 static void __clocksource_change_rating(struct clocksource *cs, int rating); 170 cs->rating = 0; in __clocksource_unstable() 553 if (!watchdog || cs->rating > watchdog->rating) in clocksource_select_watchdog() 669 /* Pick the best rating. */ in __clocksource_suspend_select() 670 if (!suspend_clocksource || cs->rating > suspend_clocksource->rating) in __clocksource_suspend_select() 901 * We pick the clocksource with the highest rating. If oneshot in clocksource_find_best() 903 * the best rating. in clocksource_find_best() 971 * Select the clocksource with the best rating, o 1160 __clocksource_change_rating(struct clocksource *cs, int rating) __clocksource_change_rating() argument 1172 clocksource_change_rating(struct clocksource *cs, int rating) clocksource_change_rating() argument [all...] |
H A D | jiffies.c | 53 .rating = 1, /* lowest valid rating*/ 105 refined_jiffies.rating++; in register_refined_jiffies()
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | clocksource.c | 151 static void __clocksource_change_rating(struct clocksource *cs, int rating); 181 cs->rating = 0; in __clocksource_unstable() 642 if (!watchdog || cs->rating > watchdog->rating) in clocksource_select_watchdog() 758 /* Pick the best rating. */ in __clocksource_suspend_select() 759 if (!suspend_clocksource || cs->rating > suspend_clocksource->rating) in __clocksource_suspend_select() 988 * We pick the clocksource with the highest rating. If oneshot in clocksource_find_best() 990 * the best rating. in clocksource_find_best() 1058 * Select the clocksource with the best rating, o 1243 __clocksource_change_rating(struct clocksource *cs, int rating) __clocksource_change_rating() argument 1255 clocksource_change_rating(struct clocksource *cs, int rating) clocksource_change_rating() argument [all...] |
H A D | jiffies.c | 34 .rating = 1, /* lowest valid rating*/ 87 refined_jiffies.rating++; in register_refined_jiffies()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dw_apb_timer.h | 42 dw_apb_clockevent_init(int cpu, const char *name, unsigned rating, 45 dw_apb_clocksource_init(unsigned rating, const char *name, void __iomem *base,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dw_apb_timer.h | 42 dw_apb_clockevent_init(int cpu, const char *name, unsigned rating, 45 dw_apb_clocksource_init(unsigned rating, const char *name, void __iomem *base,
|
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | governor.c | 96 (cpuidle_curr_governor->rating < gov->rating && in cpuidle_register_governor()
|
/kernel/linux/linux-6.6/drivers/cpuidle/ |
H A D | governor.c | 95 (cpuidle_curr_governor->rating < gov->rating && in cpuidle_register_governor()
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | time.c | 125 .rating = 100, in init_rtc_clockevent() 147 .rating = 400, 193 .rating = 400, in init_qemu_clockevent() 275 .rating = 300,
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | time.c | 125 .rating = 100, in init_rtc_clockevent() 147 .rating = 400, 193 .rating = 400, in init_qemu_clockevent() 275 .rating = 300,
|