Home
last modified time | relevance | path

Searched refs:udl (Results 1 – 8 of 8) 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
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 DMakefile3 udl-y := \
10 obj-$(CONFIG_DRM_UDL) := udl.o
H A Dudl_edid.h12 bool udl_probe_edid(struct udl_device *udl);
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c27 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 Dixgbe_fcoe.h41 u64 *udl; member
/linux/drivers/gpu/drm/
H A DMakefile191 obj-$(CONFIG_DRM_UDL) += udl/
H A DKconfig305 source "drivers/gpu/drm/udl/Kconfig"
/linux/
H A DMAINTAINERS8280 F: drivers/gpu/drm/udl/