Home
last modified time | relevance | path

Searched defs:expect (Results 1 – 4 of 4) sorted by relevance

/kernel/kcsan/
Dkcsan-test.c152 typeof(*observed.lines) *expect; in report_matches() local
426 const struct expect_report expect = { in test_basic() local
457 const struct expect_report expect = { in test_concurrent_races() local
486 const struct expect_report expect = { in test_novalue_change() local
511 const struct expect_report expect = { in test_novalue_change_exception() local
530 const struct expect_report expect = { in test_unknown_origin() local
552 const struct expect_report expect = { in test_write_write_assume_atomic() local
578 const struct expect_report expect = { in test_write_write_struct() local
600 const struct expect_report expect = { in test_write_write_struct_part() local
632 const struct expect_report expect = { in test_read_plain_atomic_write() local
[all …]
/kernel/trace/
Dtrace_branch.c31 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()
Dring_buffer.c692 rb_time_read_cmpxchg(local_t *l, unsigned long expect, unsigned long set) in rb_time_read_cmpxchg()
700 static int rb_time_cmpxchg(rb_time_t *t, u64 expect, u64 set) in rb_time_cmpxchg()
752 static bool rb_time_cmpxchg(rb_time_t *t, u64 expect, u64 set) in rb_time_cmpxchg()
/kernel/
Dstatic_call.c519 int expect; member