Home
last modified time | relevance | path

Searched refs:ASSERT_EXCLUSIVE_WRITER_SCOPED (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/rcu/
H A Dtree_exp.h728 ASSERT_EXCLUSIVE_WRITER_SCOPED(*this_cpu_ptr(&rcu_data.cpu_no_qs.b.exp)); in rcu_exp_need_qs()
757 ASSERT_EXCLUSIVE_WRITER_SCOPED(rdp->cpu_no_qs.b.exp); in rcu_exp_handler()
867 ASSERT_EXCLUSIVE_WRITER_SCOPED(rdp->cpu_no_qs.b.exp); in rcu_exp_handler()
H A Dtree_plugin.h278 ASSERT_EXCLUSIVE_WRITER_SCOPED(rdp->cpu_no_qs.b.exp); in rcu_preempt_ctxt_queue()
/linux/include/linux/
H A Dkcsan-checks.h365 * Note: ASSERT_EXCLUSIVE_WRITER_SCOPED(), if applicable, performs more thorough
388 * ASSERT_EXCLUSIVE_WRITER_SCOPED - assert no concurrent writes to @var in scope
405 * ASSERT_EXCLUSIVE_WRITER_SCOPED(shared_foo);
419 #define ASSERT_EXCLUSIVE_WRITER_SCOPED(var) \ macro
/linux/kernel/kcsan/
H A Dkcsan_test.c415 ASSERT_EXCLUSIVE_WRITER_SCOPED(test_var); in test_kernel_assert_writer_scoped()
/linux/Documentation/dev-tools/
H A Dkcsan.rst239 :functions: ASSERT_EXCLUSIVE_WRITER ASSERT_EXCLUSIVE_WRITER_SCOPED