Searched refs:c_recv_w (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dthreads.c91 queue_delayed_work(rds_wq, &conn->c_recv_w, 0);
235 struct rds_connection *conn = container_of(work, struct rds_connection, c_recv_w.work);
244 queue_delayed_work(rds_wq, &conn->c_recv_w, 0);
248 queue_delayed_work(rds_wq, &conn->c_recv_w, 2);
H A Dtcp_recv.c335 queue_delayed_work(rds_wq, &conn->c_recv_w, 0);
H A Dconnection.c201 INIT_DELAYED_WORK(&conn->c_recv_w, rds_recv_worker);
H A Drds.h108 struct delayed_work c_recv_w; member in struct:rds_connection
H A Dib_recv.c891 queue_delayed_work(rds_wq, &conn->c_recv_w, 0);
H A Diw_recv.c850 queue_delayed_work(rds_wq, &conn->c_recv_w, 0);

Completed in 42 milliseconds