Home
last modified time | relevance | path

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

/linux-6.15/kernel/rcu/
H A Drefscale.c148 if (ndl) in un_delay()
149 ndelay(ndl); in un_delay()
168 un_delay(udl, ndl); in ref_rcu_delay_section()
207 un_delay(udl, ndl); in srcu_ref_scale_delay_section()
237 un_delay(udl, ndl); in srcu_fast_ref_scale_delay_section()
267 un_delay(udl, ndl); in srcu_lite_ref_scale_delay_section()
296 un_delay(udl, ndl); in rcu_tasks_ref_scale_delay_section()
333 un_delay(udl, ndl); in rcu_trace_ref_scale_delay_section()
372 un_delay(udl, ndl); in ref_refcnt_delay_section()
409 un_delay(udl, ndl); in ref_rwlock_delay_section()
[all …]
/linux-6.15/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c2648 int ndl = dsi->num_lanes_used - 1; in dsi_config_cmd_mode_interleaving() local
2832 int ndl = dsi->num_lanes_used - 1; in dsi_proto_timings() local
2854 ths_eot = DIV_ROUND_UP(4, ndl); in dsi_proto_timings()
2901 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings()
3716 int bitspp, ndl; in dsi_cm_calc() local
3722 ndl = dsi->num_lanes_used - 1; in dsi_cm_calc()
3755 int ndl = dsi->num_lanes_used - 1; in dsi_vm_calc_blanking() local
3810 hss = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
3816 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
3847 dsi_vm->ndl = ndl; in dsi_vm_calc_blanking()
[all …]
H A Ddsi.h187 unsigned int ndl; member
/linux-6.15/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3455 int ndl = dsi->num_lanes_used - 1; in dsi_config_cmd_mode_interleaving() local
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()
4456 int bitspp, ndl; in dsi_cm_calc() local
4462 ndl = dsi->num_lanes_used - 1; in dsi_cm_calc()
4495 int ndl = dsi->num_lanes_used - 1; in dsi_vm_calc_blanking() local
4549 hss = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
4555 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking()
4586 dsi_vm->ndl = ndl; in dsi_vm_calc_blanking()
[all …]
/linux-6.15/drivers/nvdimm/
H A Dregion_devs.c1046 struct nd_percpu_lane *ndl; in nd_region_create() local
1048 ndl = per_cpu_ptr(nd_region->lane, i); in nd_region_create()
1049 spin_lock_init(&ndl->lock); in nd_region_create()
1050 ndl->count = 0; in nd_region_create()
/linux-6.15/include/video/
H A Domapfb_dss.h201 unsigned ndl; member