| /linux/include/linux/ |
| H A D | rwlock.h | 68 typecheck(unsigned long, flags); \ 73 typecheck(unsigned long, flags); \ 81 typecheck(unsigned long, flags); \ 86 typecheck(unsigned long, flags); \ 103 typecheck(unsigned long, flags); \ 110 typecheck(unsigned long, flags); \
|
| H A D | jiffies.h | 128 (typecheck(unsigned long, a) && \ 129 typecheck(unsigned long, b) && \ 148 (typecheck(unsigned long, a) && \ 149 typecheck(unsigned long, b) && \ 199 (typecheck(__u64, a) && \ 200 typecheck(__u64, b) && \ 225 (typecheck(__u64, a) && \ 226 typecheck(__u64, b) && \
|
| H A D | irqflags.h | 172 typecheck(unsigned long, flags); \ 177 typecheck(unsigned long, flags); \ 183 typecheck(unsigned long, flags); \ 188 typecheck(unsigned long, flags); \
|
| H A D | spinlock_rt.h | 54 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \ 59 typecheck(unsigned long, flags); \ 101 typecheck(unsigned long, flags); \
|
| H A D | spinlock.h | 55 #include <linux/typecheck.h> 225 typecheck(struct lockdep_map *, &(nest_lock)->dep_map);\ 243 typecheck(unsigned long, flags); \ 250 typecheck(unsigned long, flags); \ 256 typecheck(unsigned long, flags); \ 265 typecheck(unsigned long, flags); \ 281 typecheck(unsigned long, flags); \
|
| H A D | rwlock_rt.h | 56 typecheck(unsigned long, flags); \ 120 typecheck(unsigned long, flags); \
|
| H A D | mutex.h | 200 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \ 206 typecheck(struct lockdep_map *, &(nest_lock)->dep_map), \ 239 typecheck(struct lockdep_map *, &(nest_lock)->dep_map), \
|
| H A D | virtio_config.h | 472 typecheck(typeof(virtio_to_cpu((vdev), virtio_cread_v)), *(ptr)); \ 502 typecheck(typeof(virtio_to_cpu((vdev), virtio_cwrite_v)), *(ptr)); \ 536 typecheck(typeof(virtio_le_to_cpu(virtio_cread_v)), *(ptr)); \ 565 typecheck(typeof(virtio_le_to_cpu(virtio_cwrite_v)), *(ptr)); \
|
| H A D | typecheck.h | 9 #define typecheck(type,x) \ macro
|
| H A D | local_lock_internal.h | 264 typecheck(unsigned long, flags); \ 307 typecheck(unsigned long, flags); \
|
| H A D | util_macros.h | 147 typecheck(u64, (x)); \
|
| /linux/include/net/sctp/ |
| H A D | sm.h | 345 (typecheck(__u32, a) && \ 346 typecheck(__u32, b) && \ 350 (typecheck(__u32, a) && \ 351 typecheck(__u32, b) && \ 356 (typecheck(__u32, a) && \ 357 typecheck(__u32, b) && \ 362 (typecheck(__u16, a) && \ 363 typecheck(__u16, b) && \ 368 (typecheck(__u32, a) && \ 369 typecheck(__u32, b) && \
|
| /linux/include/net/ |
| H A D | codel.h | 77 (typecheck(codel_time_t, a) && \ 78 typecheck(codel_time_t, b) && \ 83 (typecheck(codel_time_t, a) && \ 84 typecheck(codel_time_t, b) && \
|
| /linux/arch/s390/include/asm/ |
| H A D | stacktrace.h | 151 typecheck(t, a) 154 typecheck(t, a) 157 typecheck(t, a) 160 typecheck(t, a) 163 typecheck(t, a)
|
| H A D | ctlreg.h | 101 typecheck(struct ctlreg, array[0]); \ 120 typecheck(struct ctlreg, array[0]); \
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/ |
| H A D | smu_cmn.h | 53 typecheck(struct gpu_metrics_v##frev##_##crev *, (ptr)); \ 65 typecheck(struct amdgpu_partition_metrics_v##fr##_##cr *, \ 78 typecheck(struct amdgpu_baseboard_temp_metrics_v##fr##_##cr *, \ 91 typecheck(struct amdgpu_gpuboard_temp_metrics_v##fr##_##cr *, \
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_selftest.h | 96 typecheck(struct drm_i915_private *, data); \ 103 typecheck(struct intel_gt *, data); \
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_ring.h | 62 typecheck(typeof(ring->size), next); in intel_ring_direction() 63 typecheck(typeof(ring->size), prev); in intel_ring_direction()
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00reg.h | 237 typecheck(__type, __field); \ 246 typecheck(__type, __field); \
|
| /linux/include/rdma/ |
| H A D | uverbs_std_types.h | 19 #define _uobj_check_id(_id) ((_id) * typecheck(u32, _id)) 31 (_fdnum)*typecheck(s32, _fdnum), \
|
| /linux/arch/powerpc/include/asm/ |
| H A D | hw_irq.h | 264 typecheck(unsigned long, flags); \ 271 typecheck(unsigned long, flags); \
|
| /linux/include/linux/kho/abi/ |
| H A D | kexec_handover.h | 114 typecheck(typeof((dest).ptr), v); \
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_sriov.h | 42 #define IS_SRIOV_PF(xe) (typecheck(struct xe_device *, (xe)) && false)
|
| H A D | xe_gt_sriov_printk.h | 34 #define xe_gt_sriov_dbg_verbose(_gt, _fmt, ...) typecheck(struct xe_gt *, (_gt))
|
| H A D | xe_sriov_printk.h | 43 #define xe_sriov_dbg_verbose(xe, fmt, ...) typecheck(struct xe_device *, (xe))
|