Home
last modified time | relevance | path

Searched refs:call_rcu (Results 1 – 6 of 6) sorted by relevance

/tools/testing/shared/linux/
A Dradix-tree.h16 call_rcu(head, func); in trace_call_rcu()
23 #undef call_rcu
24 #define call_rcu(x, y) trace_call_rcu(x, y) macro
/tools/testing/radix-tree/
A Dregression1.c76 call_rcu(&p->rcu, page_rcu_free); in page_free()
A Dtest.c85 call_rcu(&item->rcu_head, item_free_rcu); in item_delete_rcu()
/tools/memory-model/Documentation/
A Dlitmus-tests.txt372 emulating call_rcu(), and finally tricks to improve herd7 performance
818 emulate call_rcu():
842 23 smp_store_release(*c, 1); // Emulate call_rcu().
849 30 r0 = smp_load_acquire(*c); // Note call_rcu() request.
866 then emulates call_rcu() by doing a release store into "c".
869 call_rcu(). Line 30 first does an acquire load from "c", then line 31
998 For example, call_rcu() and rcu_barrier() are not supported.
1018 c. The call_rcu() function is not modeled. As was shown above,
1022 from the site of the emulated call_rcu() to the beginning
1026 emulated in litmus tests emulating call_rcu() via
[all …]
A Dordering.txt382 with synchronize_rcu(), synchronize_rcu_expedited(), and call_rcu().
/tools/testing/selftests/bpf/test_kmods/
A Dbpf_testmod.c249 call_rcu(&ctx->rcu, testmod_free_cb); in bpf_testmod_ctx_release()

Completed in 12 milliseconds