Searched refs:tag_users (Results 1 – 2 of 2) sorted by relevance
185 if (tag_desc->tag_users == 0) { in alloc_tag_store()191 tag_desc->tag_users++; in alloc_tag_store()213 tag_desc->tag_users = 0; in alloc_tag_store()226 tag_desc->tag_users = 1; in alloc_tag_store()287 tag_desc->tag_users = 0; in alloc_tag_store()306 tag_desc->tag_users--; in del_tag_store()307 if (tag_desc->tag_users == 0) { in del_tag_store()
104 unsigned long tag_users; /* number of references to descriptor */ member