/linux/mm/kfence/ |
H A D | kfence_test.c | 100 typeof(observed.lines) expect; in report_matches() local 321 struct expect_report expect = { in test_out_of_bounds_read() local 355 struct expect_report expect = { in test_out_of_bounds_write() local 373 struct expect_report expect = { in test_use_after_free_read() local 389 struct expect_report expect = { in test_double_free() local 404 struct expect_report expect = { in test_invalid_addr_free() local 421 struct expect_report expect = { in test_corruption() local 458 struct expect_report expect = { in test_kmalloc_aligned_oob_read() local 492 struct expect_report expect = { in test_kmalloc_aligned_oob_write() local 557 struct expect_report expect = { in test_init_on_free() local [all …]
|
/linux/kernel/kcsan/ |
H A D | kcsan_test.c | 162 typeof(*observed.lines) *expect; in __report_matches() local 715 struct expect_report expect = { in test_basic() local 746 struct expect_report expect = { in test_concurrent_races() local 833 struct expect_report expect = { in test_unknown_origin() local 855 struct expect_report expect = { in test_write_write_assume_atomic() local 881 struct expect_report expect = { in test_write_write_struct() local 903 struct expect_report expect = { in test_write_write_struct_part() local 935 struct expect_report expect = { in test_read_plain_atomic_write() local 956 struct expect_report expect = { in test_read_plain_atomic_rmw() local 978 struct expect_report expect = { in test_zero_size_access() local [all …]
|
/linux/kernel/trace/ |
H A D | trace_branch.c | 31 probe_likely_condition(struct ftrace_likely_data *f, int val, int expect) in probe_likely_condition() 94 void trace_likely_condition(struct ftrace_likely_data *f, int val, int expect) in trace_likely_condition() 200 void trace_likely_condition(struct ftrace_likely_data *f, int val, int expect) in trace_likely_condition() 206 int expect, int is_constant) in ftrace_likely_update()
|
/linux/tools/testing/selftests/rseq/ |
H A D | rseq.h | 235 intptr_t *v, intptr_t expect, in rseq_cmpeqv_storev() 307 intptr_t *v, intptr_t expect, in rseq_cmpeqv_trystorev_storev() 335 intptr_t *v, intptr_t expect, in rseq_cmpeqv_cmpeqv_storev() 352 intptr_t *v, intptr_t expect, in rseq_cmpeqv_trymemcpy_storev()
|
H A D | rseq-arm64.h | 154 #define RSEQ_ASM_OP_CMPEQ(var, expect, label) \ argument 160 #define RSEQ_ASM_OP_CMPEQ32(var, expect, label) \ argument 166 #define RSEQ_ASM_OP_CMPNE(var, expect, label) \ argument
|
H A D | rseq-riscv.h | 100 #define RSEQ_ASM_OP_CMPEQ(var, expect, label) \ argument 105 #define RSEQ_ASM_OP_CMPEQ32(var, expect, label) \ argument 110 #define RSEQ_ASM_OP_CMPNE(var, expect, label) \ argument
|
/linux/tools/testing/selftests/bpf/verifier/ |
H A D | atomic_fetch.c | 95 #define __ATOMIC_FETCH_OP_TEST(src_reg, dst_reg, operand1, op, operand2, expect) \ argument
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | cpu_mask.c | 34 const char *expect; member
|
/linux/net/netfilter/ |
H A D | nf_conntrack_expect.c | 431 static inline int __nf_ct_expect_check(struct nf_conntrack_expect *expect, in __nf_ct_expect_check() 489 int nf_ct_expect_related_report(struct nf_conntrack_expect *expect, in nf_ct_expect_related_report() 628 struct nf_conntrack_expect *expect; in exp_seq_show() local
|
/linux/lib/ |
H A D | test_printf.c | 46 do_test(int bufsize, const char *expect, int elen, in do_test() 106 __test(const char *expect, int elen, const char *fmt, ...) in __test() 146 #define test(expect, fmt, ...) \ argument
|
/linux/net/wireless/tests/ |
H A D | chan.c | 196 const struct cfg80211_chan_def *ret, *expect; in KUNIT_ARRAY_PARAM_DESC() local
|
/linux/tools/testing/selftests/net/ |
H A D | socket.c | 20 int expect; member
|
H A D | ipv6_flowlabel.c | 97 static void do_recv(int fd, bool with_flowlabel, uint32_t expect) in do_recv()
|
/linux/tools/perf/tests/ |
H A D | kmod-path.c | 35 static int test_is_kernel_module(const char *path, int cpumode, bool expect) in test_is_kernel_module()
|
/linux/arch/arm64/kernel/ |
H A D | reloc_test_core.c | 36 u64 expect; member
|
/linux/mm/damon/tests/ |
H A D | dbgfs-kunit.h | 115 char *input, *expect; in damon_dbgfs_test_set_init_regions() local
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_mocs.c | 165 u32 expect; in check_mocs_table() local 199 u32 expect; in check_l3cc_table() local
|
/linux/tools/testing/selftests/x86/ |
H A D | syscall_numbering.c | 170 static unsigned int _check_for(int msb, int start, int end, long long expect, in _check_for() 208 #define check_for(msb,start,end,expect) \ argument
|
/linux/fs/btrfs/tests/ |
H A D | extent-io-tests.c | 353 u8 expect; in check_eb_bitmap() local 368 u8 expect; in check_eb_bitmap() local
|
/linux/arch/x86/kernel/ |
H A D | jump_label.c | 38 const void *expect, *code, *nop; in __jump_label_patch() local
|
/linux/net/mac80211/tests/ |
H A D | tpe.c | 31 int expect; member
|
/linux/tools/testing/selftests/mm/ |
H A D | khugepaged.c | 497 struct mem_ops *ops, bool expect) in __madvise_collapse() 526 struct mem_ops *ops, bool expect) in madvise_collapse() 570 struct mem_ops *ops, bool expect) in khugepaged_collapse()
|
/linux/include/net/netfilter/ |
H A D | nf_conntrack_expect.h | 131 static inline int nf_ct_expect_related(struct nf_conntrack_expect *expect, in nf_ct_expect_related()
|
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | hyperv_features.c | 33 uint64_t expect; member
|
/linux/tools/testing/selftests/filesystems/eventfd/ |
H A D | eventfd_test.c | 116 size_t prefix_len, const char *expect, ...) in verify_fdinfo()
|