Home
last modified time | relevance | path

Searched refs:use_count (Results 1 – 25 of 56) sorted by relevance

123

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_origin.h127 int use_count = h.use_count(); in CreateChainedOrigin() local
128 if (use_count > flags()->origin_history_per_stack_limit) return prev; in CreateChainedOrigin()
/netbsd-src/external/ibm-public/postfix/dist/src/master/
H A Ddgram_server.c219 static int use_count; variable
281 if (use_count < INT_MAX) in dgram_server_wakeup()
282 use_count++; in dgram_server_wakeup()
655 while (var_use_limit == 0 || use_count < var_use_limit) { in dgram_server_main()
H A Dtrigger_server.c229 static int use_count; variable
293 if (use_count < INT_MAX) in trigger_server_wakeup()
294 use_count++; in trigger_server_wakeup()
799 while (var_use_limit == 0 || use_count < var_use_limit) { in trigger_server_main()
H A Dsingle_server.c227 static int use_count; variable
312 if (use_count < INT_MAX) in single_server_wakeup()
313 use_count++; in single_server_wakeup()
812 while (var_use_limit == 0 || use_count < var_use_limit) { in single_server_main()
H A Dmulti_server.c251 static int use_count; variable
335 if (use_count < INT_MAX) in multi_server_disconnect()
336 use_count++; in multi_server_disconnect()
921 while (var_use_limit == 0 || use_count < var_use_limit || client_count > 0) { in multi_server_main()
H A Devent_server.c263 static int use_count; variable
366 if (use_count < INT_MAX) in event_server_disconnect()
367 use_count++; in event_server_disconnect()
958 while (var_use_limit == 0 || use_count < var_use_limit || client_count > 0) { in event_server_main()
H A Dmaster_spawn.c250 proc->use_count = 0; in master_spawn()
340 if (proc->use_count == 0 in master_reap_child()
H A Dmaster_status.c137 proc->use_count++; in master_status_event()
H A Dmaster.h103 int use_count; /* number of service requests */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dregstat.c60 int use_count; in regstat_init_n_sets_and_refs() local
63 use_count = DF_REG_USE_COUNT (i); in regstat_init_n_sets_and_refs()
66 use_count--; in regstat_init_n_sets_and_refs()
70 SET_REG_N_REFS (i, use_count + REG_N_SETS (i)); in regstat_init_n_sets_and_refs()
H A Dinput.c67 unsigned use_count; variable
291 ++c->use_count; in lookup_file_in_cache_tab()
297 ++r->use_count; in lookup_file_in_cache_tab()
324 r->use_count = 0; in diagnostics_file_cache_forcibly_evict_file()
340 unsigned huc = to_evict->use_count; in evicted_cache_tab_entry()
346 if (c->use_count < to_evict->use_count in evicted_cache_tab_entry()
352 if (huc < c->use_count) in evicted_cache_tab_entry()
353 huc = c->use_count; in evicted_cache_tab_entry()
393 r->use_count = ++highest_use_count; in add_file_to_cache_tab()
418 : use_count (0), file_path (NULL), fp (NULL), data (0), in fcache()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dregstat.cc60 int use_count; in regstat_init_n_sets_and_refs() local
63 use_count = DF_REG_USE_COUNT (i); in regstat_init_n_sets_and_refs()
66 use_count--; in regstat_init_n_sets_and_refs()
70 SET_REG_N_REFS (i, use_count + REG_N_SETS (i)); in regstat_init_n_sets_and_refs()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf64-alpha.c130 int use_count; member
1720 gotent->use_count = 1; in get_got_entry()
1734 gotent->use_count += 1; in get_got_entry()
2139 gs->use_count += gi->use_count; in elf64_alpha_copy_indirect_symbol()
2213 if (be->use_count == 0) in elf64_alpha_can_merge_gots()
2288 if (be->use_count == 0) in elf64_alpha_merge_gots()
2303 ae->use_count += be->use_count; in elf64_alpha_merge_gots()
2342 if (gotent->use_count > 0) in elf64_alpha_calc_got_offsets_for_symbol()
2394 if (gotent->use_count > 0) in elf64_alpha_calc_got_offsets()
2508 && gotent->use_count > 0) in elf64_alpha_size_plt_section_1()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf64-alpha.c130 int use_count; member
1737 gotent->use_count = 1; in get_got_entry()
1751 gotent->use_count += 1; in get_got_entry()
2156 gs->use_count += gi->use_count; in elf64_alpha_copy_indirect_symbol()
2230 if (be->use_count == 0) in elf64_alpha_can_merge_gots()
2305 if (be->use_count == 0) in elf64_alpha_merge_gots()
2320 ae->use_count += be->use_count; in elf64_alpha_merge_gots()
2359 if (gotent->use_count > 0) in elf64_alpha_calc_got_offsets_for_symbol()
2411 if (gotent->use_count > 0) in elf64_alpha_calc_got_offsets()
2525 && gotent->use_count > 0) in elf64_alpha_size_plt_section_1()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepot.h30 int use_count() const;
H A Dsanitizer_stackdepot.cpp67 int StackDepotHandle::use_count() const { in use_count() function in __sanitizer::StackDepotHandle
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepot.h29 int use_count();
H A Dsanitizer_stackdepot.cc89 int StackDepotHandle::use_count() { in use_count() function in __sanitizer::StackDepotHandle
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h31 int use_count();
H A Dsanitizer_stackdepot.cc91 int StackDepotHandle::use_count() { in use_count() function in __sanitizer::StackDepotHandle
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dshared_ptr.h179 long use_count() const _NOEXCEPT { in use_count() function
220 long use_count() const _NOEXCEPT {return __shared_count::use_count();} in use_count() function
587 long use_count() const _NOEXCEPT {return __cntrl_ ? __cntrl_->use_count() : 0;}
589 bool unique() const _NOEXCEPT {return use_count() == 1;}
1385 long use_count() const _NOEXCEPT
1386 {return __cntrl_ ? __cntrl_->use_count() : 0;}
1389 {return __cntrl_ == nullptr || __cntrl_->use_count() == 0;}
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_arm.c2589 int use_count = 0, i; in vchiq_instance_get_use_count() local
2593 use_count += service->service_use_count; in vchiq_instance_get_use_count()
2596 return use_count; in vchiq_instance_get_use_count()
2697 int use_count; in vchiq_dump_service_use_state() member
2723 service_data[j++].use_count = service_ptr-> in vchiq_dump_service_use_state()
2748 service_data[i].use_count, in vchiq_dump_service_use_state()
2749 service_data[i].use_count ? nz : ""); in vchiq_dump_service_use_state()
H A Dvchiq_core.c1118 slot->use_count++; in claim_slot()
1145 if (release_count == slot_info->use_count) { in release_slot()
1660 state->rx_info->use_count = 1; in parse_rx_slots()
2773 if (slot_info->release_count != slot_info->use_count) { in release_service_messages()
3702 if (slot_info.use_count != slot_info.release_count) { in vchiq_dump_shared_state()
3704 " %d: %d/%d", i, slot_info.use_count, in vchiq_dump_shared_state()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dfuture.cpp209 if (!__state_->__has_value() && __state_->use_count() > 1) in ~promise()
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dres.h124 uint32_t use_count; member

123