Searched refs:l2cap_req_pool (Results 1 – 3 of 3) sorted by relevance
51 vm_zone_t l2cap_req_pool; variable125 req = zalloc(l2cap_req_pool); in l2cap_request_alloc()173 zfree(l2cap_req_pool, req); in l2cap_request_free()
132 zdestroy(l2cap_req_pool); in netbt_dispose()143 l2cap_req_pool = zinit("l2cap_req", sizeof(struct l2cap_req), 1, in netbt_init()145 if (l2cap_req_pool == NULL) in netbt_init()
367 extern vm_zone_t l2cap_req_pool;