Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_hw_data.c522 #define CHECK_STAT(op, expect_val, name, args...) \ argument
524 u32 __expect_val = (expect_val); \
/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()