p9_idpool_check 594 include/net/9p/9p.h int p9_idpool_check(int id, struct p9_idpool *p); p9_idpool_check 254 net/9p/trans_fd.c if (tag != P9_NOTAG && p9_idpool_check(tag, m->tagpool)) p9_idpool_check 360 net/9p/trans_virtio.c if (n != P9_NOTAG && p9_idpool_check(n, chan->tagpool))