Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtem01.C38 : the_p(the_p_arg), ref_count(ref_count_arg) {} in ref_pointer()
58 bool unique() const {return ref_count.unique();} in unique()
62 ref_counter<N>& refCount() {return ref_count;} in refCount()
66 ref_counter<N> ref_count;
75 ref_count = rhs.ref_count;
85 ref_count = ref_counter<N>();
/openbsd-src/sys/dev/pci/drm/amd/display/dc/
H A Ddc_trace.h41 #define TRACE_DCN_FPU(begin, function, line, ref_count) \ argument
42 trace_dcn_fpu(begin, function, line, ref_count)
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-live.h49 int *ref_count; member
98 gcc_assert (map->ref_count); in version_ref_count()
99 return map->ref_count[version]; in version_ref_count()
188 if (is_use && map->ref_count) in register_ssa_partition()
189 map->ref_count[version]++; in register_ssa_partition()
H A Dtree-ssa-live.c82 map->ref_count = NULL; in init_var_map()
98 if (map->ref_count) in delete_var_map()
99 free (map->ref_count); in delete_var_map()
427 map->ref_count in create_ssa_var_map()
429 memset (map->ref_count, 0, (num_ssa_names + 1) * sizeof (int)); in create_ssa_var_map()
H A Dsched-int.h290 int ref_count; member
H A Dsched-rgn.c84 #define INSN_REF_COUNT(INSN) (h_i_d[INSN_UID (INSN)].ref_count)
/openbsd-src/usr.sbin/rpc.lockd/
H A Dhandles.c53 int ref_count; /* Count of hosts using the fd - fd is */ member
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp347 ++it->second.ref_count; in SetSoftwareBreakpoint()
364 assert(it->second.ref_count > 0); in RemoveSoftwareBreakpoint()
365 if (--it->second.ref_count > 0) in RemoveSoftwareBreakpoint()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c478 static int ref_count = 0; variable
489 ref_count = 0; in stabsread_clear_cache()
500 if (ref_count == 0) in ref_add()
502 if (refnum >= ref_count) in ref_add()
503 ref_count = refnum + 1; in ref_add()
504 if (ref_count > ref_chunk * MAX_CHUNK_REFS) in ref_add()
506 int new_slots = ref_count - ref_chunk * MAX_CHUNK_REFS; in ref_add()
522 if (refnum < 0 || refnum > ref_count) in ref_search()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsched-int.h203 int ref_count; member
H A Dsched-rgn.c80 #define INSN_REF_COUNT(INSN) (h_i_d[INSN_UID (INSN)].ref_count)
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.cpp157 (uint64_t)m_data.offset, m_data.user_tag, m_data.ref_count, in GetRegionForAddress()
/openbsd-src/sys/uvm/
H A Duvm_map.h258 int ref_count; /* [a] Reference count */
268 int ref_count; /* [a] Reference count */ global() member
H A Duvm_map.c287 if ((_map)->ref_count > 0) { \
457 atomic_inc_int(&map->ref_count); in uvm_map_reference()
2412 map->ref_count = 0; in uvm_map_setup()
2436 * thread sees it right now. Initialize ref_count to 0 above to avoid in uvm_map_setup()
2441 map->ref_count = 1; in uvm_map_setup()
2842 map->size, map->ref_count, map->timestamp,
4048 c = atomic_dec_int_nv(&map->ref_count); in uvm_map_checkprot()
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_object.h80 unsigned ref_count; member
H A Damdgpu_gem.c279 ++bo_va->ref_count;
311 if (!bo_va || --bo_va->ref_count)
H A Damdgpu_vm.c1516 bo_va->ref_count = 1; in amdgpu_vm_bo_add()
/openbsd-src/usr.bin/ssh/
H A Dclientloop.c181 int ref_count; member
469 if (--gc->ref_count <= 0) { in client_global_request_reply()
896 if (++last_gc->ref_count >= INT_MAX) in client_register_global_confirm()
897 fatal_f("last_gc->ref_count = %d", in client_register_global_confirm()
898 last_gc->ref_count); in client_register_global_confirm()
905 gc->ref_count = 1; in client_register_global_confirm()
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_gem.c296 ++bo_va->ref_count; in radeon_gem_object_open()
326 if (--bo_va->ref_count == 0) { in radeon_gem_object_close()
H A Dradeon_vm.c335 bo_va->ref_count = 1; in radeon_vm_bo_add()
H A Dradeon.h484 unsigned ref_count; member
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h411 uint32_t ref_count; member
/openbsd-src/usr.sbin/procmap/
H A Dprocmap.c445 printf(" ref_count = %d,", D(vm_map, vm_map)->ref_count); in process_map()
482 D(vm_map, vm_map)->ref_count, in process_map()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp3170 size_t ref_count = 0; in PrintModule() local
3174 ref_count = module_sp.use_count() - 1; in PrintModule()
3177 strm.Printf("{%*" PRIu64 "}", width, (uint64_t)ref_count); in PrintModule()
3179 strm.Printf("{%" PRIu64 "}", (uint64_t)ref_count); in PrintModule()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A DChangeLog13498 (java_allocate_new_line): ref_count not used anymore. Always free
13509 (struct java_line): ref_count and next fields are gone. New field
13894 (struct java_line): New fields ref_count and next.