Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_hw_data.c516 #define CHECK_STAT(op, expect_val, name, args...) \ argument
518 u32 __expect_val = (expect_val); \
/linux-6.15/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()
/linux-6.15/drivers/media/platform/synopsys/hdmirx/
H A Dsnps_hdmirx.c773 u32 bit_mask, u32 expect_val, bool is_grf, in wait_reg_bit_status() argument
785 if ((val & bit_mask) == expect_val) { in wait_reg_bit_status()