Searched refs:tag_users (Results 1 – 2 of 2) sorted by relevance
184 if (tag_desc->tag_users == 0) { in alloc_tag_store()190 tag_desc->tag_users++; in alloc_tag_store()212 tag_desc->tag_users = 0; in alloc_tag_store()225 tag_desc->tag_users = 1; in alloc_tag_store()286 tag_desc->tag_users = 0; in alloc_tag_store()305 tag_desc->tag_users--; in del_tag_store()306 if (tag_desc->tag_users == 0) { in del_tag_store()
104 unsigned long tag_users; /* number of references to descriptor */ member