| /net/sched/ |
| A D | cls_cgroup.c | 23 struct rcu_work rwork; member 72 rwork); in cls_cgroup_destroy_work() 125 tcf_queue_work(&head->rwork, cls_cgroup_destroy_work); in cls_cgroup_change() 142 tcf_queue_work(&head->rwork, cls_cgroup_destroy_work); in cls_cgroup_destroy()
|
| A D | cls_basic.c | 37 struct rcu_work rwork; member 102 rwork); in basic_delete_filter_work() 119 tcf_queue_work(&f->rwork, basic_delete_filter_work); in basic_destroy() 137 tcf_queue_work(&f->rwork, basic_delete_filter_work); in basic_delete() 236 tcf_queue_work(&fold->rwork, basic_delete_filter_work); in basic_change()
|
| A D | cls_fw.c | 41 struct rcu_work rwork; member 126 rwork); in fw_delete_filter_work() 148 tcf_queue_work(&f->rwork, fw_delete_filter_work); in fw_destroy() 177 tcf_queue_work(&f->rwork, fw_delete_filter_work); in fw_delete() 297 tcf_queue_work(&f->rwork, fw_delete_filter_work); in fw_change()
|
| A D | cls_route.c | 57 struct rcu_work rwork; member 266 rwork); in route4_delete_filter_work() 274 tcf_queue_work(&f->rwork, route4_delete_filter_work); in route4_queue_work() 346 tcf_queue_work(&f->rwork, route4_delete_filter_work); in route4_delete() 566 tcf_queue_work(&fold->rwork, route4_delete_filter_work); in route4_change()
|
| A D | cls_flow.c | 57 struct rcu_work rwork; member 384 rwork); in flow_destroy_filter_work() 557 tcf_queue_work(&fold->rwork, flow_destroy_filter_work); in flow_change() 577 tcf_queue_work(&f->rwork, flow_destroy_filter_work); in flow_delete() 603 tcf_queue_work(&f->rwork, flow_destroy_filter_work); in flow_destroy()
|
| A D | cls_matchall.c | 24 struct rcu_work rwork; member 62 rwork); in mall_destroy_work() 141 tcf_queue_work(&head->rwork, mall_destroy_work); in mall_destroy()
|
| A D | cls_bpf.c | 51 struct rcu_work rwork; member 282 rwork); in cls_bpf_delete_prog_work() 298 tcf_queue_work(&prog->rwork, cls_bpf_delete_prog_work); in __cls_bpf_delete() 519 tcf_queue_work(&oldprog->rwork, cls_bpf_delete_prog_work); in cls_bpf_change()
|
| A D | cls_u32.c | 63 struct rcu_work rwork; member 439 rwork); in u32_delete_key_work() 456 rwork); in u32_delete_key_freepf_work() 480 tcf_queue_work(&key->rwork, u32_delete_key_freepf_work); in u32_delete_key() 602 tcf_queue_work(&n->rwork, u32_delete_key_freepf_work); in u32_clear_hnode() 959 tcf_queue_work(&n->rwork, u32_delete_key_work); in u32_change()
|
| A D | cls_flower.c | 104 struct rcu_work rwork; member 121 struct rcu_work rwork; member 138 struct rcu_work rwork; member 392 struct fl_flow_mask, rwork); in fl_mask_free_work() 400 struct fl_flow_mask, rwork); in fl_uninit_mask_free_work() 416 tcf_queue_work(&mask->rwork, fl_mask_free_work); in fl_mask_put() 443 struct cls_fl_filter, rwork); in fl_destroy_filter_work() 531 tcf_queue_work(&f->rwork, fl_destroy_filter_work); in __fl_put() 592 rwork); in fl_destroy_sleepable() 617 tcf_queue_work(&head->rwork, fl_destroy_sleepable); in fl_destroy() [all …]
|
| A D | act_ct.c | 52 struct rcu_work rwork; member 379 rwork); in tcf_ct_flow_table_cleanup_work() 395 INIT_RCU_WORK(&ct_ft->rwork, tcf_ct_flow_table_cleanup_work); in tcf_ct_flow_table_put() 396 queue_rcu_work(act_ct_wq, &ct_ft->rwork); in tcf_ct_flow_table_put()
|
| A D | cls_api.c | 325 bool tcf_queue_work(struct rcu_work *rwork, work_func_t func) in tcf_queue_work() argument 327 INIT_RCU_WORK(rwork, func); in tcf_queue_work() 328 return queue_rcu_work(tc_filter_wq, rwork); in tcf_queue_work()
|
| /net/tipc/ |
| A D | topsrv.c | 101 struct work_struct rwork; member 195 INIT_WORK(&con->rwork, tipc_conn_recv_work); in tipc_conn_alloc() 420 struct tipc_conn *con = container_of(work, struct tipc_conn, rwork); in tipc_conn_recv_work() 449 if (!queue_work(con->server->rcv_wq, &con->rwork)) in tipc_conn_data_ready()
|
| /net/devlink/ |
| A D | core.c | 312 devlink = container_of(to_rcu_work(work), struct devlink, rwork); in devlink_release() 323 queue_rcu_work(system_wq, &devlink->rwork); in devlink_put() 449 INIT_RCU_WORK(&devlink->rwork, devlink_release); in devlink_alloc_ns()
|
| A D | devl_internal.h | 60 struct rcu_work rwork; member
|
| /net/core/ |
| A D | skmsg.c | 843 struct sk_psock, rwork); in sk_psock_destroy() 878 INIT_RCU_WORK(&psock->rwork, sk_psock_destroy); in sk_psock_drop() 879 queue_rcu_work(system_wq, &psock->rwork); in sk_psock_drop()
|