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();
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
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
vchiq_core.c 1118 slot->use_count = htole16(le16toh(slot->use_count) + 1);
1145 if (release_count == le16toh(slot_info->use_count)) {
1660 /* Initialise use_count to one, and increment
1663 state->rx_info->use_count = htole16(1);
2780 if (le16toh(slot_info->release_count) != le16toh(slot_info->use_count)) {
3709 if (le16toh(slot_info.use_count) != le16toh(slot_info.release_count)) {
3711 " %d: %d/%d", i, le16toh(slot_info.use_count),

Completed in 25 milliseconds