Home
last modified time | relevance | path

Searched refs:check_type (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_mmap_options.c44 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 Dnft_fib.sh433 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 Dubsan.h6 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 Dbmi.h238 u32 addr, *check_type = val; \
242 (void) (check_type == val); \
/linux/arch/parisc/include/uapi/asm/
H A Dpdc.h645 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 Dubsan.c28 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 Dmma9553.c245 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 Dscsi_error.c1909 goto check_type; in scsi_noretry_cmd()
1929 check_type: in scsi_noretry_cmd()