Searched refs:refcount (Results 1 - 4 of 4) sorted by relevance

/bionic/linker/
H A Dlinker.h161 unsigned refcount; member in struct:soinfo
H A Ddlfcn.c64 ret->refcount++;
H A Dlinker.cpp302 si->refcount = 0;
907 if (si->refcount == 1) {
929 si->refcount = 0;
931 si->refcount--;
932 PRINT("%5d not unloading '%s', decrementing refcount to %d\n",
933 pid, si->name, si->refcount);
1620 lsi->refcount++;
1639 lsi->refcount++;
1900 si->refcount = 1;
/bionic/libc/kernel/common/linux/
H A Dblkdev.h94 atomic_t refcount; member in struct:io_context

Completed in 118 milliseconds