Lines Matching defs:total
608 static void xfrm_byidx_resize(struct net *net, int total)
633 static inline int xfrm_bydst_should_resize(struct net *net, int dir, int *total)
638 if (total)
639 *total += cnt;
648 static inline int xfrm_byidx_should_resize(struct net *net, int total)
653 total > hmask)
676 int dir, total;
680 total = 0;
682 if (xfrm_bydst_should_resize(net, dir, &total))
685 if (xfrm_byidx_should_resize(net, total))
686 xfrm_byidx_resize(net, total);