Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/9p/
H A Dclient.c305 * in the recv thread, and one ref put by p9_tag_remove in the in p9_tag_alloc()
359 * p9_tag_remove - Remove a tag.
365 static int p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove() function
406 if (p9_tag_remove(c, req) == 0) in p9_tag_cleanup()
683 p9_tag_remove(c, req); in p9_client_flush()
717 p9_tag_remove(c, req); in p9_client_prepare_req()
729 * Returns request structure (which client must free using p9_tag_remove)
807 p9_tag_remove(c, req); in p9_client_rpc()
822 * Returns request structure (which client must free using p9_tag_remove)
889 p9_tag_remove( in p9_client_zc_rpc()
[all...]
/kernel/linux/linux-6.6/net/9p/
H A Dclient.c382 * p9_tag_remove - Remove a tag.
388 static void p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove() function
402 p9_tag_remove(c, r); in p9_req_put()

Completed in 5 milliseconds