Searched refs:missed_max (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs.c | 390 unsigned int interval_ms, unsigned int missed_max, in rtrs_init_hb() argument 398 path->hb_missed_max = missed_max; in rtrs_init_hb()
|
| H A D | rtrs-pri.h | 332 unsigned int interval_ms, unsigned int missed_max,
|
| /linux/drivers/net/bonding/ |
| H A D | bond_procfs.c | 119 bond->params.missed_max); in bond_info_show_master()
|
| H A D | bond_main.c | 3521 bond->params.missed_max) || in bond_loadbalance_arp_mon() 3523 bond->params.missed_max)) { in bond_loadbalance_arp_mon() 3629 !bond_time_in_interval(bond, last_rx, bond->params.missed_max + 1)) { in bond_ab_arp_inspect() 3641 (!bond_time_in_interval(bond, last_tx, bond->params.missed_max) || in bond_ab_arp_inspect() 3642 !bond_time_in_interval(bond, last_rx, bond->params.missed_max))) { in bond_ab_arp_inspect() 6422 params->missed_max = 2; in bond_check_params()
|
| H A D | bond_options.c | 1477 bond->params.missed_max = newval->value; in bond_option_missed_max_set()
|
| /linux/include/net/ |
| H A D | bonding.h | 125 u8 missed_max; member
|