Home
last modified time | relevance | path

Searched refs:P9_NOTAG (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/net/9p/
D9p.h318 #define P9_NOTAG ((u16)(~0)) macro
/linux-6.1.9/net/9p/
Dclient.c311 tag = idr_alloc(&c->reqs, req, P9_NOTAG, P9_NOTAG + 1, in p9_tag_alloc()
314 tag = idr_alloc(&c->reqs, req, 0, P9_NOTAG, GFP_NOWAIT); in p9_tag_alloc()