Searched refs:typecheck (Results 1 - 25 of 46) sorted by path

12

/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00reg.h237 typecheck(__type, __field); \
246 typecheck(__type, __field); \
/linux-master/arch/powerpc/include/asm/
H A Dhw_irq.h264 typecheck(unsigned long, flags); \
271 typecheck(unsigned long, flags); \
/linux-master/arch/s390/include/asm/
H A Dbitops.h36 #include <linux/typecheck.h>
H A Dctlreg.h101 typecheck(struct ctlreg, array[0]); \
120 typecheck(struct ctlreg, array[0]); \
H A Dprocessor.h351 typecheck(unsigned long, mflags); \
H A Dptrace.h94 typecheck(psw_t, __psw); \
H A Dspinlock.h79 typecheck(int, lp->lock);
H A Dstacktrace.h149 typecheck(t, a)
152 typecheck(t, a)
155 typecheck(t, a)
158 typecheck(t, a)
161 typecheck(t, a)
/linux-master/drivers/block/drbd/
H A Ddrbd_proc.c46 typecheck(unsigned long, device->rs_total);
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_busy.c92 BUILD_BUG_ON(!typecheck(u16, rq->engine->uabi_class));
H A Di915_gem_execbuffer.c1985 BUILD_BUG_ON(!typecheck(int, _i)); \
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_ring.h63 typecheck(typeof(ring->size), next);
64 typecheck(typeof(ring->size), prev);
/linux-master/drivers/gpu/drm/i915/
H A Di915_selftest.h94 typecheck(struct drm_i915_private *, data); \
101 typecheck(struct intel_gt *, data); \
H A Di915_utils.h177 typecheck(u64, x); \
/linux-master/drivers/gpu/drm/xe/
H A Dxe_assert.h89 typecheck(const struct xe_device *, xe); \
H A Dxe_gt_sriov_printk.h31 #define xe_gt_sriov_dbg_verbose(_gt, _fmt, ...) typecheck(struct xe_gt *, (_gt))
H A Dxe_sriov.h41 #define IS_SRIOV_PF(xe) (typecheck(struct xe_device *, (xe)) && false)
H A Dxe_sriov_printk.h43 #define xe_sriov_dbg_verbose(xe, fmt, ...) typecheck(struct xe_device *, (xe))
/linux-master/drivers/infiniband/core/
H A Duverbs_cmd.c204 _ib_uverbs_lookup_comp_file((_fd)*typecheck(s32, _fd), _ufile)
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.h3894 for (typecheck(const void *, cursor), (cursor) = (conf)->data, \
/linux-master/fs/bcachefs/
H A Dfifo.h114 for (typecheck(typeof((_fifo)->front), _iter), \
121 for (typecheck(typeof((_fifo)->front), _iter), \
/linux-master/fs/f2fs/
H A Df2fs.h125 #define ver_after(a, b) (typecheck(unsigned long long, a) && \
126 typecheck(unsigned long long, b) && \
/linux-master/fs/nilfs2/
H A Dsegment.c138 (typecheck(__u32, a) && typecheck(__u32, b) && \
/linux-master/include/linux/
H A Dbitops.h7 #include <linux/typecheck.h>
H A Dirqflags.h16 #include <linux/typecheck.h>
166 typecheck(unsigned long, flags); \
171 typecheck(unsigned long, flags); \
177 typecheck(unsigned long, flags); \
182 typecheck(unsigned long, flags); \

Completed in 351 milliseconds

12