Home
last modified time | relevance | path

Searched refs:p9_idpool_put (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/9p/
Dutil.c118 void p9_idpool_put(int id, struct p9_idpool *p) in p9_idpool_put() function
128 EXPORT_SYMBOL(p9_idpool_put);
Dclient.c398 p9_idpool_put(0, c->tagpool); /* free reserved tag 0 */ in p9_tag_cleanup()
427 p9_idpool_put(tag, c->tagpool); in p9_free_req()
/Linux-v4.19/include/net/9p/
D9p.h571 void p9_idpool_put(int id, struct p9_idpool *p);