Searched refs:udl (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/rcu/ |
| H A D | refscale.c | 138 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 147 if (udl) in un_delay() 148 udelay(udl); 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/gpu/drm/udl/ |
| H A D | Makefile | 3 udl-y := \ 10 obj-$(CONFIG_DRM_UDL) := udl.o
|
| H A D | udl_edid.h | 12 bool udl_probe_edid(struct udl_device *udl);
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_fcoe.c | 27 ddp->udl = NULL; in ixgbe_fcoe_clear_ddp() 62 if (!ddp->udl) in ixgbe_fcoe_ddp_put() 114 dma_pool_free(ddp->pool, ddp->udl, ddp->udp); in ixgbe_fcoe_ddp_put() 196 ddp->udl = dma_pool_alloc(ddp_pool->pool, GFP_ATOMIC, &ddp->udp); in ixgbe_fcoe_ddp_setup() 197 if (!ddp->udl) { in ixgbe_fcoe_ddp_setup() 234 ddp->udl[j] = (u64)(addr - thisoff); in ixgbe_fcoe_ddp_setup() 256 ddp->udl[j] = (u64)(fcoe->extra_ddp_buffer_dma); in ixgbe_fcoe_ddp_setup() 320 dma_pool_free(ddp->pool, ddp->udl, ddp->udp); in ixgbe_fcoe_ddp_setup() 425 if (!ddp->udl) in ixgbe_fcoe_ddp()
|
| H A D | ixgbe_fcoe.h | 41 u64 *udl; member
|
| /linux/drivers/gpu/drm/ |
| H A D | Makefile | 191 obj-$(CONFIG_DRM_UDL) += udl/
|
| H A D | Kconfig | 305 source "drivers/gpu/drm/udl/Kconfig"
|
| /linux/ |
| H A D | MAINTAINERS | 8280 F: drivers/gpu/drm/udl/
|