Home
last modified time | relevance | path

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

/dragonfly/sys/netbt/
H A Dhci_link.c143 link->hl_refcnt++; in hci_acl_open()
157 if (--link->hl_refcnt == 0) { in hci_acl_close()
208 if (link->hl_refcnt > 0) in hci_acl_timeout()
941 link->hl_type, link->hl_state, link->hl_refcnt); in hci_link_free()
944 if (link->hl_refcnt > 0) { in hci_link_free()
952 KKASSERT(link->hl_refcnt == 0); in hci_link_free()
H A Dhci_ioctl.c76 link->hl_state, link->hl_refcnt); in hci_dump()
H A Dhci.h2400 uint16_t hl_refcnt; /* reference count */ member