Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dpll.c137 int m, m_start, m_stop; in dss_pll_hsdiv_calc() local
145 m_stop = min((unsigned)(clkdco / out_min), hw->mX_max); in dss_pll_hsdiv_calc()
147 for (m = m_start; m <= m_stop; ++m) { in dss_pll_hsdiv_calc()
163 int m, m_start, m_stop; in dss_pll_calc() local
183 m_stop = min3((unsigned)(pll_max / fint / 2), in dss_pll_calc()
187 for (m = m_start; m <= m_stop; ++m) { in dss_pll_calc()
/linux-4.4.14/fs/proc/
Dtask_nommu.c253 static void m_stop(struct seq_file *m, void *_vml) in m_stop() function
278 .stop = m_stop,
285 .stop = m_stop,
Dtask_mmu.c201 static void m_stop(struct seq_file *m, void *v) in m_stop() function
385 .stop = m_stop,
392 .stop = m_stop,
734 .stop = m_stop,
741 .stop = m_stop,
1638 .stop = m_stop,
1645 .stop = m_stop,
/linux-4.4.14/kernel/
Duser_namespace.c532 static void m_stop(struct seq_file *seq, void *v) in m_stop() function
539 .stop = m_stop,
546 .stop = m_stop,
553 .stop = m_stop,
Dmodule.c3923 static void m_stop(struct seq_file *m, void *p) in m_stop() function
3965 .stop = m_stop,
/linux-4.4.14/fs/
Dnamespace.c1257 static void m_stop(struct seq_file *m, void *v) in m_stop() function
1272 .stop = m_stop,