Searched refs:rating (Results 1 - 25 of 155) sorted by relevance

1234567

/linux-master/arch/sh/include/asm/
H A Dunwinder.h10 int rating; member in struct:unwinder
/linux-master/include/linux/
H A Ddw_apb_timer.h42 dw_apb_clockevent_init(int cpu, const char *name, unsigned rating,
45 dw_apb_clocksource_init(unsigned rating, const char *name, void __iomem *base,
/linux-master/drivers/clocksource/
H A Dmmio.c45 * @rating: Rating of the clocksource
50 unsigned long hz, int rating, unsigned bits,
64 cs->clksrc.rating = rating;
49 clocksource_mmio_init(void __iomem *base, const char *name, unsigned long hz, int rating, unsigned bits, u64 (*read)(struct clocksource *)) argument
H A Ddummy_timer.c24 evt->rating = 100;
H A Dnumachip.c22 .rating = 295,
39 .rating = 400,
H A Dclksrc-dbx500-prcmu.c46 .rating = 100,
H A Dtimer-tegra.c206 .rating = 200,
252 int rating)
316 cpu_to->clkevt.rating = rating;
386 int rating; local
398 rating = 460;
400 rating = 330;
402 return tegra_init_timer(np, true, rating);
251 tegra_init_timer(struct device_node *np, bool tegra20, int rating) argument
H A Dtimer-imx-tpm.c131 .rating = 200,
161 to_tpm.clkevt.rating,
201 /* use rating 200 for 32-bit counter and 150 for 16-bit counter */
202 to_tpm.clkevt.rating = counter_width == 0x20 ? 200 : 150;
H A Dtimer-riscv.c74 .rating = 100,
96 .rating = 400,
119 ce->rating = 450;
H A Ddw_apb_timer.c228 * @rating: The rating to give the timer.
241 dw_apb_clockevent_init(int cpu, const char *name, unsigned rating, argument
271 dw_ced->ced.rating = rating;
369 * @rating: The rating to give the clocksource.
379 dw_apb_clocksource_init(unsigned rating, const char *name, void __iomem *base, argument
390 dw_cs->cs.rating = rating;
[all...]
H A Dtimer-mp-csky.c52 .rating = 300,
112 .rating = 400,
H A Dtimer-vt8500.c55 .rating = 200,
89 .rating = 200,
H A Dscx200_hrt.c50 .rating = 250,
/linux-master/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)
107 * by rating.
144 * one with a lower rating.
/linux-master/kernel/time/
H A Djiffies.c34 .rating = 1, /* lowest valid rating*/
87 refined_jiffies.rating++;
/linux-master/arch/mips/kernel/
H A Dcsrc-ioasic.c59 clocksource_dec.rating = 200 + freq / 10000000;
H A Dcsrc-bcm1480.c26 .rating = 200,
H A Dcsrc-sb1250.c42 .rating = 200,
H A Dcsrc-r4k.c113 /* Calculate a somewhat reasonable rating value */
114 clocksource_mips.rating = 200 + mips_hpt_frequency / 10000000;
/linux-master/drivers/cpuidle/
H A Dgovernor.c95 (cpuidle_curr_governor->rating < gov->rating &&
/linux-master/arch/mips/alchemy/common/
H A Dtime.c45 .rating = 1500,
70 .rating = 1500,
/linux-master/arch/arm/mach-footbridge/
H A Ddc21285-timer.c43 .rating = 200,
80 .rating = 200,
/linux-master/arch/openrisc/kernel/
H A Dtime.c83 evt->rating = 300,
147 .rating = 200,
/linux-master/arch/mips/sgi-ip30/
H A Dip30-timer.c29 .rating = 400,
/linux-master/arch/alpha/kernel/
H A Dtime.c125 .rating = 100,
147 .rating = 400,
193 .rating = 400,
275 .rating = 300,

Completed in 366 milliseconds

1234567