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

  /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
2593 use_count += service->service_use_count;
2596 return use_count;
2697 int use_count; member in struct: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 16 milliseconds