Searched refs:c_recv_w (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/rds/ |
D | threads.c | 91 queue_delayed_work(rds_wq, &conn->c_recv_w, 0); in rds_connect_complete() 185 struct rds_connection *conn = container_of(work, struct rds_connection, c_recv_w.work); in rds_recv_worker() 194 queue_delayed_work(rds_wq, &conn->c_recv_w, 0); in rds_recv_worker() 198 queue_delayed_work(rds_wq, &conn->c_recv_w, 2); in rds_recv_worker()
|
D | connection.c | 203 INIT_DELAYED_WORK(&conn->c_recv_w, rds_recv_worker); in __rds_conn_create() 358 cancel_delayed_work_sync(&conn->c_recv_w); in rds_conn_destroy()
|
D | tcp_recv.c | 324 queue_delayed_work(rds_wq, &conn->c_recv_w, 0); in rds_tcp_data_ready()
|
D | rds.h | 121 struct delayed_work c_recv_w; member
|
D | iw_recv.c | 847 queue_delayed_work(rds_wq, &conn->c_recv_w, 0); in rds_iw_recv_tasklet_fn()
|
D | ib_recv.c | 447 queue_delayed_work(rds_wq, &conn->c_recv_w, 1); in rds_ib_recv_refill()
|