Searched refs:rcu (Results 1 – 6 of 6) sorted by relevance
/lib/ |
D | percpu-refcount.c | 118 static void percpu_ref_call_confirm_rcu(struct rcu_head *rcu) in percpu_ref_call_confirm_rcu() argument 120 struct percpu_ref *ref = container_of(rcu, struct percpu_ref, rcu); in percpu_ref_call_confirm_rcu() 133 static void percpu_ref_switch_to_atomic_rcu(struct rcu_head *rcu) in percpu_ref_switch_to_atomic_rcu() argument 135 struct percpu_ref *ref = container_of(rcu, struct percpu_ref, rcu); in percpu_ref_switch_to_atomic_rcu() 165 percpu_ref_call_confirm_rcu(rcu); in percpu_ref_switch_to_atomic_rcu() 191 call_rcu(&ref->rcu, percpu_ref_switch_to_atomic_rcu); in __percpu_ref_switch_to_atomic()
|
D | test_meminit.c | 334 bool ctor, rcu, zero; in test_kmemcache() local 340 rcu = flags & 2; in test_kmemcache() 344 num_tests += do_kmem_cache_size(size, ctor, rcu, zero, in test_kmemcache()
|
D | rhashtable.c | 110 bucket_table_free(container_of(head, struct bucket_table, rcu)); in bucket_table_free_rcu() 191 rcu_head_init(&tbl->rcu); in bucket_table_alloc() 336 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table() 935 if (rcu_head_after_call_rcu(&tbl->rcu, bucket_table_free_rcu)) in rhashtable_walk_stop()
|
D | assoc_array.c | 1304 container_of(head, struct assoc_array_edit, rcu); in assoc_array_rcu_cleanup() 1397 call_rcu(&edit->rcu, assoc_array_rcu_cleanup); in assoc_array_apply_edit()
|
D | Kconfig.debug | 1229 held, inside an rcu read side critical section, inside preempt disabled 1406 source "kernel/rcu/Kconfig.debug"
|
/lib/math/ |
D | prime_numbers.c | 12 struct rcu_head rcu; member 154 kfree_rcu((struct primes *)p, rcu); in expand_to_next_prime() 169 kfree_rcu((struct primes *)p, rcu); in free_primes()
|