| /linux/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()
|
| /linux/drivers/clocksource/ |
| H A D | mmio.c | 45 * @rating: Rating of the clocksource 50 unsigned long hz, int rating, unsigned bits, in clocksource_mmio_init() argument 64 cs->clksrc.rating = rating; in clocksource_mmio_init()
|
| H A D | dw_apb_timer.c | 209 * @rating: The rating to give the timer. 222 dw_apb_clockevent_init(int cpu, const char *name, unsigned rating, in dw_apb_clockevent_init() argument 251 dw_ced->ced.rating = rating; in dw_apb_clockevent_init() 329 * @rating: The rating to give the clocksource. 339 dw_apb_clocksource_init(unsigned rating, const char *name, void __iomem *base, in dw_apb_clocksource_init() argument 350 dw_cs->cs.rating = rating; in dw_apb_clocksource_init()
|
| H A D | timer-imx-tpm.c | 139 .rating = 200, 169 to_tpm.clkevt.rating, in tpm_clocksource_init() 209 /* use rating 200 for 32-bit counter and 150 for 16-bit counter */ in tpm_timer_init() 210 to_tpm.clkevt.rating = counter_width == 0x20 ? 200 : 150; in tpm_timer_init()
|
| H A D | numachip.c | 22 .rating = 295, 39 .rating = 400,
|
| H A D | arc_timer.c | 97 .rating = 400, 155 .rating = 350, 208 .rating = 300, 273 .rating = 300,
|
| H A D | timer-riscv.c | 75 .rating = 100, 97 .rating = 400, 120 ce->rating = 450; in riscv_timer_starting_cpu()
|
| H A D | timer-mp-csky.c | 52 .rating = 300, 112 .rating = 400,
|
| H A D | timer-vt8500.c | 55 .rating = 200, 89 .rating = 200,
|
| H A D | timer-loongson1-pwm.c | 140 .rating = 300, 209 .rating = 300,
|
| /linux/arch/mips/kernel/ |
| H A D | csrc-r4k.c | 125 /* Calculate a somewhat reasonable rating value */ in init_r4k_clocksource() 126 clocksource_mips.rating = 200; in init_r4k_clocksource() 127 clocksource_mips.rating += clamp(mips_hpt_frequency / 10000000, 0, 99); in init_r4k_clocksource()
|
| /linux/include/linux/ |
| H A D | clocksource.h | 56 * @rating: Rating value for selection (higher is better) 57 * To avoid rating inflation the following 59 * to assign your clocksource a rating 117 int rating; member
|
| /linux/kernel/time/ |
| H A D | clocksource.c | 195 static void clocksource_change_rating(struct clocksource *cs, int rating) in clocksource_change_rating() argument 198 cs->rating = rating; in clocksource_change_rating() 212 cs->rating = 0; in __clocksource_unstable() 659 if (!watchdog || cs->rating > watchdog->rating) in clocksource_select_watchdog() 775 /* Pick the best rating. */ in __clocksource_suspend_select() 776 if (!suspend_clocksource || cs->rating > suspend_clocksource->rating) in __clocksource_suspend_select() 1010 * We pick the clocksource with the highest rating. If oneshot in clocksource_find_best() 1012 * the best rating. in clocksource_find_best() 1080 * Select the clocksource with the best rating, or the clocksource, 1116 * Enqueue the clocksource sorted by rating [all …]
|
| H A D | clocksource-wdtest.c | 42 .rating = 1, /* lowest valid rating*/ 85 .rating = 300,
|
| H A D | jiffies.c | 34 .rating = 1, /* lowest valid rating*/ 85 refined_jiffies.rating++; in register_refined_jiffies()
|
| /linux/drivers/cpuidle/governors/ |
| H A D | ladder.c | 176 .rating = 10, 189 * governor is better so give it a higher rating than the menu in init_ladder() 193 ladder_governor.rating = 25; in init_ladder()
|
| /linux/arch/mips/loongson64/ |
| H A D | hpet.c | 229 cd->rating = 100; in setup_hpet_timer() 267 /* mips clocksource rating is less than 300, so hpet is better. */ 268 .rating = 300,
|
| /linux/arch/arm/mach-footbridge/ |
| H A D | dc21285-timer.c | 43 .rating = 200, 80 .rating = 200,
|
| /linux/arch/alpha/kernel/ |
| H A D | time.c | 124 .rating = 100, in init_rtc_clockevent() 145 .rating = 400, 191 .rating = 400, in init_qemu_clockevent() 271 .rating = 300,
|
| /linux/arch/sparc/kernel/ |
| H A D | time_32.c | 125 ce->rating = 100; in setup_timer_ce() 172 .rating = 100, 220 ce->rating = 200; in register_percpu_ce()
|
| /linux/arch/openrisc/kernel/ |
| H A D | time.c | 83 evt->rating = 300, in openrisc_clockevent_init() 147 .rating = 200,
|
| /linux/arch/loongarch/kernel/ |
| H A D | time.c | 168 cd->rating = 320; in constant_clockevent_init() 211 .rating = 400,
|
| /linux/arch/mips/alchemy/common/ |
| H A D | time.c | 45 .rating = 1500, 70 .rating = 1500,
|
| /linux/arch/xtensa/kernel/ |
| H A D | time.c | 49 .rating = 200, 110 .rating = 300,
|
| /linux/arch/arm/mach-mmp/ |
| H A D | time.c | 130 .rating = 200, 143 .rating = 200,
|