Searched refs:pool_count (Results 1 – 2 of 2) sorted by relevance
51 UINT32 pool_count; in llcp_init() local73 pool_count = GKI_poolcount (LLCP_POOL_ID); in llcp_init()76 llcp_cb.num_rx_buff = (pool_count * LLCP_RX_BUFF_RATIO) / 100; in llcp_init()90 llcp_cb.max_num_tx_buff = (UINT8) (pool_count - llcp_cb.num_rx_buff); in llcp_init()
11118 unsigned pool_count = 0; in TEST() local11125 ++pool_count; in TEST()11129 ++pool_count; in TEST()11133 DCHECK(pool_count == 2); in TEST()