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

/linux-master/include/net/9p/
H A D9p.h19 * @P9_DEBUG_MUX: trace management of concurrent transactions
37 P9_DEBUG_MUX = (1<<5), enumerator in enum:p9_debug_flags
/linux-master/net/9p/
H A Dclient.c393 p9_debug(P9_DEBUG_MUX, "freeing clnt %p req %p tag: %d\n", c, r, tag);
444 p9_debug(P9_DEBUG_MUX, " tag %d\n", req->tc.tag);
453 p9_debug(P9_DEBUG_MUX, "wakeup: %d\n", req->tc.tag);
630 p9_debug(P9_DEBUG_MUX, "client %p op %d\n", c, type);
733 p9_debug(P9_DEBUG_MUX, "flushing\n");
818 p9_debug(P9_DEBUG_MUX, "flushing\n");
1009 p9_debug(P9_DEBUG_MUX, "clnt %p trans %p msize %d protocol %d\n",
1061 p9_debug(P9_DEBUG_MUX, "clnt %p\n", clnt);

Completed in 69 milliseconds