Searched refs:client_cnt (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/nfc/
H A Dllcp_core.c469 atomic_t *client_cnt; nfc_llcp_put_ssap() local
473 client_cnt = &local->local_sdp_cnt[local_ssap]; nfc_llcp_put_ssap()
475 pr_debug("%d clients\n", atomic_read(client_cnt)); nfc_llcp_put_ssap()
479 if (atomic_dec_and_test(client_cnt)) { nfc_llcp_put_ssap()

Completed in 75 milliseconds