Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Dadi_64.c185 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()
/Linux-v4.19/arch/sparc/include/asm/
Dmmu_64.h104 unsigned long tag_users; /* number of references to descriptor */ member