Home
last modified time | relevance | path

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

/net/tipc/
Dgroup.c125 int max_active, active_pool, idle_pool; in tipc_group_rcvbuf_limit() local
135 idle_pool = (mcnt - max_active) * ADV_IDLE; in tipc_group_rcvbuf_limit()
138 return (active_pool + idle_pool) * FLOWCTL_BLK_SZ * 4; in tipc_group_rcvbuf_limit()