Searched refs:l2cap_req_pool (Results 1 – 2 of 2) sorted by relevance
52 struct pool l2cap_req_pool, l2cap_pdu_pool; variable74 pool_init(&l2cap_req_pool, sizeof(struct l2cap_req), 0, 0, 0, in l2cap_init()130 req = pool_get(&l2cap_req_pool, PR_NOWAIT); in l2cap_request_alloc()180 pool_put(&l2cap_req_pool, req); in l2cap_request_free()
361 extern struct pool l2cap_req_pool;