Searched refs:c_send_lock (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dthreads.c64 * through c_send_lock, and with connection management callbacks
182 mutex_lock(&conn->c_send_lock);
185 mutex_unlock(&conn->c_send_lock);
H A Dconnection.c70 if (!mutex_trylock(&conn->c_send_lock))
73 mutex_unlock(&conn->c_send_lock);
162 mutex_init(&conn->c_send_lock);
H A Dsend.c57 * Reset the send state. Caller must hold c_send_lock when calling here.
129 if (!mutex_trylock(&conn->c_send_lock)) {
324 * backed off on noticing that we held the c_send_lock. If we check
334 mutex_unlock(&conn->c_send_lock);
H A Drds.h87 struct mutex c_send_lock; /* protect send ring */ member in struct:rds_connection

Completed in 69 milliseconds