Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dadi_64.c184 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()
/openbmc/linux/arch/sparc/include/asm/
H A Dmmu_64.h104 unsigned long tag_users; /* number of references to descriptor */ member