Home
last modified time | relevance | path

Searched refs:call_rcu_sched (Results 1 – 7 of 7) sorted by relevance

/kernel/
Drcutiny.c370 void call_rcu_sched(struct rcu_head *head, void (*func)(struct rcu_head *rcu)) in call_rcu_sched() function
374 EXPORT_SYMBOL_GPL(call_rcu_sched);
Dtracepoint.c93 call_rcu_sched(&tp_probes->u.rcu, rcu_free_old_probes); in release_probes()
522 call_rcu_sched(&pos->u.rcu, rcu_free_old_probes); in tracepoint_probe_update_all()
Drcutree.c83 RCU_STATE_INITIALIZER(rcu_sched, 's', call_rcu_sched);
2445 void call_rcu_sched(struct rcu_head *head, void (*func)(struct rcu_head *rcu)) in call_rcu_sched() function
2449 EXPORT_SYMBOL_GPL(call_rcu_sched);
2532 wait_rcu_gp(call_rcu_sched); in synchronize_sched()
2671 wait_rcu_gp(call_rcu_sched); in synchronize_sched_expedited()
Dworkqueue.c3527 call_rcu_sched(&pool->rcu, rcu_free_pool); in put_unbound_pool()
3631 call_rcu_sched(&pwq->rcu, rcu_free_pwq); in pwq_unbound_release_workfn()
Drcutorture.c772 call_rcu_sched(&p->rtort_rcu, rcu_torture_cb); in rcu_sched_torture_deferred_free()
/kernel/trace/
Dftrace.c1262 call_rcu_sched(&hash->rcu, __free_ftrace_hash_rcu); in free_ftrace_hash_rcu()
/kernel/sched/
Dcore.c5537 call_rcu_sched(&old_rd->rcu, free_rootdomain); in rq_attach_root()