Searched refs:ndl (Results 1 - 6 of 6) sorted by relevance

/linux-master/kernel/rcu/
H A Drefscale.c132 void (*delaysection)(const int nloops, const int udl, const int ndl);
138 static void un_delay(const int udl, const int ndl) argument
142 if (ndl)
143 ndelay(ndl);
156 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) argument
162 un_delay(udl, ndl);
194 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) argument
201 un_delay(udl, ndl);
225 static void rcu_tasks_ref_scale_delay_section(const int nloops, const int udl, const int ndl) argument
230 un_delay(udl, ndl);
261 rcu_trace_ref_scale_delay_section(const int nloops, const int udl, const int ndl) argument
300 ref_refcnt_delay_section(const int nloops, const int udl, const int ndl) argument
337 ref_rwlock_delay_section(const int nloops, const int udl, const int ndl) argument
374 ref_rwsem_delay_section(const int nloops, const int udl, const int ndl) argument
407 ref_lock_delay_section(const int nloops, const int udl, const int ndl) argument
441 ref_lock_irq_delay_section(const int nloops, const int udl, const int ndl) argument
477 ref_acqrel_delay_section(const int nloops, const int udl, const int ndl) argument
511 ref_clock_delay_section(const int nloops, const int udl, const int ndl) argument
543 ref_jiffies_delay_section(const int nloops, const int udl, const int ndl) argument
631 typesafe_delay_section(const int nloops, const int udl, const int ndl) argument
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3454 int ndl = dsi->num_lanes_used - 1; local
3494 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl);
3640 int ndl = dsi->num_lanes_used - 1; local
3662 ths_eot = DIV_ROUND_UP(4, ndl);
3709 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0;
3714 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp +
3715 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp;
4324 pps = DIV_ROUND_UP(wc + 6, t->ndl); /* pixel packet size */
4387 dsi_tput = (u64)byteclk * t->ndl *
4455 int bitspp, ndl; local
4494 int ndl = dsi->num_lanes_used - 1; local
4756 int ndl = dsi->num_lanes_used - 1; local
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c2648 int ndl = dsi->num_lanes_used - 1; local
2688 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl);
2832 int ndl = dsi->num_lanes_used - 1; local
2854 ths_eot = DIV_ROUND_UP(4, ndl);
2901 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0;
2906 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp +
2907 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp;
3583 pps = DIV_ROUND_UP(wc + 6, t->ndl); /* pixel packet size */
3646 dsi_tput = (u64)byteclk * t->ndl *
3716 int bitspp, ndl; local
3755 int ndl = dsi->num_lanes_used - 1; local
4019 int ndl = dsi->num_lanes_used - 1; local
[all...]
H A Ddsi.h187 unsigned int ndl; member in struct:omap_dss_dsi_videomode_timings
/linux-master/drivers/nvdimm/
H A Dregion_devs.c1046 struct nd_percpu_lane *ndl; local
1048 ndl = per_cpu_ptr(nd_region->lane, i);
1049 spin_lock_init(&ndl->lock);
1050 ndl->count = 0;
/linux-master/include/video/
H A Domapfb_dss.h201 unsigned ndl; member in struct:omap_dss_dsi_videomode_timings

Completed in 188 milliseconds