Home
last modified time | relevance | path

Searched refs:call_rcu_bh (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/kernel/rcu/
Dtiny.c275 void call_rcu_bh(struct rcu_head *head, void (*func)(struct rcu_head *rcu)) in call_rcu_bh() function
279 EXPORT_SYMBOL_GPL(call_rcu_bh);
Dupdate.c781 call_rcu_bh(&head, test_callback); in early_boot_test_call_rcu_bh()
Drcutorture.c409 call_rcu_bh(&p->rtort_rcu, rcu_torture_cb); in rcu_bh_torture_deferred_free()
423 .call = call_rcu_bh,
Dtree.c111 RCU_STATE_INITIALIZER(rcu_bh, 'b', call_rcu_bh);
3046 void call_rcu_bh(struct rcu_head *head, void (*func)(struct rcu_head *rcu)) in call_rcu_bh() function
3050 EXPORT_SYMBOL_GPL(call_rcu_bh);
3165 wait_rcu_gp(call_rcu_bh); in synchronize_rcu_bh()
/linux-4.1.27/include/linux/
Drcutiny.h42 wait_rcu_gp(call_rcu_bh); in rcu_barrier_bh()
Drcupdate.h191 void call_rcu_bh(struct rcu_head *head,
/linux-4.1.27/Documentation/RCU/
Dchecklist.txt169 5. If call_rcu(), or a related primitive such as call_rcu_bh(),
203 rcu_read_unlock(). If the updater uses call_rcu_bh() or
274 d. Use call_rcu_bh() rather than call_rcu(), in order to take
275 advantage of call_rcu_bh()'s faster grace periods. (This
281 The same cautions apply to call_rcu_bh(), call_rcu_sched(),
333 call_rcu_bh(), call_srcu(), synchronize_rcu_expedited(),
352 the corresponding call_rcu(), call_rcu_bh(), or call_rcu_sched(),
Drcubarrier.txt91 it uses call_rcu_bh(), call_srcu() on srcu_struct_1, and call_srcu() on
188 Of course, if you module uses call_rcu_bh(), you will need to invoke
191 unloading. If your module uses call_rcu(), call_rcu_bh(), -and-
Drcu.txt55 "rcu_read_lock_bh", "rcu_read_unlock_bh", "call_rcu_bh",
Dtorture.txt178 call_rcu_bh().
DwhatisRCU.txt330 call_rcu_bh() rcu_dereference_bh()
847 rcu_read_lock_bh call_rcu_bh rcu_barrier_bh
/linux-4.1.27/net/bridge/
Dbr_multicast.c245 call_rcu_bh(&mp->rcu, br_multicast_free_group); in br_multicast_group_expired()
274 call_rcu_bh(&p->rcu, br_multicast_free_pg); in br_multicast_del_pg()
341 call_rcu_bh(&mdb->rcu, br_mdb_free); in br_mdb_rehash()
1466 call_rcu_bh(&p->rcu, br_multicast_free_pg); in br_multicast_leave_group()
1932 call_rcu_bh(&mp->rcu, br_multicast_free_group); in br_multicast_stop()
1944 call_rcu_bh(&mdb->rcu, br_mdb_free); in br_multicast_stop()
Dbr_mdb.c455 call_rcu_bh(&p->rcu, br_multicast_free_pg); in __br_mdb_del()
/linux-4.1.27/net/ipv4/netfilter/
Dipt_CLUSTERIP.c93 call_rcu_bh(&c->rcu, clusterip_config_rcu_free); in clusterip_config_put()
/linux-4.1.27/net/core/
Dnetpoll.c819 call_rcu_bh(&npinfo->rcu, rcu_cleanup_netpoll_info); in __netpoll_cleanup()
/linux-4.1.27/net/decnet/
Ddn_route.c188 call_rcu_bh(&rt->dst.rcu_head, dst_rcu_free); in dnrt_free()
194 call_rcu_bh(&rt->dst.rcu_head, dst_rcu_free); in dnrt_drop()
/linux-4.1.27/net/netfilter/
Dxt_hashlimit.c213 call_rcu_bh(&ent->rcu, dsthash_free_rcu); in dsthash_free()
Dnfnetlink_log.c148 call_rcu_bh(&inst->rcu, nfulnl_instance_free_rcu); in instance_put()
/linux-4.1.27/net/sched/
Dsch_api.c518 call_rcu_bh(&tab->rcu, stab_kfree_rcu); in qdisc_put_stab()