Searched refs:expect_val (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/lib/ |
D | test_scanf.c | 195 const T expect_val = (T)(val); \ 196 T result = ~expect_val; /* should be overwritten */ \ 198 snprintf(test_buffer, BUF_SIZE, gen_fmt, expect_val); \ 199 _test(fn, &expect_val, test_buffer, "%" scan_fmt, 1, &result); \
|
/linux-6.1.9/kernel/kcsan/ |
D | core.c | 162 long expect_val = INVALID_WATCHPOINT; in insert_watchpoint() local 166 if (atomic_long_try_cmpxchg_relaxed(watchpoint, &expect_val, encoded_watchpoint)) in insert_watchpoint()
|