Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv4/
Dfib_trie.c290 static const int halve_threshold_root = 15; variable
823 threshold *= IS_TRIE(tp) ? halve_threshold_root : halve_threshold; in should_halve()