Searched refs:ndl (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/kernel/rcu/ |
A D | refscale.c | 142 if (ndl) in un_delay() 143 ndelay(ndl); in un_delay() 162 un_delay(udl, ndl); in ref_rcu_delay_section() 201 un_delay(udl, ndl); in srcu_ref_scale_delay_section() 230 un_delay(udl, ndl); in rcu_tasks_ref_scale_delay_section() 267 un_delay(udl, ndl); in rcu_trace_ref_scale_delay_section() 306 un_delay(udl, ndl); in ref_refcnt_delay_section() 343 un_delay(udl, ndl); in ref_rwlock_delay_section() 380 un_delay(udl, ndl); in ref_rwsem_delay_section() 414 un_delay(udl, ndl); in ref_lock_delay_section() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/ |
A D | dsi.c | 2648 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 …]
|
A D | dsi.h | 187 unsigned int ndl; member
|
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/ |
A D | dsi.c | 3454 int ndl = dsi->num_lanes_used - 1; in dsi_config_cmd_mode_interleaving() local 3640 int ndl = dsi->num_lanes_used - 1; in dsi_proto_timings() local 3662 ths_eot = DIV_ROUND_UP(4, ndl); in dsi_proto_timings() 3709 ((hsa == 0 && ndl == 3) ? 1 : DIV_ROUND_UP(4, ndl)) : 0; in dsi_proto_timings() 4455 int bitspp, ndl; in dsi_cm_calc() local 4461 ndl = dsi->num_lanes_used - 1; in dsi_cm_calc() 4494 int ndl = dsi->num_lanes_used - 1; in dsi_vm_calc_blanking() local 4548 hss = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 4554 hse = DIV_ROUND_UP(4, ndl); in dsi_vm_calc_blanking() 4585 dsi_vm->ndl = ndl; in dsi_vm_calc_blanking() [all …]
|
/linux-6.3-rc2/drivers/nvdimm/ |
A D | region_devs.c | 1044 struct nd_percpu_lane *ndl; in nd_region_create() local 1046 ndl = per_cpu_ptr(nd_region->lane, i); in nd_region_create() 1047 spin_lock_init(&ndl->lock); in nd_region_create() 1048 ndl->count = 0; in nd_region_create()
|
/linux-6.3-rc2/include/video/ |
A D | omapfb_dss.h | 201 unsigned ndl; member
|
Completed in 41 milliseconds