Home
last modified time | relevance | path

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

/dragonfly/sys/netbt/
H A Dbt_proto.c133 zdestroy(rfcomm_credit_pool); in netbt_dispose()
147 rfcomm_credit_pool = zinit("rfcomm_credit", in netbt_init()
150 if (rfcomm_credit_pool == NULL) in netbt_init()
H A Drfcomm_session.c98 vm_zone_t rfcomm_credit_pool; variable
162 rfcomm_credit_pool = zinit("rfcomm_credit", in rfcomm_init()
246 zfree(rfcomm_credit_pool, credit); in rfcomm_session_free()
485 zfree(rfcomm_credit_pool, credit); in rfcomm_session_complete()
1462 credit = zalloc(rfcomm_credit_pool); in rfcomm_session_send_frame()
1468 zfree(rfcomm_credit_pool, credit); in rfcomm_session_send_frame()
1533 credit = zalloc(rfcomm_credit_pool); in rfcomm_session_send_uih()
1623 zfree(rfcomm_credit_pool, credit); in rfcomm_session_send_uih()
H A Drfcomm.h429 extern vm_zone_t rfcomm_credit_pool;