Home
last modified time | relevance | path

Searched refs:should_notify (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/
H A Dbonding.h172 should_notify:1, /* indicates whether the state changed */ member
393 slave->should_notify = 0; in bond_set_slave_state()
395 if (slave->should_notify) in bond_set_slave_state()
396 slave->should_notify = 0; in bond_set_slave_state()
398 slave->should_notify = 1; in bond_set_slave_state()
421 if (tmp->should_notify) { in bond_slave_state_notify()
423 tmp->should_notify = 0; in bond_slave_state_notify()
/linux/drivers/android/binder/
H A Dthread.rs1590 let should_notify = inner.looper_flags & LOOPER_WAITING != 0; in exit_looper() localVariable
1591 if should_notify { in exit_looper()
1596 if should_notify { in exit_looper()
/linux/net/ipv6/
H A Droute.c5404 bool should_notify = false; in ip6_route_mpath_should_notify() local
5420 should_notify = true; in ip6_route_mpath_should_notify()
5424 return should_notify; in ip6_route_mpath_should_notify()
/linux/drivers/net/bonding/
H A Dbond_3ad.c2612 if (slave->should_notify) { in bond_3ad_state_machine_handler()
H A Dbond_main.c3835 if (slave->should_notify || slave->should_notify_link) { in bond_ab_arp_probe()