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

/haiku-fatelf/headers/private/media/
H A DDormantNodeManager.h53 int32 use_count; member in struct:BPrivate::media::DormantNodeManager::loaded_add_on_info
/haiku-fatelf/src/kits/media/
H A DDormantNodeManager.cpp89 B_PRId32 "\n", info.add_on->AddonID(), info.use_count);
139 info.use_count = 1;
170 if (--info.use_count == 0) {
279 info.use_count++;
/haiku-fatelf/src/system/kernel/
H A Dsyscalls.cpp67 int32 use_count; member in struct:generic_syscall
151 syscall->use_count++;
159 if (--syscall->use_count == 0)
266 syscall->use_count = 0;
294 if (syscall->use_count != 0) {
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-alpha.c202 int use_count;
1462 if (--info->gotent->use_count == 0)
1617 if (--info->gotent->use_count == 0)
1806 if (--lit_gotent->use_count == 0)
1909 if (--info->gotent->use_count == 0)
1930 tprel_gotent->use_count++;
1933 if (info->gotent->use_count == 0)
1952 tprel_gotent->use_count = 1;
2932 gotent->use_count = 1;
2946 gotent->use_count
201 int use_count; member in struct:alpha_elf_link_hash_entry::alpha_elf_got_entry
[all...]

Completed in 85 milliseconds