Searched refs:nr_max (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/gma500/ |
A D | oaktrail_hdmi.c | 178 int np_min, np_max, nr_min, nr_max; in oaktrail_hdmi_find_dpll() local 189 nr_max = DIV_ROUND_UP((refclk * 1000), (target * 10 * np_min)); in oaktrail_hdmi_find_dpll() 192 if (nr_max > oaktrail_hdmi_limit.nr.max) in oaktrail_hdmi_find_dpll() 193 nr_max = oaktrail_hdmi_limit.nr.max; in oaktrail_hdmi_find_dpll() 195 np = DIV_ROUND_UP((refclk * 1000), (target * 10 * nr_max)); in oaktrail_hdmi_find_dpll()
|
/linux/tools/perf/bench/ |
A D | numa.c | 786 static u64 do_work(u8 *__data, long bytes, int nr, int nr_max, int loop, u64 val) in do_work() argument 808 chunk_0 = words/nr_max; in do_work() 996 int nr_max; in calc_convergence() local 1034 nr_max = 0; in calc_convergence() 1043 nr_max = max(nr, nr_max); in calc_convergence() 1046 BUG_ON(nr_min > nr_max); in calc_convergence() 1074 distance = nr_max - nr_min; in calc_convergence()
|
/linux/drivers/clk/baikal-t1/ |
A D | ccu-pll.c | 173 unsigned long nr_max, nf_max, od_max; in ccu_pll_calc_factors() local 181 nr_max = min(parent_rate / CCU_PLL_FDIV_MIN, CCU_PLL_NR_MAX); in ccu_pll_calc_factors() 189 for (; nri <= nr_max; ++nri) { in ccu_pll_calc_factors()
|
/linux/net/l2tp/ |
A D | l2tp_core.c | 451 session->nr &= session->nr_max; in l2tp_recv_dequeue_skb() 520 nws = (session->nr_max + 1) - (session->nr - nr); in l2tp_seq_check_rx_window() 557 u32 nr_next = (session->nr_oos + 1) & session->nr_max; in l2tp_recv_data_seq() 1594 session->nr_max = 0xffff; in l2tp_session_create() 1596 session->nr_max = 0xffffff; in l2tp_session_create() 1597 session->nr_window_size = session->nr_max / 2; in l2tp_session_create()
|
A D | l2tp_core.h | 86 u32 nr_max; /* max NR. Depends on tunnel */ member
|
/linux/mm/ |
A D | vmscan.c | 293 static inline bool need_expand(int nr_max) in need_expand() argument 295 return round_up(nr_max, BITS_PER_LONG) > in need_expand()
|
Completed in 24 milliseconds