Searched refs:check_type (Results 1 – 8 of 8) 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/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/drivers/net/wireless/ath/ath6kl/ |
| H A D | bmi.h | 238 u32 addr, *check_type = val; \ 242 (void) (check_type == val); \
|
| /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/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 | 245 bool check_type, in mma9553_is_any_event_enabled() argument 251 if ((check_type && data->events[i].info->type == type && in mma9553_is_any_event_enabled() 253 (!check_type && data->events[i].enabled)) in mma9553_is_any_event_enabled()
|
| /linux/drivers/scsi/ |
| H A D | scsi_error.c | 1909 goto check_type; in scsi_noretry_cmd() 1929 check_type: in scsi_noretry_cmd()
|