Searched refs:call_rcu (Results 1 – 6 of 6) sorted by relevance
| /tools/testing/shared/linux/ |
| A D | radix-tree.h | 16 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 D | regression1.c | 76 call_rcu(&p->rcu, page_rcu_free); in page_free()
|
| A D | test.c | 85 call_rcu(&item->rcu_head, item_free_rcu); in item_delete_rcu()
|
| /tools/memory-model/Documentation/ |
| A D | litmus-tests.txt | 372 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 D | ordering.txt | 382 with synchronize_rcu(), synchronize_rcu_expedited(), and call_rcu().
|
| /tools/testing/selftests/bpf/test_kmods/ |
| A D | bpf_testmod.c | 249 call_rcu(&ctx->rcu, testmod_free_cb); in bpf_testmod_ctx_release()
|
Completed in 12 milliseconds