Searched refs:P9_DEBUG_MUX (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/9p/ |
D | util.c | 104 p9_debug(P9_DEBUG_MUX, " id %d pool %p\n", i, p); in p9_idpool_get() 122 p9_debug(P9_DEBUG_MUX, " id %d pool %p\n", id, p); in p9_idpool_put()
|
D | client.c | 388 p9_debug(P9_DEBUG_MUX, in p9_tag_cleanup() 423 p9_debug(P9_DEBUG_MUX, "clnt %p req %p tag: %d\n", c, r, tag); in p9_free_req() 438 p9_debug(P9_DEBUG_MUX, " tag %d\n", req->tc->tag); in p9_client_cb() 448 p9_debug(P9_DEBUG_MUX, "wakeup: %d\n", req->tc->tag); in p9_client_cb() 704 p9_debug(P9_DEBUG_MUX, "client %p op %d\n", c, type); in p9_client_prepare_req() 795 p9_debug(P9_DEBUG_MUX, "flushing\n"); in p9_client_rpc() 877 p9_debug(P9_DEBUG_MUX, "flushing\n"); in p9_client_zc_rpc() 1048 p9_debug(P9_DEBUG_MUX, "clnt %p trans %p msize %d protocol %d\n", in p9_client_create() 1081 p9_debug(P9_DEBUG_MUX, "clnt %p\n", clnt); in p9_client_destroy()
|
/Linux-v4.19/include/net/9p/ |
D | 9p.h | 54 P9_DEBUG_MUX = (1<<5), enumerator
|