Home
last modified time | relevance | path

Searched refs:rwork (Results 1 – 15 of 15) sorted by relevance

/net/sched/
A Dcls_cgroup.c23 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 Dcls_basic.c37 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 Dcls_fw.c41 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 Dcls_route.c57 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 Dcls_flow.c57 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 Dcls_matchall.c24 struct rcu_work rwork; member
62 rwork); in mall_destroy_work()
141 tcf_queue_work(&head->rwork, mall_destroy_work); in mall_destroy()
A Dcls_bpf.c51 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 Dcls_u32.c63 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 Dcls_flower.c104 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 Dact_ct.c52 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 Dcls_api.c325 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 Dtopsrv.c101 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 Dcore.c312 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 Ddevl_internal.h60 struct rcu_work rwork; member
/net/core/
A Dskmsg.c843 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()

Completed in 38 milliseconds