HomeSort by: relevance | last modified time | path
    Searched defs:use_count (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_origin.h 127 int use_count = h.use_count(); local in function:__msan::Origin::CreateChainedOrigin
128 if (use_count > flags()->origin_history_per_stack_limit) return prev;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stackdepot.cc 24 atomic_uint32_t hash_and_use_count; // hash_bits : 12; use_count : 20;
91 int StackDepotHandle::use_count() { function in class:__sanitizer::StackDepotHandle
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_arm.c 1679 /* read and clear counters. Do release_count then use_count to
2589 int use_count = 0, i; local in function:vchiq_instance_get_use_count
2593 use_count += service->service_use_count;
2596 return use_count;
2697 int use_count; member in struct:vchiq_dump_service_use_state::service_data_struct
2723 service_data[j++].use_count = service_ptr->
2748 service_data[i].use_count,
2749 service_data[i].use_count ? nz : "");
vchiq_core.h 284 int16_t use_count; member in struct:vchiq_slot_info_struct

Completed in 15 milliseconds