Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c181 NG_H4_LOCK(sc); in ng_h4_open()
251 NG_H4_LOCK(sc); in ng_h4_close()
301 NG_H4_LOCK(sc); in ng_h4_ioctl()
345 NG_H4_LOCK(sc); in ng_h4_input()
614 NG_H4_LOCK(sc);
631 NG_H4_LOCK(sc);
672 NG_H4_LOCK(sc);
721 NG_H4_LOCK(sc);
751 NG_H4_LOCK(sc);
796 NG_H4_LOCK(sc);
[all …]
H A Dng_h4_var.h88 #define NG_H4_LOCK(sc) IF_LOCK(&sc->outq) macro