Home
last modified time | relevance | path

Searched defs:use_count (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h163 _LIBCPP_HIDE_FROM_ABI long use_count() const _NOEXCEPT { return __libcpp_relaxed_load(&__shared_owners_) + 1; } use_count() function
191 _LIBCPP_HIDE_FROM_ABI long use_count() const _NOEXCEPT { return __shared_count::use_count(); } use_count() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h88 int use_count = h.use_count(); in CreateChainedOrigin() local
/freebsd-src/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c195 int use_count; in debugfs_usecount_show() local
276 struct dentry *top, *use_count, *trace; in vchiq_debugfs_add_instance() local
H A Dvchiq_arm.c2665 int use_count; in vchiq_dump_service_use_state() member
2847 int use_count = 0, i; in vchiq_instance_get_use_count() local
2863 int len, use_count; in proc_read_use_count() local
2875 struct proc_dir_entry *top, *use_count; in vchiq_proc_add_instance() local
H A Dvchiq_core.h281 short use_count; member
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h126 int use_count = h.use_count(); in CreateChainedOrigin() local
/freebsd-src/usr.sbin/bhyve/amd64/
H A Dpci_irq.c66 int use_count; global() member
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp65 int StackDepotHandle::use_count() const { in use_count() function in __sanitizer::StackDepotHandle
/freebsd-src/sys/dev/ocs_fc/
H A Docs_hw.h1108 uint32_t use_count; member
1124 uint32_t use_count; member
1144 uint32_t use_count; member
1189 uint32_t use_count; /*<< use count */ member
1220 uint32_t use_count; member
/freebsd-src/sys/dev/mpt/
H A Dmpt.h183 u_int use_count; /* Instances using personality*/ member