Home
last modified time | relevance | path

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

/Linux-v4.19/net/tipc/
Dgroup.c124 int max_active, active_pool, idle_pool; in tipc_group_rcvbuf_limit() local
133 active_pool = max_active * ADV_ACTIVE; in tipc_group_rcvbuf_limit()
137 return (active_pool + idle_pool) * FLOWCTL_BLK_SZ * 4; in tipc_group_rcvbuf_limit()