Home
last modified time | relevance | path

Searched refs:queue_rcu_work (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/
H A Dworkqueue.h601 extern bool queue_rcu_work(struct workqueue_struct *wq, struct rcu_work *rwork);
/linux/kernel/bpf/
H A Dcpumap.c553 queue_rcu_work(system_percpu_wq, &old_rcpu->free_work); in __cpu_map_entry_replace()
/linux/mm/
H A Dslab_common.c1782 queued = queue_rcu_work(rcu_reclaim_wq, &krwp->rcu_work); in kvfree_rcu_queue_batch()
/linux/net/sched/
H A Dact_ct.c396 queue_rcu_work(act_ct_wq, &ct_ft->rwork); in tcf_ct_flow_table_put()
H A Dcls_api.c328 return queue_rcu_work(tc_filter_wq, rwork); in tcf_queue_work()
/linux/drivers/xen/events/
H A Devents_base.c785 queue_rcu_work(system_wq, &info->rwork); in xen_free_irq()
/linux/fs/
H A Daio.c639 queue_rcu_work(system_percpu_wq, &ctx->free_rwork); in free_ioctx_reqs()
/linux/kernel/trace/
H A Dtrace_events_user.c838 queue_rcu_work(system_percpu_wq, &mm->put_rwork); in user_event_mm_remove()
H A Dtrace_events_filter.c1378 queue_rcu_work(system_wq, &filter_list->rwork); in free_filter_list_tasks()
/linux/Documentation/RCU/
H A Dchecklist.rst208 handler scheduled from the callback. The queue_rcu_work()
/linux/kernel/cgroup/
H A Dcgroup.c5689 queue_rcu_work(cgroup_free_wq, &css->destroy_rwork); in css_release_work_fn()
5832 queue_rcu_work(cgroup_free_wq, &css->destroy_rwork); in css_create()
/linux/kernel/
H A Dworkqueue.c2618 bool queue_rcu_work(struct workqueue_struct *wq, struct rcu_work *rwork) in queue_rcu_work() function
2635 EXPORT_SYMBOL(queue_rcu_work);
/linux/kernel/sched/
H A Dext.c3624 queue_rcu_work(system_unbound_wq, &sch->rcu_work); in scx_kobj_release()