Home
last modified time | relevance | path

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

/freebsd/sys/fs/p9fs/
H A Dp9_client.h90 struct unrhdr tagpool; /* transaction id accounting for session */ member
H A Dp9_client.c385 tag = alloc_unr(&clnt->tagpool); in p9_tag_create()
403 free_unr(&clnt->tagpool, tag); in p9_tag_destroy()
558 init_unrhdr(&clnt->tagpool, P9FS_MIN_TAG, P9FS_MAX_TAG, in p9_client_create()
595 clear_unrhdr(&clnt->tagpool); in p9_client_destroy()