Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/9p/
H A Dclient.h221 struct p9_req_t *p9_tag_lookup(struct p9_client *, u16);
/kernel/linux/linux-6.6/include/net/9p/
H A Dclient.h227 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag);
/kernel/linux/linux-5.10/net/9p/
H A Dtrans_xen.c225 req = p9_tag_lookup(priv->client, h.tag); in p9_xen_response()
H A Dtrans_rdma.c313 req = p9_tag_lookup(client, tag); in recv_done()
H A Dclient.c304 * temporarily given by p9_tag_lookup and put by p9_client_cb in p9_tag_alloc()
307 * p9_tag_lookup but does not have a writer thread either in p9_tag_alloc()
325 * p9_tag_lookup - Look up a request by tag.
332 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup() function
356 EXPORT_SYMBOL(p9_tag_lookup); variable
H A Dtrans_fd.c337 m->rreq = p9_tag_lookup(m->client, m->rc.tag); in p9_read_work()
/kernel/linux/linux-6.6/net/9p/
H A Dtrans_rdma.c312 req = p9_tag_lookup(client, tag); in recv_done()
H A Dtrans_xen.c202 req = p9_tag_lookup(priv->client, h.tag); in p9_xen_response()
H A Dclient.c305 * so p9_tag_lookup does not accept a request that is not fully in p9_tag_alloc()
327 * temporarily given by p9_tag_lookup and put by p9_client_cb in p9_tag_alloc()
330 * p9_tag_lookup but does not have a writer thread either in p9_tag_alloc()
348 * p9_tag_lookup - Look up a request by tag.
355 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup() function
379 EXPORT_SYMBOL(p9_tag_lookup); variable
H A Dtrans_fd.c330 m->rreq = p9_tag_lookup(m->client, m->rc.tag); in p9_read_work()

Completed in 13 milliseconds