Symbol: typecheck
arch/powerpc/include/asm/hw_irq.h
264
typecheck(unsigned long, flags); \
arch/powerpc/include/asm/hw_irq.h
271
typecheck(unsigned long, flags); \
arch/s390/include/asm/ctlreg.h
101
typecheck(struct ctlreg, array[0]); \
arch/s390/include/asm/ctlreg.h
120
typecheck(struct ctlreg, array[0]); \
arch/s390/include/asm/processor.h
351
typecheck(unsigned long, mflags); \
arch/s390/include/asm/ptrace.h
98
typecheck(psw_t, __psw); \
arch/s390/include/asm/spinlock.h
97
typecheck(int, lp->lock);
arch/s390/include/asm/stacktrace.h
151
typecheck(t, a)
arch/s390/include/asm/stacktrace.h
154
typecheck(t, a)
arch/s390/include/asm/stacktrace.h
157
typecheck(t, a)
arch/s390/include/asm/stacktrace.h
160
typecheck(t, a)
arch/s390/include/asm/stacktrace.h
163
typecheck(t, a)
drivers/block/drbd/drbd_proc.c
46
typecheck(unsigned long, device->rs_total);
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h
53
typecheck(struct gpu_metrics_v##frev##_##crev *, (ptr)); \
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h
65
typecheck(struct amdgpu_partition_metrics_v##fr##_##cr *, \
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h
78
typecheck(struct amdgpu_baseboard_temp_metrics_v##fr##_##cr *, \
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h
91
typecheck(struct amdgpu_gpuboard_temp_metrics_v##fr##_##cr *, \
drivers/gpu/drm/i915/gem/i915_gem_busy.c
91
BUILD_BUG_ON(!typecheck(u16, rq->engine->uabi_class));
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
1971
BUILD_BUG_ON(!typecheck(int, _i)); \
drivers/gpu/drm/i915/gt/intel_ring.h
62
typecheck(typeof(ring->size), next);
drivers/gpu/drm/i915/gt/intel_ring.h
63
typecheck(typeof(ring->size), prev);
drivers/gpu/drm/i915/i915_ptr_util.h
49
typecheck(u64, x); \
drivers/gpu/drm/i915/i915_selftest.h
103
typecheck(struct intel_gt *, data); \
drivers/gpu/drm/i915/i915_selftest.h
96
typecheck(struct drm_i915_private *, data); \
drivers/gpu/drm/xe/xe_assert.h
90
typecheck(const struct xe_device *, xe); \
drivers/gpu/drm/xe/xe_gt_sriov_printk.h
34
#define xe_gt_sriov_dbg_verbose(_gt, _fmt, ...) typecheck(struct xe_gt *, (_gt))
drivers/gpu/drm/xe/xe_gt_sriov_vf.c
72
#define VF_MIGRATION_INJECT_WAIT(_gt, ...) typecheck(struct xe_gt *, (_gt))
drivers/gpu/drm/xe/xe_sriov.h
42
#define IS_SRIOV_PF(xe) (typecheck(struct xe_device *, (xe)) && false)
drivers/gpu/drm/xe/xe_sriov_printk.h
43
#define xe_sriov_dbg_verbose(xe, fmt, ...) typecheck(struct xe_device *, (xe))
drivers/infiniband/core/uverbs_cmd.c
205
_ib_uverbs_lookup_comp_file((_fd)*typecheck(s32, _fd), _ufile)
drivers/net/wireless/ralink/rt2x00/rt2x00reg.h
237
typecheck(__type, __field); \
drivers/net/wireless/ralink/rt2x00/rt2x00reg.h
246
typecheck(__type, __field); \
drivers/net/wireless/realtek/rtw89/core.h
4239
for (typecheck(const void *, cursor), (cursor) = (conf)->data; \
drivers/virtio/virtio_rtc_driver.c
547
typecheck(typeof(virtio_le_to_cpu(_hdl.req->dest_member)), \
drivers/virtio/virtio_rtc_driver.c
567
typecheck(typeof(virtio_le_to_cpu((hdl).resp->src_member)), \
fs/f2fs/f2fs.h
150
#define ver_after(a, b) (typecheck(unsigned long long, a) && \
fs/f2fs/f2fs.h
151
typecheck(unsigned long long, b) && \
fs/nilfs2/segment.c
138
(typecheck(__u32, a) && typecheck(__u32, b) && \
include/linux/irqflags.h
172
typecheck(unsigned long, flags); \
include/linux/irqflags.h
177
typecheck(unsigned long, flags); \
include/linux/irqflags.h
183
typecheck(unsigned long, flags); \
include/linux/irqflags.h
188
typecheck(unsigned long, flags); \
include/linux/jiffies.h
128
(typecheck(unsigned long, a) && \
include/linux/jiffies.h
129
typecheck(unsigned long, b) && \
include/linux/jiffies.h
148
(typecheck(unsigned long, a) && \
include/linux/jiffies.h
149
typecheck(unsigned long, b) && \
include/linux/jiffies.h
199
(typecheck(__u64, a) && \
include/linux/jiffies.h
200
typecheck(__u64, b) && \
include/linux/jiffies.h
225
(typecheck(__u64, a) && \
include/linux/jiffies.h
226
typecheck(__u64, b) && \
include/linux/kho/abi/kexec_handover.h
114
typecheck(typeof((dest).ptr), v); \
include/linux/local_lock_internal.h
264
typecheck(unsigned long, flags); \
include/linux/local_lock_internal.h
307
typecheck(unsigned long, flags); \
include/linux/lockdep.h
551
typecheck(struct lockdep_map *, &(lock)->dep_map); \
include/linux/lockdep.h
557
typecheck(struct lockdep_map *, &(lock)->dep_map); \
include/linux/lockdep.h
563
typecheck(struct lockdep_map *, &(lock)->dep_map); \
include/linux/mutex.h
200
typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \
include/linux/mutex.h
206
typecheck(struct lockdep_map *, &(nest_lock)->dep_map), \
include/linux/mutex.h
239
typecheck(struct lockdep_map *, &(nest_lock)->dep_map), \
include/linux/rtmutex.h
116
typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \
include/linux/rwlock.h
103
typecheck(unsigned long, flags); \
include/linux/rwlock.h
110
typecheck(unsigned long, flags); \
include/linux/rwlock.h
68
typecheck(unsigned long, flags); \
include/linux/rwlock.h
73
typecheck(unsigned long, flags); \
include/linux/rwlock.h
81
typecheck(unsigned long, flags); \
include/linux/rwlock.h
86
typecheck(unsigned long, flags); \
include/linux/rwlock_rt.h
120
typecheck(unsigned long, flags); \
include/linux/rwlock_rt.h
56
typecheck(unsigned long, flags); \
include/linux/rwsem.h
312
typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \
include/linux/spinlock.h
225
typecheck(struct lockdep_map *, &(nest_lock)->dep_map);\
include/linux/spinlock.h
243
typecheck(unsigned long, flags); \
include/linux/spinlock.h
250
typecheck(unsigned long, flags); \
include/linux/spinlock.h
256
typecheck(unsigned long, flags); \
include/linux/spinlock.h
265
typecheck(unsigned long, flags); \
include/linux/spinlock.h
281
typecheck(unsigned long, flags); \
include/linux/spinlock_rt.h
101
typecheck(unsigned long, flags); \
include/linux/spinlock_rt.h
54
typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \
include/linux/spinlock_rt.h
59
typecheck(unsigned long, flags); \
include/linux/util_macros.h
147
typecheck(u64, (x)); \
include/linux/virtio_config.h
472
typecheck(typeof(virtio_to_cpu((vdev), virtio_cread_v)), *(ptr)); \
include/linux/virtio_config.h
502
typecheck(typeof(virtio_to_cpu((vdev), virtio_cwrite_v)), *(ptr)); \
include/linux/virtio_config.h
536
typecheck(typeof(virtio_le_to_cpu(virtio_cread_v)), *(ptr)); \
include/linux/virtio_config.h
565
typecheck(typeof(virtio_le_to_cpu(virtio_cwrite_v)), *(ptr)); \
include/net/codel.h
77
(typecheck(codel_time_t, a) && \
include/net/codel.h
78
typecheck(codel_time_t, b) && \
include/net/codel.h
83
(typecheck(codel_time_t, a) && \
include/net/codel.h
84
typecheck(codel_time_t, b) && \
include/rdma/uverbs_std_types.h
19
#define _uobj_check_id(_id) ((_id) * typecheck(u32, _id))
include/rdma/uverbs_std_types.h
31
(_fdnum)*typecheck(s32, _fdnum), \
include/sound/pcm.h
655
typecheck(unsigned long, flags); \
include/sound/pcm.h
671
typecheck(unsigned long, flags); \
kernel/printk/printk.c
2100
typecheck(u8 *, recursion_ptr); \
kernel/printk/printk.c
2115
typecheck(u8 *, recursion_ptr); \
net/sched/sch_hhf.c
110
(typecheck(u32, a) && typecheck(u32, b) && ((s32)((a) - (b)) < 0))