Home
last modified time | relevance | path

Searched refs:r_max (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/timers/
H A Dfreq-step.c112 double *slope, double *r_stddev, double *r_max) in regress() argument
132 *r_max = 0.0, r2_sum = 0.0; in regress()
138 if (*r_max < r) in regress()
139 *r_max = r; in regress()
/linux/tools/arch/arm64/include/asm/
H A Dcputype.h273 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument
277 .rv_max = MIDR_CPU_VAR_REV(v_max, r_max), \
280 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max) argument
/linux/include/linux/
H A Dsvga.h62 u16 r_max; /* r_max < 32 */ member
H A Dmaple_tree.h494 unsigned long r_max; /* range max */ member
/linux/drivers/video/fbdev/core/
H A Dsvgalib.c387 ar = pll->r_max; in svga_compute_pll()
/linux/tools/testing/radix-tree/
H A Dmaple.c35100 wr_mas->r_max = offset < mas->end ? pivots[offset] : mas->max; in get_vacant_height()