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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Dpnode.c21 static inline struct vfsmount *first_slave(struct vfsmount *p) function
164 return first_slave(m);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Dpnode.c21 static inline struct vfsmount *first_slave(struct vfsmount *p) function
164 return first_slave(m);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/bonding/
H A Dbonding.h117 bond_for_each_slave_from(bond, pos, cnt, (bond)->first_slave)
193 struct slave *first_slave; member in struct:bonding
H A Dbond_main.c1063 new_active = bond->first_slave;
1230 if (bond->first_slave == NULL) { /* attaching the first slave */
1233 bond->first_slave = new_slave;
1235 new_slave->next = bond->first_slave;
1236 new_slave->prev = bond->first_slave->prev;
1262 if (bond->first_slave == slave) { /* slave is the first slave */
1264 bond->first_slave = slave->next;
1266 bond->first_slave = NULL; /* slave was the last one */
1364 if (!bond->first_slave)
1369 vlan_features = bond->first_slave
[all...]
H A Dbond_3ad.c151 return &(SLAVE_AD_INFO(bond->first_slave).port);
167 if ((bond == NULL) || (slave->next == bond->first_slave)) {
190 return &(SLAVE_AD_INFO(bond->first_slave).aggregator);
206 if ((bond == NULL) || (slave->next == bond->first_slave)) {
2271 if (__get_active_agg(&(SLAVE_AD_INFO(bond->first_slave).aggregator))) {
H A Dbond_alb.c398 start_at = bond->first_slave;
1221 bond_for_each_slave_from_to(bond, slave, i, bond->first_slave, stop_at) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/bonding/
H A Dbonding.h117 bond_for_each_slave_from(bond, pos, cnt, (bond)->first_slave)
193 struct slave *first_slave; member in struct:bonding
H A Dbond_main.c1063 new_active = bond->first_slave;
1230 if (bond->first_slave == NULL) { /* attaching the first slave */
1233 bond->first_slave = new_slave;
1235 new_slave->next = bond->first_slave;
1236 new_slave->prev = bond->first_slave->prev;
1262 if (bond->first_slave == slave) { /* slave is the first slave */
1264 bond->first_slave = slave->next;
1266 bond->first_slave = NULL; /* slave was the last one */
1364 if (!bond->first_slave)
1369 vlan_features = bond->first_slave
[all...]
H A Dbond_3ad.c151 return &(SLAVE_AD_INFO(bond->first_slave).port);
167 if ((bond == NULL) || (slave->next == bond->first_slave)) {
190 return &(SLAVE_AD_INFO(bond->first_slave).aggregator);
206 if ((bond == NULL) || (slave->next == bond->first_slave)) {
2271 if (__get_active_agg(&(SLAVE_AD_INFO(bond->first_slave).aggregator))) {
H A Dbond_alb.c398 start_at = bond->first_slave;
1221 bond_for_each_slave_from_to(bond, slave, i, bond->first_slave, stop_at) {

Completed in 262 milliseconds