| /linux/include/linux/ |
| 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); \
|
| 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) && \
|
| A D | spinlock_rt.h | 54 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \ 59 typecheck(unsigned long, flags); \ 99 typecheck(unsigned long, flags); \ 139 typecheck(unsigned long, flags); \
|
| A D | irqflags.h | 166 typecheck(unsigned long, flags); \ 171 typecheck(unsigned long, flags); \ 177 typecheck(unsigned long, flags); \ 182 typecheck(unsigned long, flags); \
|
| A D | rwlock_rt.h | 53 typecheck(unsigned long, flags); \ 109 typecheck(unsigned long, flags); \ 120 typecheck(unsigned long, flags); \
|
| A D | spinlock.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); \
|
| A D | virtio_config.h | 400 typecheck(typeof(virtio_to_cpu((vdev), virtio_cread_v)), *(ptr)); \ 430 typecheck(typeof(virtio_to_cpu((vdev), virtio_cwrite_v)), *(ptr)); \ 464 typecheck(typeof(virtio_le_to_cpu(virtio_cread_v)), *(ptr)); \ 493 typecheck(typeof(virtio_le_to_cpu(virtio_cwrite_v)), *(ptr)); \
|
| A D | typecheck.h | 9 #define typecheck(type,x) \ macro
|
| A D | rtmutex.h | 106 typecheck(struct lockdep_map *, &(nest_lock)->dep_map); \
|
| /linux/include/net/ |
| 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/include/net/sctp/ |
| A D | sm.h | 346 (typecheck(__u32, a) && \ 347 typecheck(__u32, b) && \ 351 (typecheck(__u32, a) && \ 352 typecheck(__u32, b) && \ 357 (typecheck(__u32, a) && \ 358 typecheck(__u32, b) && \ 363 (typecheck(__u16, a) && \ 364 typecheck(__u16, b) && \ 369 (typecheck(__u32, a) && \ 370 typecheck(__u32, b) && \
|
| /linux/arch/s390/include/asm/ |
| A D | stacktrace.h | 150 typecheck(t, a) 153 typecheck(t, a) 156 typecheck(t, a) 159 typecheck(t, a) 162 typecheck(t, a)
|
| A D | ctlreg.h | 101 typecheck(struct ctlreg, array[0]); \ 120 typecheck(struct ctlreg, array[0]); \
|
| A D | spinlock.h | 79 typecheck(int, lp->lock); in arch_spin_unlock()
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_selftest.h | 94 typecheck(struct drm_i915_private *, data); \ 101 typecheck(struct intel_gt *, data); \
|
| /linux/drivers/gpu/drm/i915/gt/ |
| A D | intel_ring.h | 63 typecheck(typeof(ring->size), next); in intel_ring_direction() 64 typecheck(typeof(ring->size), prev); in intel_ring_direction()
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| A D | rt2x00reg.h | 237 typecheck(__type, __field); \ 246 typecheck(__type, __field); \
|
| /linux/include/rdma/ |
| A D | uverbs_std_types.h | 19 #define _uobj_check_id(_id) ((_id) * typecheck(u32, _id)) 31 (_fdnum)*typecheck(s32, _fdnum), \
|
| /linux/fs/bcachefs/ |
| A D | fifo.h | 114 for (typecheck(typeof((_fifo)->front), _iter), \ 121 for (typecheck(typeof((_fifo)->front), _iter), \
|
| /linux/arch/powerpc/include/asm/ |
| A D | hw_irq.h | 264 typecheck(unsigned long, flags); \ 271 typecheck(unsigned long, flags); \
|
| /linux/drivers/gpu/drm/xe/ |
| A D | xe_gt_sriov_printk.h | 31 #define xe_gt_sriov_dbg_verbose(_gt, _fmt, ...) typecheck(struct xe_gt *, (_gt))
|
| A D | xe_sriov.h | 41 #define IS_SRIOV_PF(xe) (typecheck(struct xe_device *, (xe)) && false)
|
| A D | xe_sriov_printk.h | 43 #define xe_sriov_dbg_verbose(xe, fmt, ...) typecheck(struct xe_device *, (xe))
|
| A D | xe_assert.h | 89 typecheck(const struct xe_device *, xe); \
|
| /linux/drivers/gpu/drm/i915/gem/ |
| A D | i915_gem_busy.c | 92 BUILD_BUG_ON(!typecheck(u16, rq->engine->uabi_class)); in __busy_set_if_active()
|