Home
last modified time | relevance | path

Searched refs:expect_val (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_bank_state.c18 static inline int check_stat(u32 (*op)(void __iomem *, u32), u32 expect_val, in check_stat() argument
23 if (expect_val == actual_val) in check_stat()
27 name, expect_val, actual_val); in check_stat()
/linux/lib/tests/
H A Dscanf_kunit.c181 const T expect_val = (T)(val); \
182 T result = ~expect_val; /* should be overwritten */ \
184 snprintf(test_buffer, BUF_SIZE, gen_fmt, expect_val); \
185 _test(test, __FILE__, __LINE__, fn, &expect_val, test_buffer, "%" scan_fmt, 1, &result);\
/linux/kernel/kcsan/
H A Dcore.c162 long expect_val = INVALID_WATCHPOINT; in insert_watchpoint() local
166 if (atomic_long_try_cmpxchg_relaxed(watchpoint, &expect_val, encoded_watchpoint)) in insert_watchpoint()