Home
last modified time | relevance | path

Searched refs:to_rcu_work (Results 1 – 25 of 25) sorted by relevance

/linux/net/sched/
H A Dcls_cgroup.c70 struct cls_cgroup_head *head = container_of(to_rcu_work(work), in cls_cgroup_destroy_work()
H A Dcls_basic.c100 struct basic_filter *f = container_of(to_rcu_work(work), in basic_delete_filter_work()
H A Dcls_matchall.c60 struct cls_mall_head *head = container_of(to_rcu_work(work), in mall_destroy_work()
H A Dcls_fw.c128 struct fw_filter *f = container_of(to_rcu_work(work), in fw_delete_filter_work()
H A Dcls_route.c269 struct route4_filter *f = container_of(to_rcu_work(work), in route4_delete_filter_work()
H A Dcls_flow.c387 struct flow_filter *f = container_of(to_rcu_work(work), in flow_destroy_filter_work()
H A Dcls_u32.c440 struct tc_u_knode *key = container_of(to_rcu_work(work), in u32_delete_key_work()
457 struct tc_u_knode *key = container_of(to_rcu_work(work), in u32_delete_key_freepf_work()
H A Dcls_bpf.c280 struct cls_bpf_prog *prog = container_of(to_rcu_work(work), in cls_bpf_delete_prog_work()
H A Dcls_flower.c387 struct fl_flow_mask *mask = container_of(to_rcu_work(work), in fl_mask_free()
395 struct fl_flow_mask *mask = container_of(to_rcu_work(work), in fl_mask_free_work()
438 struct cls_fl_filter *f = container_of(to_rcu_work(work), in __fl_destroy_filter()
586 struct cls_fl_head *head = container_of(to_rcu_work(work), in __fl_delete()
H A Dact_ct.c384 ct_ft = container_of(to_rcu_work(work), struct tcf_ct_flow_table, in tcf_ct_flow_table_cleanup_work()
/linux/net/core/
H A Dbpf_ksock.c35 ks = container_of(to_rcu_work(work), struct bpf_ksock, rwork); in ksock_release_work_fn()
/linux/drivers/net/ovpn/
H A Dcrypto_aead.c394 ks = container_of(to_rcu_work(work), struct ovpn_crypto_key_slot, in ovpn_aead_crypto_key_slot_free_work()
/linux/include/linux/
H A Dworkqueue.h218 static inline struct rcu_work *to_rcu_work(struct work_struct *work) in to_rcu_work() function
/linux/net/devlink/
H A Dcore.c344 devlink = container_of(to_rcu_work(work), struct devlink, rwork); in devlink_release()
/linux/kernel/bpf/
H A Dcpumap.c529 rcpu = container_of(to_rcu_work(work), struct bpf_cpu_map_entry, free_work); in __cpu_map_entry_free()
/linux/kernel/trace/
H A Dtrace_events_user.c404 struct user_event_enabler *enabler = container_of(to_rcu_work(work), in delayed_user_event_enabler_put()
808 mm = container_of(to_rcu_work(work), struct user_event_mm, put_rwork); in delayed_user_event_mm_put()
H A Dtrace_events_filter.c1370 filter_list = container_of(to_rcu_work(work), struct filter_head, rwork); in free_filter_list_work()
/linux/drivers/acpi/
H A Dosl.c390 struct acpi_ioremap *map = container_of(to_rcu_work(work), in acpi_os_map_remove()
/linux/kernel/dma/
H A Dswiotlb.c907 container_of(to_rcu_work(work), struct io_tlb_pool, dyn_free); in swiotlb_dyn_free_work()
/linux/mm/
H A Dslab_common.c1633 krwp = container_of(to_rcu_work(work), in kfree_rcu_work()
/linux/net/netfilter/
H A Dnfnetlink_queue.c195 inst = container_of(to_rcu_work(work), struct nfqnl_instance, in instance_destroy_work()
/linux/drivers/net/
H A Dmacsec.c182 container_of(to_rcu_work(work), struct macsec_rx_sa, destroy_work); in free_rxsa_work()
211 container_of(to_rcu_work(work), struct macsec_tx_sa, destroy_work); in free_txsa_work()
/linux/net/netfilter/ipset/
H A Dip_set_core.c1203 struct ip_set *set = container_of(to_rcu_work(work), in ip_set_destroy_set_work()
/linux/kernel/cgroup/
H A Dcgroup.c5693 struct cgroup_subsys_state *css = container_of(to_rcu_work(work), in css_free_rwork_fn()
6175 css = container_of(to_rcu_work(work), struct cgroup_subsys_state, destroy_rwork); in css_killed_work_fn()
/linux/kernel/sched/ext/
H A Dext.c5319 struct rcu_work *rcu_work = to_rcu_work(work); in scx_sched_free_rcu_work()