Searched refs:threshold (Results 1 – 13 of 13) sorted by relevance
| /net/devlink/ |
| A D | sb.c | 456 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 D | bat_v.c | 478 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 D | tcp_cubic.c | 390 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 D | ipmr_base.c | 12 unsigned char threshold, in vif_device_init() argument 23 v->threshold = threshold; in vif_device_init()
|
| A D | fib_trie.c | 801 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 D | Kconfig | 511 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 D | xfrm_ipcomp.c | 30 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 D | xfrm_algo.c | 604 .threshold = 90, 614 .threshold = 90, 624 .threshold = 50,
|
| /net/dsa/ |
| A D | devlink.c | 66 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 D | ebt_nflog.c | 33 li.u.ulog.qthreshold = info->threshold; in ebt_nflog_tg()
|
| /net/netfilter/ |
| A D | xt_NFLOG.c | 30 li.u.ulog.qthreshold = info->threshold; in nflog_tg()
|
| /net/sched/ |
| A D | sch_fq_codel.c | 144 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 D | l2cap_core.c | 2153 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