Home
last modified time | relevance | path

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

/trueos/sys/netgraph/bluetooth/drivers/h4/
HDng_h4.c179 NG_H4_LOCK(sc); in ng_h4_open()
249 NG_H4_LOCK(sc); in ng_h4_close()
299 NG_H4_LOCK(sc); in ng_h4_ioctl()
343 NG_H4_LOCK(sc); in ng_h4_input()
593 NG_H4_LOCK(sc);
612 NG_H4_LOCK(sc);
629 NG_H4_LOCK(sc);
670 NG_H4_LOCK(sc);
719 NG_H4_LOCK(sc);
749 NG_H4_LOCK(sc);
[all …]
HDng_h4_var.h86 #define NG_H4_LOCK(sc) IF_LOCK(&sc->outq) macro