Home
last modified time | relevance | path

Searched defs:bound (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v4.19/drivers/usb/gadget/function/
Du_phonet.h16 bool bound; member
Du_eem.h21 bool bound; member
Du_ecm.h21 bool bound; member
Du_gether.h21 bool bound; member
Du_ncm.h21 bool bound; member
Du_rndis.h23 bool bound; member
Du_uac2.h35 bool bound; member
Du_uac1.h32 unsigned bound:1; member
Du_uac1_legacy.h64 unsigned bound:1; member
/Linux-v4.19/drivers/gpu/drm/
Ddrm_legacy.h100 unsigned long bound; member
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_span.h26 bool bound; member
/Linux-v4.19/drivers/base/
Dcomponent.c37 bool bound; member
48 bool bound; member
/Linux-v4.19/include/media/
Dv4l2-async.h111 int (*bound)(struct v4l2_async_notifier *notifier, member
/Linux-v4.19/include/net/
Dpkt_sched.h64 psched_tdiff_bounded(psched_time_t tv1, psched_time_t tv2, psched_time_t bound) in psched_tdiff_bounded()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_shrinker.c422 unsigned long unevictable, bound, unbound, freed_pages; in i915_gem_shrinker_oom() local
Di915_vma.c720 const unsigned int bound = vma->flags; in __i915_vma_do_pin() local
/Linux-v4.19/net/netlink/
Daf_netlink.h35 bool bound; member
/Linux-v4.19/fs/nfs/
Dread.c279 loff_t bound; in nfs_readpage_result() local
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dampdu.c76 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument
77 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
/Linux-v4.19/lib/
Dubsan.c355 unsigned long bound) in __ubsan_handle_vla_bound_not_positive()
/Linux-v4.19/drivers/crypto/mediatek/
Dmtk-platform.h71 __le32 bound[2]; member
/Linux-v4.19/drivers/infiniband/core/
Dumem_odp.c760 u64 bound) in ib_umem_odp_unmap_dma_pages()
/Linux-v4.19/arch/ia64/kernel/
Dsmpboot.c280 unsigned long flags, rt, master_time_stamp, bound; in ia64_sync_itc() local
/Linux-v4.19/net/can/
Draw.c85 int bound; member
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_cmn.c45 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument
48 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) argument
49 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) argument

12