Searched refs:t4_trace_lock (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/cxgbe/
H A Dt4_tracer.c72 * t4_trace_lock sx as well as the sc->ifp_lock mutex held. Holding either
79 * t4_trace_lock
83 static struct sx t4_trace_lock; variable in typeref:struct:sx
156 sx_xlock(&t4_trace_lock);
201 sx_xunlock(&t4_trace_lock);
212 sx_xlock(&t4_trace_lock);
224 sx_xunlock(&t4_trace_lock);
233 sx_init(&t4_trace_lock, "T4/T5 tracer lock");
252 sx_destroy(&t4_trace_lock);
259 sx_xlock(&t4_trace_lock);
[all...]

Completed in 56 milliseconds