Searched refs:pool_count (Results 1 – 3 of 3) 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()
182 testGet (int type, int pool_count, int poll_flag) in testGet() argument196 if (pool_count > 0) { in testGet()199 MHD_OPTION_THREAD_POOL_SIZE, pool_count, MHD_OPTION_END); in testGet()
11093 unsigned pool_count = 0; in TEST() local11100 ++pool_count; in TEST()11104 ++pool_count; in TEST()11108 CHECK(pool_count == 2); in TEST()