Searched refs:P9_DEBUG_MUX (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/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 | 370 p9_debug(P9_DEBUG_MUX, in p9_tag_cleanup() 406 p9_debug(P9_DEBUG_MUX, "clnt %p req %p tag: %d\n", c, r, tag); in p9_free_req() 421 p9_debug(P9_DEBUG_MUX, " tag %d\n", req->tc->tag); in p9_client_cb() 431 p9_debug(P9_DEBUG_MUX, "wakeup: %d\n", req->tc->tag); in p9_client_cb() 681 p9_debug(P9_DEBUG_MUX, "client %p op %d\n", c, type); in p9_client_prepare_req() 773 p9_debug(P9_DEBUG_MUX, "flushing\n"); in p9_client_rpc() 854 p9_debug(P9_DEBUG_MUX, "flushing\n"); in p9_client_zc_rpc() 1034 p9_debug(P9_DEBUG_MUX, "clnt %p trans %p msize %d protocol %d\n", in p9_client_create() 1068 p9_debug(P9_DEBUG_MUX, "clnt %p\n", clnt); in p9_client_destroy()
|
/linux-4.1.27/include/net/9p/ |
D | 9p.h | 54 P9_DEBUG_MUX = (1<<5), enumerator
|