Searched refs:first_slave (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dpnode.c20 static inline struct vfsmount *first_slave(struct vfsmount *p) function
99 return first_slave(m);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbonding.h121 bond_for_each_slave_from(bond, pos, cnt, (bond)->first_slave)
178 struct slave *first_slave; member in struct:bonding
H A Dbond_main.c1014 new_active = bond->first_slave;
1177 if (bond->first_slave == NULL) { /* attaching the first slave */
1180 bond->first_slave = new_slave;
1182 new_slave->next = bond->first_slave;
1183 new_slave->prev = bond->first_slave->prev;
1211 if (bond->first_slave == slave) { /* slave is the first slave */
1213 bond->first_slave = slave->next;
1215 bond->first_slave = NULL; /* slave was the last one */
1831 while ((slave = bond->first_slave) != NULL) {
2880 bond->current_arp_slave = bond->first_slave;
[all...]
H A Dbond_3ad.c177 return &(SLAVE_AD_INFO(bond->first_slave).port);
193 if ((bond == NULL) || (slave->next == bond->first_slave)) {
216 return &(SLAVE_AD_INFO(bond->first_slave).aggregator);
232 if ((bond == NULL) || (slave->next == bond->first_slave)) {
2267 if (__get_active_agg(&(SLAVE_AD_INFO(bond->first_slave).aggregator))) {
H A Dbond_alb.c385 start_at = bond->first_slave;
1215 bond_for_each_slave_from_to(bond, slave, i, bond->first_slave, stop_at) {

Completed in 65 milliseconds