Searched refs:p9_req_put (Results 1 – 7 of 7) sorted by relevance
/linux/net/9p/ |
H A D | client.c | 331 * in the recv thread, and one ref put by p9_req_put in the in p9_tag_alloc() 374 p9_req_put(c, req); in p9_tag_lookup() 402 int p9_req_put(struct p9_client *c, struct p9_req_t *r) in p9_req_put() function 414 EXPORT_SYMBOL(p9_req_put); 431 if (p9_req_put(c, req) == 0) in p9_tag_cleanup() 457 p9_req_put(c, req); in p9_client_cb() 621 p9_req_put(c, req); in p9_client_flush() 658 p9_req_put(c, req); in p9_client_prepare_req() 660 p9_req_put(c, req); in p9_client_prepare_req() 670 * Returns request structure (which client must free using p9_req_put) [all...] |
H A D | trans_fd.c | 351 p9_req_put(m->client, m->rreq); in p9_read_work() 387 p9_req_put(m->client, m->rreq); in p9_read_work() 501 p9_req_put(m->client, m->wreq); in p9_write_work() 713 p9_req_put(client, req); in p9_fd_cancel() 744 p9_req_put(client, req); in p9_fd_cancelled() 918 p9_req_put(m->client, m->rreq); in p9_conn_destroy() 923 p9_req_put(m->client, m->wreq); in p9_conn_destroy()
|
H A D | trans_usbg.c | 169 p9_req_put(usb9pfs->client, p9_tx_req); in usb9pfs_tx_complete() 214 p9_req_put(usb9pfs->client, p9_rx_req); in usb9pfs_rx_header() 222 p9_req_put(usb9pfs->client, p9_rx_req); in usb9pfs_rx_header() 250 p9_req_put(usb9pfs->client, p9_rx_req); in usb9pfs_rx_complete() 494 p9_req_put(client, req); in p9_usbg_cancel()
|
H A D | trans_virtio.c | 201 p9_req_put(client, req); in p9_virtio_cancelled() 561 p9_req_put(client, req); in p9_virtio_zc_request()
|
H A D | trans_xen.c | 165 p9_req_put(client, p9_req); in p9_xen_request()
|
H A D | trans_rdma.c | 352 p9_req_put(client, c->req); in send_done()
|
/linux/include/net/9p/ |
H A D | client.h | 241 int p9_req_put(struct p9_client *c, struct p9_req_t *r);
|