Home
last modified time | relevance | path

Searched refs:typecheck (Results 1 – 17 of 17) sorted by relevance

/linux/include/linux/
H A Djiffies.h124 (typecheck(unsigned long, a) && \
125 typecheck(unsigned long, b) && \
144 (typecheck(unsigned long, a) && \
145 typecheck(unsigned long, b) && \
195 (typecheck(__u64, a) && \
196 typecheck(__u64, b) && \
221 (typecheck(__u64, a) && \
222 typecheck(__u64, b) && \
H A Dspinlock.h227 typecheck(struct lockdep_map *, &(nest_lock)->dep_map);\
245 typecheck(unsigned long, flags); \
252 typecheck(unsigned long, flags); \
258 typecheck(unsigned long, flags); \
267 typecheck(unsigned long, flags); \
285 typecheck(unsigned long, flags); \
H A Dtypecheck.h9 #define typecheck(type,x) \ macro
H A Dvirtio_config.h472 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 Dlocal_lock_internal.h264 typecheck(unsigned long, flags); \
307 typecheck(unsigned long, flags); \
/linux/include/net/
H A Dcodel.h77 (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/
H A Dsm.h345 (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(__u3
[all...]
/linux/arch/s390/include/asm/
H A Dstacktrace.h151 typecheck(t, a)
154 typecheck(t, a)
157 typecheck(t, a)
160 typecheck(t, a)
163 typecheck(t, a)
H A Dctlreg.h101 typecheck(struct ctlreg, array[0]); \
120 typecheck(struct ctlreg, array[0]); \
H A Dspinlock.h97 typecheck(int, lp->lock); in arch_spin_unlock()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ring.h62 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 Drt2x00reg.h237 typecheck(__type, __field); \
246 typecheck(__type, __field); \
/linux/include/rdma/
H A Duverbs_std_types.h19 #define _uobj_check_id(_id) ((_id) * typecheck(u32, _id))
31 (_fdnum)*typecheck(s32, _fdnum), \
/linux/net/sched/
H A Dsch_hhf.c110 (typecheck(u32, a) && typecheck(u32, b) && ((s32)((a) - (b)) < 0))
/linux/drivers/virtio/
H A Dvirtio_rtc_driver.c547 typecheck(typeof(virtio_le_to_cpu(_hdl.req->dest_member)), \
567 typecheck(typeof(virtio_le_to_cpu((hdl).resp->src_member)), \
/linux/kernel/printk/
H A Dprintk.c2100 typecheck(u8 *, recursion_ptr); \
2115 typecheck(u8 *, recursion_ptr); \
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.h5376 for (typecheck(const void *, cursor), (cursor) = (conf)->data; \