Searched refs:check_type (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/arm64/mte/ |
| H A D | check_mmap_options.c | 44 int check_type; member 258 switch (tc->check_type) { in format_test_name() 367 .check_type = CHECK_ANON_MEM, in main() 377 .check_type = CHECK_FILE_MEM, in main() 387 .check_type = CHECK_ANON_MEM, in main() 397 .check_type = CHECK_FILE_MEM, in main() 407 .check_type = CHECK_ANON_MEM, in main() 417 .check_type = CHECK_ANON_MEM, in main() 427 .check_type = CHECK_ANON_MEM, in main() 437 .check_type = CHECK_ANON_MEM, in main() [all …]
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_fib.sh | 433 check_type() function 467 check_type $@ "local" 1 472 check_type $@ "unicast" 1 477 check_type $@ 513 check_type fibif4 "$ifname" "$addr" "0" || lret=1 517 check_type fibif6 "$ifname" "$addr" "0" || lret=1 533 check_type fibif4iif "$ifname" "$addr" "0" || lret=1 540 check_type fibif4 "$ifname" "$addr" "veth1" || lret=1 545 check_type fibif6 "$ifname" "$addr" "veth1" || lret=1 550 check_type fibif6iif "$ifname" "$addr" "0" || lret=1 [all …]
|
| /linux/lib/xz/ |
| H A D | xz_dec_stream.c | 48 enum xz_check check_type; member 243 if (s->check_type == XZ_CHECK_CRC32) in dec_block() 262 s->block.hash.unpadded += check_sizes[s->check_type]; in dec_block() 264 if (s->check_type == XZ_CHECK_CRC32) in dec_block() 371 while (s->pos < check_sizes[s->check_type]) { in check_skip() 407 s->check_type = s->temp.buf[HEADER_MAGIC_SIZE + 1]; in dec_stream_header() 410 if (s->check_type > XZ_CHECK_CRC32) in dec_stream_header() 413 if (s->check_type > XZ_CHECK_CRC32) in dec_stream_header() 437 if (s->temp.buf[8] != 0 || s->temp.buf[9] != s->check_type) in dec_stream_footer() 656 if (s->check_type == XZ_CHECK_CRC32) { in dec_main()
|
| /linux/include/linux/ |
| H A D | ubsan.h | 6 const char *report_ubsan_failure(u32 check_type); 8 static inline const char *report_ubsan_failure(u32 check_type) in report_ubsan_failure() argument
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | pdc.h | 645 unsigned int check_type; member 678 unsigned int check_type; member 713 unsigned int check_type; member 723 unsigned int check_type; member
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | bmi.h | 238 u32 addr, *check_type = val; \ 242 (void) (check_type == val); \
|
| /linux/lib/ |
| H A D | ubsan.c | 28 const char *report_ubsan_failure(u32 check_type) in report_ubsan_failure() argument 30 switch (check_type) { in report_ubsan_failure()
|
| /linux/drivers/iio/accel/ |
| H A D | mma9553.c | 246 bool check_type, in mma9553_is_any_event_enabled() argument 252 if ((check_type && data->events[i].info->type == type && in mma9553_is_any_event_enabled() 254 (!check_type && data->events[i].enabled)) in mma9553_is_any_event_enabled()
|
| /linux/drivers/scsi/ |
| H A D | scsi_error.c | 1856 goto check_type; in scsi_noretry_cmd() 1876 check_type: in scsi_noretry_cmd()
|