HomeSort by: relevance | last modified time | path
    Searched defs:rfcomm_credit_pool (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netbt/
rfcomm_session.c 98 static struct pool rfcomm_credit_pool; variable in typeref:struct:pool
158 pool_init(&rfcomm_credit_pool, sizeof(struct rfcomm_credit),
246 pool_put(&rfcomm_credit_pool, credit);
494 pool_put(&rfcomm_credit_pool, credit);
1471 credit = pool_get(&rfcomm_credit_pool, PR_NOWAIT);
1477 pool_put(&rfcomm_credit_pool, credit);
1542 credit = pool_get(&rfcomm_credit_pool, PR_NOWAIT);
1631 pool_put(&rfcomm_credit_pool, credit);
rfcomm_session.c 98 static struct pool rfcomm_credit_pool; variable in typeref:struct:pool
158 pool_init(&rfcomm_credit_pool, sizeof(struct rfcomm_credit),
246 pool_put(&rfcomm_credit_pool, credit);
494 pool_put(&rfcomm_credit_pool, credit);
1471 credit = pool_get(&rfcomm_credit_pool, PR_NOWAIT);
1477 pool_put(&rfcomm_credit_pool, credit);
1542 credit = pool_get(&rfcomm_credit_pool, PR_NOWAIT);
1631 pool_put(&rfcomm_credit_pool, credit);

Completed in 51 milliseconds