Home
last modified time | relevance | path

Searched refs:ndl (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/rcu/
H A Drefscale.c138 void (*delaysection)(const int nloops, const int udl, const int ndl);
145 static void un_delay(const int udl, const int ndl) in un_delay() argument
149 if (ndl) in un_delay()
150 ndelay(ndl); in un_delay()
163 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_delay_section() argument
169 un_delay(udl, ndl); in ref_rcu_delay_section()
203 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_delay_section() argument
210 un_delay(udl, ndl); in srcu_ref_scale_delay_section()
239 static void srcu_fast_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_fast_ref_scale_delay_section() argument
246 un_delay(udl, ndl); in srcu_fast_ref_scale_delay_section()
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3455 int ndl = dsi->num_lanes_used - 1; in dsi_config_cmd_mode_interleaving() local
3495 bllp = hbp + hfp + hsa + DIV_ROUND_UP(width_bytes + 6, ndl); in dsi_config_cmd_mode_interleaving()
3641 int ndl = dsi->num_lanes_used - 1; in dsi_proto_timings() local
3663 ths_eot = DIV_ROUND_UP(4, ndl); in dsi_proto_timings()
3710 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings()
3715 tl = DIV_ROUND_UP(4, ndl) + (hsync_end ? hsa : 0) + t_he + hfp + in dsi_proto_timings()
3716 DIV_ROUND_UP(width_bytes + 6, ndl) + hbp; in dsi_proto_timings()
4325 pps = DIV_ROUND_UP(wc + 6, t->ndl); /* pixel packet size */ in print_dsi_vm()
4388 dsi_tput = (u64)byteclk * t->ndl * 8; in print_dsi_dispc_vm()
4390 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl); in print_dsi_dispc_vm()
[all …]
/linux/drivers/nvdimm/
H A Dregion_devs.c1028 struct nd_percpu_lane *ndl; in nd_region_create() local
1030 ndl = per_cpu_ptr(nd_region->lane, i); in nd_region_create()
1031 spin_lock_init(&ndl->lock); in nd_region_create()
1032 ndl->count = 0; in nd_region_create()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.h187 unsigned int ndl; member