nr_max            179 drivers/gpu/drm/gma500/oaktrail_hdmi.c 	int np_min, np_max, nr_min, nr_max;
nr_max            190 drivers/gpu/drm/gma500/oaktrail_hdmi.c 	nr_max = DIV_ROUND_UP((refclk * 1000), (target * 10 * np_min));
nr_max            193 drivers/gpu/drm/gma500/oaktrail_hdmi.c 	if (nr_max > oaktrail_hdmi_limit.nr.max)
nr_max            194 drivers/gpu/drm/gma500/oaktrail_hdmi.c 		nr_max = oaktrail_hdmi_limit.nr.max;
nr_max            196 drivers/gpu/drm/gma500/oaktrail_hdmi.c 	np = DIV_ROUND_UP((refclk * 1000), (target * 10 * nr_max));
nr_max            410 net/l2tp/l2tp_core.c 		session->nr &= session->nr_max;
nr_max            491 net/l2tp/l2tp_core.c 		nws = (session->nr_max + 1) - (session->nr - nr);
nr_max            529 net/l2tp/l2tp_core.c 		u32 nr_next = (session->nr_oos + 1) & session->nr_max;
nr_max           1661 net/l2tp/l2tp_core.c 			session->nr_max = 0xffff;
nr_max           1663 net/l2tp/l2tp_core.c 			session->nr_max = 0xffffff;
nr_max           1664 net/l2tp/l2tp_core.c 		session->nr_window_size = session->nr_max / 2;
nr_max             89 net/l2tp/l2tp_core.h 	u32			nr_max;		/* max NR. Depends on tunnel */
nr_max            767 tools/perf/bench/numa.c static u64 do_work(u8 *__data, long bytes, int nr, int nr_max, int loop, u64 val)
nr_max            789 tools/perf/bench/numa.c 	chunk_0 = words/nr_max;
nr_max            972 tools/perf/bench/numa.c 	int nr_max;
nr_max           1008 tools/perf/bench/numa.c 	nr_max = 0;
nr_max           1017 tools/perf/bench/numa.c 		nr_max = max(nr, nr_max);
nr_max           1020 tools/perf/bench/numa.c 	BUG_ON(nr_min > nr_max);
nr_max           1046 tools/perf/bench/numa.c 	distance = nr_max - nr_min;