Home
last modified time | relevance | path

Searched full:rating (Results 1 – 25 of 136) sorted by relevance

123456

/linux/arch/sh/kernel/
H A Dunwinder.c32 .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 Dmmio.c45 * @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 Dhyperv_timer.c144 * Lower the rating of the Hyper-V timer in a TDX VM without paravisor, in hv_stimer_init()
153 ce->rating = 90; in hv_stimer_init()
155 ce->rating = 1000; in hv_stimer_init()
496 .rating = 500,
517 .rating = 495,
557 * Hyper-V Reference TSC rating, causing the generic TSC to be used. in hv_init_tsc_clocksource()
563 * There is no HV_ACCESS_TSC_INVARIANT feature. Always lower the rating in hv_init_tsc_clocksource()
568 hyperv_cs_tsc.rating = 250; in hv_init_tsc_clocksource()
569 hyperv_cs_msr.rating = 245; in hv_init_tsc_clocksource()
H A Dtimer-imx-tpm.c139 .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 Dnumachip.c22 .rating = 295,
39 .rating = 400,
H A Darc_timer.c97 .rating = 400,
155 .rating = 350,
208 .rating = 300,
273 .rating = 300,
H A Dtimer-riscv.c74 .rating = 100,
96 .rating = 400,
119 ce->rating = 450; in riscv_timer_starting_cpu()
H A Dtimer-mp-csky.c52 .rating = 300,
112 .rating = 400,
H A Dtimer-vt8500.c55 .rating = 200,
89 .rating = 200,
/linux/arch/mips/kernel/
H A Dcsrc-r4k.c125 /* 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 Dclocksource.h56 * @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 Dclocksource.c195 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 Dclocksource-wdtest.c42 .rating = 1, /* lowest valid rating*/
85 .rating = 300,
H A Djiffies.c34 .rating = 1, /* lowest valid rating*/
85 refined_jiffies.rating++; in register_refined_jiffies()
/linux/arch/x86/xen/
H A Dtime.c165 .rating = 400,
242 .rating = 500,
303 .rating = 500,
519 * clocksource, then set xen_clocksource rating below that of the tsc in xen_time_init()
523 xen_clocksource.rating = 275; in xen_time_init()
525 xen_clocksource.rating = 299; in xen_time_init()
/linux/drivers/cpuidle/governors/
H A Dladder.c176 .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 Dhpet.c229 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 Ddc21285-timer.c43 .rating = 200,
80 .rating = 200,
/linux/arch/alpha/kernel/
H A Dtime.c124 .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 Dtime_32.c125 ce->rating = 100; in setup_timer_ce()
172 .rating = 100,
220 ce->rating = 200; in register_percpu_ce()
/linux/arch/mips/sgi-ip27/
H A Dip27-timer.c93 cd->rating = 200; in hub_rt_clock_event_init()
116 .rating = 200,
/linux/arch/openrisc/kernel/
H A Dtime.c83 evt->rating = 300, in openrisc_clockevent_init()
147 .rating = 200,
/linux/arch/loongarch/kernel/
H A Dtime.c168 cd->rating = 320; in constant_clockevent_init()
211 .rating = 400,
/linux/arch/mips/alchemy/common/
H A Dtime.c45 .rating = 1500,
70 .rating = 1500,
/linux/arch/xtensa/kernel/
H A Dtime.c49 .rating = 200,
110 .rating = 300,

123456