HomeSort by: relevance | last modified time | path
    Searched refs:hl_refcnt (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netbt/
hci_link.c 139 link->hl_refcnt++;
154 if (--link->hl_refcnt == 0) {
219 if (link->hl_refcnt > 0)
939 link->hl_state, link->hl_refcnt);
942 if (link->hl_refcnt > 0) {
950 KASSERT(link->hl_refcnt == 0);
hci_ioctl.c 78 link->hl_state, link->hl_refcnt);
hci.h 2454 uint16_t hl_refcnt; /* reference count */ member in struct:hci_link

Completed in 52 milliseconds