Home
last modified time | relevance | path

Searched refs:NG_H4_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c186 NG_H4_UNLOCK(sc); in ng_h4_open()
202 NG_H4_UNLOCK(sc); in ng_h4_open()
232 NG_H4_UNLOCK(sc); in ng_h4_open()
259 NG_H4_UNLOCK(sc); in ng_h4_close()
326 NG_H4_UNLOCK(sc); in ng_h4_ioctl()
356 NG_H4_UNLOCK(sc); in ng_h4_input()
559 NG_H4_UNLOCK(sc); in ng_h4_input()
637 NG_H4_UNLOCK(sc);
680 NG_H4_UNLOCK(sc);
761 NG_H4_UNLOCK(sc);
[all …]
H A Dng_h4_var.h89 #define NG_H4_UNLOCK(sc) IF_UNLOCK(&sc->outq) macro