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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_main.c1001 * Warning: Caller must hold curr_slave_lock for writing.
1064 * Warning: Caller must hold curr_slave_lock for writing.
1142 * Warning: Caller must hold curr_slave_lock for writing.
2059 read_lock(&bond->curr_slave_lock);
2061 read_unlock(&bond->curr_slave_lock);
2255 write_lock(&bond->curr_slave_lock);
2259 write_unlock(&bond->curr_slave_lock);
2586 read_lock(&bond->curr_slave_lock);
2588 read_unlock(&bond->curr_slave_lock);
2667 write_lock(&bond->curr_slave_lock);
[all...]
H A Dbond_alb.c410 * Caller must hold bond->curr_slave_lock for write or bond lock for write
472 write_lock(&bond->curr_slave_lock);
478 write_unlock(&bond->curr_slave_lock);
959 /* Caller must hold bond lock for write or curr_slave_lock for write*/
1281 read_lock(&bond->curr_slave_lock);
1371 read_unlock(&bond->curr_slave_lock);
1401 * sending the learning packets, the curr_slave_lock must be held for
1404 read_lock(&bond->curr_slave_lock);
1410 read_unlock(&bond->curr_slave_lock);
1418 read_lock(&bond->curr_slave_lock);
[all...]
H A Dbonding.h171 * 2) Get bond->curr_slave_lock when reading/writing bond->curr_active_slave.
173 * 3) When we lock with bond->curr_slave_lock, we must lock with bond->lock
184 rwlock_t curr_slave_lock; member in struct:bonding
H A Dbond_sysfs.c1164 read_lock(&bond->curr_slave_lock);
1166 read_unlock(&bond->curr_slave_lock);
1258 read_lock(&bond->curr_slave_lock);
1260 read_unlock(&bond->curr_slave_lock);

Completed in 58 milliseconds