check_type        646 arch/parisc/include/uapi/asm/pdc.h 	unsigned int check_type;
check_type        679 arch/parisc/include/uapi/asm/pdc.h 	unsigned int check_type;
check_type         19 arch/x86/include/asm/e820/api.h extern u64  e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type);
check_type        526 arch/x86/kernel/e820.c u64 __init e820__range_remove(u64 start, u64 size, enum e820_type old_type, bool check_type)
check_type        537 arch/x86/kernel/e820.c 	if (check_type)
check_type        546 arch/x86/kernel/e820.c 		if (check_type && entry->type != old_type)
check_type        249 drivers/iio/accel/mma9553.c 					 bool check_type,
check_type        255 drivers/iio/accel/mma9553.c 		if ((check_type && data->events[i].info->type == type &&
check_type        257 drivers/iio/accel/mma9553.c 		     (!check_type && data->events[i].enabled))
check_type        238 drivers/net/wireless/ath/ath6kl/bmi.h 		u32 addr, *check_type = val;				\
check_type        242 drivers/net/wireless/ath/ath6kl/bmi.h 		(void) (check_type == val);				\
check_type       1731 drivers/scsi/scsi_error.c 		goto check_type;
check_type       1748 drivers/scsi/scsi_error.c check_type:
check_type         49 lib/xz/xz_dec_stream.c 	enum xz_check check_type;
check_type        244 lib/xz/xz_dec_stream.c 	if (s->check_type == XZ_CHECK_CRC32)
check_type        263 lib/xz/xz_dec_stream.c 		s->block.hash.unpadded += check_sizes[s->check_type];
check_type        265 lib/xz/xz_dec_stream.c 		if (s->check_type == XZ_CHECK_CRC32)
check_type        372 lib/xz/xz_dec_stream.c 	while (s->pos < check_sizes[s->check_type]) {
check_type        405 lib/xz/xz_dec_stream.c 	s->check_type = s->temp.buf[HEADER_MAGIC_SIZE + 1];
check_type        408 lib/xz/xz_dec_stream.c 	if (s->check_type > XZ_CHECK_MAX)
check_type        411 lib/xz/xz_dec_stream.c 	if (s->check_type > XZ_CHECK_CRC32)
check_type        414 lib/xz/xz_dec_stream.c 	if (s->check_type > XZ_CHECK_CRC32)
check_type        438 lib/xz/xz_dec_stream.c 	if (s->temp.buf[8] != 0 || s->temp.buf[9] != s->check_type)
check_type        657 lib/xz/xz_dec_stream.c 			if (s->check_type == XZ_CHECK_CRC32) {