HomeSort by: relevance | last modified time | path
    Searched refs:use_count (Results 1 - 6 of 6) 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.h 31 int use_count();
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
vchiq_core.c 1118 slot->use_count++;
1145 if (release_count == slot_info->use_count) {
1657 /* Initialise use_count to one, and increment
1660 state->rx_info->use_count = 1;
2773 if (slot_info->release_count != slot_info->use_count) {
3702 if (slot_info.use_count != slot_info.release_count) {
3704 " %d: %d/%d", i, slot_info.use_count,

Completed in 17 milliseconds