Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dsarray.c256 arr->ref_count = 1; in sarray_new()
318 assert (array->ref_count == 1); /* stop if lazy copied... */ in sarray_realloc()
398 assert (array->ref_count != 0); /* Freed multiple times!!! */ in sarray_free()
400 if (--(array->ref_count) != 0) /* There exists copies of me */ in sarray_free()
500 arr->ref_count = 1; in sarray_lazy_copy()
501 oarr->ref_count += 1; in sarray_lazy_copy()
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dsarray.c256 arr->ref_count = 1; in sarray_new()
318 assert (array->ref_count == 1); /* stop if lazy copied... */ in sarray_realloc()
398 assert (array->ref_count != 0); /* Freed multiple times!!! */ in sarray_free()
400 if (--(array->ref_count) != 0) /* There exists copies of me */ in sarray_free()
500 arr->ref_count = 1; in sarray_lazy_copy()
501 oarr->ref_count += 1; in sarray_lazy_copy()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_page_dirty.c74 unsigned int ref_count; member
249 dirty->ref_count++; in vmw_bo_dirty_add()
271 dirty->ref_count = 1; in vmw_bo_dirty_add()
311 if (dirty && --dirty->ref_count == 0) { in vmw_bo_dirty_release()
/netbsd-src/sys/netinet/
H A Dsctp_timer.c559 alt->ref_count++; in sctp_mark_all_for_resend()
622 alt->ref_count++; in sctp_mark_all_for_resend()
714 alt->ref_count++; in sctp_move_all_chunks_to_alt()
723 alt->ref_count++; in sctp_move_all_chunks_to_alt()
949 alt->ref_count++; in sctp_cookie_timer()
1004 alt->ref_count++; in sctp_strreset_timer()
1016 alt->ref_count++; in sctp_strreset_timer()
1098 alt->ref_count++; in sctp_asconf_timer()
1110 alt->ref_count++; in sctp_asconf_timer()
H A Dsctp_output.c4339 chk->whoTo->ref_count++;
4440 chk->whoTo->ref_count++;
5248 a_net->ref_count++;
5407 if (net->ref_count < 2) {
6015 chk->whoTo->ref_count++;
6109 chk->whoTo->ref_count++;
6179 chk->whoTo->ref_count++;
6219 chk->whoTo->ref_count++;
6264 net->ref_count++;
6309 net->ref_count
[all...]
H A Dsctp_structs.h162 int ref_count; member
/netbsd-src/lib/libisns/
H A Disns_task.c437 int ref_count; in isns_free_task() local
442 ref_count = --task_p->wait_ref_count; in isns_free_task()
445 if (ref_count > 0) { in isns_free_task()
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_core.c185 BUG_ON(service->ref_count == 0); in find_service_by_handle()
186 service->ref_count++; in find_service_by_handle()
206 BUG_ON(service->ref_count == 0); in find_service_by_port()
207 service->ref_count++; in find_service_by_port()
230 BUG_ON(service->ref_count == 0); in find_service_for_instance()
231 service->ref_count++; in find_service_for_instance()
255 BUG_ON(service->ref_count == 0); in find_closed_service_for_instance()
256 service->ref_count++; in find_closed_service_for_instance()
281 BUG_ON(service->ref_count == 0); in next_service_by_instance()
282 service->ref_count++; in next_service_by_instance()
[all …]
H A Dvchiq_core.h291 unsigned int ref_count; member
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dsarray.h148 short ref_count; member
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dsarray.h148 short ref_count; member
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchi/message_drivers/
H A Dmessage.h92 …uint8_t ref_count[VCHI_MAX_SERVICES_PER_CONNECTION]; // reference count for sl… member
/netbsd-src/sys/uvm/
H A Duvm_map.h223 volatile int ref_count; /* Reference count */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-prefetch.c608 gather_memory_references (class loop *loop, bool *no_other_refs, unsigned *ref_count) in gather_memory_references() argument
619 *ref_count = 0; in gather_memory_references()
652 *ref_count += 1; in gather_memory_references()
658 *ref_count += 1; in gather_memory_references()
H A Dsymtab.c1600 x_section->ref_count--; in set_section_for_node()
1601 if (!x_section->ref_count) in set_section_for_node()
1630 x_section->ref_count++; in set_section_for_node()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-prefetch.cc608 gather_memory_references (class loop *loop, bool *no_other_refs, unsigned *ref_count) in gather_memory_references() argument
619 *ref_count = 0; in gather_memory_references()
652 *ref_count += 1; in gather_memory_references()
658 *ref_count += 1; in gather_memory_references()
H A Dsymtab.cc377 entry->ref_count++; in retain_section_hash_entry()
389 entry->ref_count--; in release_section_hash_entry()
390 if (!entry->ref_count) in release_section_hash_entry()
1762 x_section->ref_count = 1; in set_section_for_node()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_object.h70 unsigned ref_count; member
H A Damdgpu_gem.c163 ++bo_va->ref_count; in amdgpu_gem_object_open()
200 if (bo_va && --bo_va->ref_count == 0) { in amdgpu_gem_object_close()
/netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/
H A Ddmeventd.c110 unsigned int ref_count; /* Library reference count. */ member
826 data->ref_count++; in _lib_get()
831 if (!--data->ref_count) { in _lib_put()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_gem.c181 ++bo_va->ref_count; in radeon_gem_object_open()
211 if (--bo_va->ref_count == 0) { in radeon_gem_object_close()
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dres.h123 uint32_t ref_count; member
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dclientloop.c186 int ref_count; member
477 if (--gc->ref_count <= 0) { in client_global_request_reply()
903 if (++last_gc->ref_count >= INT_MAX) in client_register_global_confirm()
905 last_gc->ref_count); in client_register_global_confirm()
912 gc->ref_count = 1; in client_register_global_confirm()
/netbsd-src/usr.bin/pmap/
H A Dpmap.c143 printf(" ref_count = %d,", D(vm_map, vm_map)->ref_count); in dump_vm_map()
175 D(vm_map, vm_map)->size, D(vm_map, vm_map)->ref_count, in dump_vm_map()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeSession.cc85 ref_count = 0; in Countable()
89 int ref_count; member
1822 cnt->ref_count--; in drop_metric()
1823 if (cnt->ref_count == 0) in drop_metric()

12