Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dworkqueue.h601 extern bool queue_rcu_work(struct workqueue_struct *wq, struct rcu_work *rwork);
/linux/net/devlink/
H A Dcore.c321 queue_rcu_work(system_percpu_wq, &devlink->rwork); in devlink_put()
/linux/kernel/bpf/
H A Dcpumap.c543 * entry is no longer in use before freeing. We use queue_rcu_work() to call
558 queue_rcu_work(system_percpu_wq, &old_rcpu->free_work); in cpu_map_delete_elem()
/linux/drivers/acpi/
H A Dosl.c401 queue_rcu_work(system_percpu_wq, &map->track.rwork); in acpi_os_drop_map_ref()
/linux/net/core/
H A Dskmsg.c902 queue_rcu_work(system_percpu_wq, &psock->rwork); in sk_psock_drop()
/linux/mm/
H A Dslab_common.c1340 * @rcu_work: Let queue_rcu_work() invoke workqueue handler after grace period
1758 queued = queue_rcu_work(rcu_reclaim_wq, &krwp->rcu_work); in kvfree_rcu_queue_batch()
/linux/net/sched/
H A Dact_ct.c398 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_percpu_wq, &info->rwork); in xen_free_irq()
/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_dfl_wq, &filter_list->rwork); in free_filter_list_tasks()
/linux/fs/
H A Daio.c638 queue_rcu_work(system_percpu_wq, &ctx->free_rwork); in free_ioctx_reqs()
/linux/Documentation/RCU/
H A Dchecklist.rst208 handler scheduled from the callback. The queue_rcu_work()
/linux/kernel/cgroup/
H A Dcgroup.c5686 queue_rcu_work(cgroup_free_wq, &css->destroy_rwork); in css_release_work_fn()
5829 queue_rcu_work(cgroup_free_wq, &css->destroy_rwork); in css_create()
/linux/kernel/
H A Dworkqueue.c2637 bool queue_rcu_work(struct workqueue_struct *wq, struct rcu_work *rwork) in queue_rcu_work() function
2654 EXPORT_SYMBOL(queue_rcu_work);
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c3680 queue_rcu_work(ve->context.engine->i915->unordered_wq, &ve->rcu); in virtual_context_destroy()
/linux/kernel/sched/
H A Dext.c3705 queue_rcu_work(system_unbound_wq, &sch->rcu_work); in scx_kobj_release()