Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 13 of 13) sorted by relevance

/net/devlink/
A Dsb.c456 u32 threshold; in devlink_nl_sb_port_pool_fill() local
461 pool_index, &threshold); in devlink_nl_sb_port_pool_fill()
612 u32 threshold, in devlink_sb_port_pool_set() argument
620 pool_index, threshold, extack); in devlink_sb_port_pool_set()
631 u32 threshold; in devlink_nl_sb_port_pool_set_doit() local
648 pool_index, threshold, info->extack); in devlink_nl_sb_port_pool_set_doit()
661 u32 threshold; in devlink_nl_sb_tc_pool_bind_fill() local
667 &pool_index, &threshold); in devlink_nl_sb_tc_pool_bind_fill()
851 u16 pool_index, u32 threshold, in devlink_sb_tc_pool_bind_set() argument
860 pool_index, threshold, extack); in devlink_sb_tc_pool_bind_set()
[all …]
/net/batman-adv/
A Dbat_v.c478 u32 threshold; in batadv_v_neigh_is_sob() local
489 threshold = ifinfo1->bat_v.throughput / 4; in batadv_v_neigh_is_sob()
490 threshold = ifinfo1->bat_v.throughput - threshold; in batadv_v_neigh_is_sob()
492 ret = ifinfo2->bat_v.throughput > threshold; in batadv_v_neigh_is_sob()
602 u32 gw_throughput, orig_throughput, threshold; in batadv_v_gw_is_eligible() local
605 threshold = atomic_read(&bat_priv->gw.sel_class); in batadv_v_gw_is_eligible()
628 if ((orig_throughput - gw_throughput) < threshold) in batadv_v_gw_is_eligible()
/net/ipv4/
A Dtcp_cubic.c390 u32 threshold; in hystart_update() local
406 threshold = ca->delay_min + hystart_ack_delay(sk); in hystart_update()
414 threshold >>= 1; in hystart_update()
416 if ((s32)(now - ca->round_start) > threshold) { in hystart_update()
419 now - ca->round_start, threshold, in hystart_update()
A Dipmr_base.c12 unsigned char threshold, in vif_device_init() argument
23 v->threshold = threshold; in vif_device_init()
A Dfib_trie.c801 unsigned long threshold = used; in should_inflate() local
804 threshold *= IS_TRIE(tp) ? inflate_threshold_root : inflate_threshold; in should_inflate()
810 return (used > 1) && tn->pos && ((50 * used) >= threshold); in should_inflate()
816 unsigned long threshold = used; in should_halve() local
819 threshold *= IS_TRIE(tp) ? halve_threshold_root : halve_threshold; in should_halve()
824 return (used > 1) && (tn->bits > 1) && ((100 * used) < threshold); in should_halve()
A DKconfig511 congestion window and slow start threshold after a congestion
513 slow start threshold and a congestion window which takes into
643 buffer thresholds. The default ECN marking threshold heuristic for
/net/xfrm/
A Dxfrm_ipcomp.c30 u16 threshold; member
297 if (skb->len < ipcd->threshold) { in ipcomp_output()
349 ipcd->threshold = calg_desc->uinfo.comp.threshold; in ipcomp_init_state()
A Dxfrm_algo.c604 .threshold = 90,
614 .threshold = 90,
624 .threshold = 50,
/net/dsa/
A Ddevlink.c66 u32 threshold, in dsa_devlink_sb_port_pool_set() argument
76 pool_index, threshold, extack); in dsa_devlink_sb_port_pool_set()
100 u16 pool_index, u32 threshold, in dsa_devlink_sb_tc_pool_bind_set() argument
111 pool_index, threshold, in dsa_devlink_sb_tc_pool_bind_set()
/net/bridge/netfilter/
A Debt_nflog.c33 li.u.ulog.qthreshold = info->threshold; in ebt_nflog_tg()
/net/netfilter/
A Dxt_NFLOG.c30 li.u.ulog.qthreshold = info->threshold; in nflog_tg()
/net/sched/
A Dsch_fq_codel.c144 unsigned int threshold; in fq_codel_drop() local
162 threshold = maxbacklog >> 1; in fq_codel_drop()
173 } while (++i < max_packets && len < threshold); in fq_codel_drop()
/net/bluetooth/
A Dl2cap_core.c2153 int threshold; in l2cap_send_ack() local
2178 threshold = chan->ack_win; in l2cap_send_ack()
2179 threshold += threshold << 1; in l2cap_send_ack()
2180 threshold >>= 2; in l2cap_send_ack()
2183 threshold); in l2cap_send_ack()
2185 if (frames_to_ack >= threshold) { in l2cap_send_ack()

Completed in 44 milliseconds