Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.c199 static void m_stop(struct seq_file *m, void *v) in m_stop() function
383 .stop = m_stop,
390 .stop = m_stop,
678 .stop = m_stop,
685 .stop = m_stop,
1584 .stop = m_stop,
1591 .stop = m_stop,
/linux-4.1.27/kernel/
Duser_namespace.c531 static void m_stop(struct seq_file *seq, void *v) in m_stop() function
538 .stop = m_stop,
545 .stop = m_stop,
552 .stop = m_stop,
Dmodule.c3747 static void m_stop(struct seq_file *m, void *p) in m_stop() function
3789 .stop = m_stop,
/linux-4.1.27/fs/
Dnamespace.c1246 static void m_stop(struct seq_file *m, void *v) in m_stop() function
1261 .stop = m_stop,