Searched refs:acl_pool_refs_held (Results 1 – 1 of 1) sorted by relevance
32 static atomic_t acl_pool_refs_held[BT_BUF_ACL_RX_COUNT]; variable40 __ASSERT_NO_MSG(0 <= buf_id && buf_id < ARRAY_SIZE(acl_pool_refs_held)); in bt_testing_trace_event_acl_pool_destroy()41 TEST_ASSERT(acl_pool_refs_held[buf_id] == 0, in bt_testing_trace_event_acl_pool_destroy()50 atomic_inc(&acl_pool_refs_held[buf_id]); in acl_pool_refs_held_add()57 __ASSERT_NO_MSG(0 <= buf_id && buf_id < ARRAY_SIZE(acl_pool_refs_held)); in acl_pool_refs_held_remove()58 atomic_val_t old = atomic_dec(&acl_pool_refs_held[buf_id]); in acl_pool_refs_held_remove()