typecheck          28 arch/x86/include/asm/mutex_32.h 	typecheck(atomic_t *, count);				\
typecheck          74 arch/x86/include/asm/mutex_32.h 	typecheck(atomic_t *, count);				\
typecheck          37 arch/x86/include/asm/mutex_64.h 	typecheck(atomic_t *, v);				\
typecheck          92 arch/x86/include/asm/mutex_64.h 	typecheck(atomic_t *, v);				\
typecheck          63 include/linux/irqflags.h 		typecheck(unsigned long, flags);	\
typecheck          68 include/linux/irqflags.h 		typecheck(unsigned long, flags);	\
typecheck          73 include/linux/irqflags.h 		typecheck(unsigned long, flags);	\
typecheck          78 include/linux/irqflags.h 		typecheck(unsigned long, flags);	\
typecheck         102 include/linux/jiffies.h 	(typecheck(unsigned long, a) && \
typecheck         103 include/linux/jiffies.h 	 typecheck(unsigned long, b) && \
typecheck         108 include/linux/jiffies.h 	(typecheck(unsigned long, a) && \
typecheck         109 include/linux/jiffies.h 	 typecheck(unsigned long, b) && \
typecheck         131 include/linux/jiffies.h 	(typecheck(__u64, a) &&	\
typecheck         132 include/linux/jiffies.h 	 typecheck(__u64, b) && \
typecheck         137 include/linux/jiffies.h 	(typecheck(__u64, a) && \
typecheck         138 include/linux/jiffies.h 	 typecheck(__u64, b) && \
typecheck         519 include/linux/lockdep.h 	typecheck(struct lockdep_map *, &(lock)->dep_map);		\
typecheck         525 include/linux/lockdep.h 	typecheck(struct lockdep_map *, &(lock)->dep_map);		\
typecheck         153 include/linux/mutex.h 	typecheck(struct lockdep_map *, &(nest_lock)->dep_map);	\
typecheck          71 include/linux/rwlock.h 		typecheck(unsigned long, flags);	\
typecheck          76 include/linux/rwlock.h 		typecheck(unsigned long, flags);	\
typecheck          84 include/linux/rwlock.h 		typecheck(unsigned long, flags);	\
typecheck          89 include/linux/rwlock.h 		typecheck(unsigned long, flags);	\
typecheck         106 include/linux/rwlock.h 		typecheck(unsigned long, flags);		\
typecheck         113 include/linux/rwlock.h 		typecheck(unsigned long, flags);	\
typecheck         160 include/linux/rwsem.h 	typecheck(struct lockdep_map *, &(nest_lock)->dep_map);	\
typecheck         196 include/linux/spinlock.h 		 typecheck(struct lockdep_map *, &(nest_lock)->dep_map);\
typecheck         214 include/linux/spinlock.h 		typecheck(unsigned long, flags);	\
typecheck         221 include/linux/spinlock.h 		typecheck(unsigned long, flags);			\
typecheck         227 include/linux/spinlock.h 		typecheck(unsigned long, flags);			\
typecheck         236 include/linux/spinlock.h 		typecheck(unsigned long, flags);	\
typecheck         252 include/linux/spinlock.h 		typecheck(unsigned long, flags);		\
typecheck         159 include/linux/virtio_config.h 		if (!typecheck(typeof((((structname*)0)->member)), *(ptr))) \
typecheck         188 include/linux/virtio_config.h 		if (!typecheck(typeof((((structname*)0)->member)), *(ptr))) \
typecheck          79 include/net/codel.h 	(typecheck(codel_time_t, a) &&					\
typecheck          80 include/net/codel.h 	 typecheck(codel_time_t, b) &&					\
typecheck          85 include/net/codel.h 	(typecheck(codel_time_t, a) &&					\
typecheck          86 include/net/codel.h 	 typecheck(codel_time_t, b) &&					\
typecheck         550 include/sound/pcm.h 		typecheck(unsigned long, flags);		 \