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

12

/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Dsarray.c256 arr->ref_count = 1;
319 assert (array->ref_count == 1); /* stop if lazy copied... */
400 assert (array->ref_count != 0); /* Freed multiple times!!! */
402 if (--(array->ref_count) != 0) /* There exists copies of me */
502 arr->ref_count = 1;
503 oarr->ref_count += 1;
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Dsarray.c256 arr->ref_count = 1;
319 assert (array->ref_count == 1); /* stop if lazy copied... */
400 assert (array->ref_count != 0); /* Freed multiple times!!! */
402 if (--(array->ref_count) != 0) /* There exists copies of me */
502 arr->ref_count = 1;
503 oarr->ref_count += 1;
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_page_dirty.c62 * @ref_count: Reference count for this structure
74 unsigned int ref_count; member in struct:vmw_bo_dirty
249 dirty->ref_count++;
271 dirty->ref_count = 1;
311 if (dirty && --dirty->ref_count == 0) {
/netbsd-current/sys/netinet/
H A Dsctp_timer.c559 alt->ref_count++;
622 alt->ref_count++;
714 alt->ref_count++;
723 alt->ref_count++;
949 alt->ref_count++;
1004 alt->ref_count++;
1016 alt->ref_count++;
1098 alt->ref_count++;
1110 alt->ref_count++;
H A Dsctp_structs.h162 int ref_count; member in struct:sctp_nets
H A Dsctp_output.c4343 chk->whoTo->ref_count++;
4444 chk->whoTo->ref_count++;
5260 a_net->ref_count++;
5419 if (net->ref_count < 2) {
6027 chk->whoTo->ref_count++;
6121 chk->whoTo->ref_count++;
6191 chk->whoTo->ref_count++;
6231 chk->whoTo->ref_count++;
6276 net->ref_count++;
6321 net->ref_count
[all...]
/netbsd-current/lib/libisns/
H A Disns_task.c437 int ref_count; local
442 ref_count = --task_p->wait_ref_count;
445 if (ref_count > 0) {
446 DBG("isns_free_task: ref_count > 0, no free done\n");
/netbsd-current/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 slots held by services member in struct:rx_msg_slot_info
/netbsd-current/sys/uvm/
H A Duvm_map.h223 volatile int ref_count; /* Reference count */ member in struct:vm_map
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dsarray.h148 short ref_count; member in struct:sarray
/netbsd-current/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dsarray.h148 short ref_count; member in struct:sarray
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-dos.c92 static int ref_count = 0; variable
204 pcap->fd = ++ref_count;
495 if (ref_count > 0)
496 ref_count--;
497 if (ref_count > 0)
/netbsd-current/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_core.c185 BUG_ON(service->ref_count == 0);
186 service->ref_count++;
206 BUG_ON(service->ref_count == 0);
207 service->ref_count++;
230 BUG_ON(service->ref_count == 0);
231 service->ref_count++;
255 BUG_ON(service->ref_count == 0);
256 service->ref_count++;
281 BUG_ON(service->ref_count == 0);
282 service->ref_count
[all...]
H A Dvchiq_core.h291 unsigned int ref_count; member in struct:vchiq_service_struct
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_object.h70 unsigned ref_count; member in struct:amdgpu_bo_va
H A Damdgpu_gem.c163 ++bo_va->ref_count;
200 if (bo_va && --bo_va->ref_count == 0) {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dstabsread.c523 static int ref_count = 0;
534 ref_count = 0;
545 if (ref_count == 0)
547 if (refnum >= ref_count)
548 ref_count = refnum + 1;
549 if (ref_count > ref_chunk * MAX_CHUNK_REFS)
551 int new_slots = ref_count - ref_chunk * MAX_CHUNK_REFS;
569 if (refnum < 0 || refnum > ref_count)
520 static int ref_count = 0; variable
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dstabsread.c523 static int ref_count = 0;
534 ref_count = 0;
545 if (ref_count == 0)
547 if (refnum >= ref_count)
548 ref_count = refnum + 1;
549 if (ref_count > ref_chunk * MAX_CHUNK_REFS)
551 int new_slots = ref_count - ref_chunk * MAX_CHUNK_REFS;
569 if (refnum < 0 || refnum > ref_count)
520 static int ref_count = 0; variable
/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Dres.h123 uint32_t ref_count; member in struct:xcb_res_resource_size_spec_t
/netbsd-current/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) argument
619 *ref_count = 0;
652 *ref_count += 1;
658 *ref_count += 1;
/netbsd-current/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) argument
619 *ref_count = 0;
652 *ref_count += 1;
658 *ref_count += 1;
H A Dsymtab.cc377 entry->ref_count++;
389 entry->ref_count--;
390 if (!entry->ref_count)
1670 x_section->ref_count = 1;
/netbsd-current/external/gpl2/lvm2/dist/daemons/dmeventd/
H A Ddmeventd.c110 unsigned int ref_count; /* Library reference count. */ member in struct:dso_data
826 data->ref_count++;
831 if (!--data->ref_count) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_gem.c181 ++bo_va->ref_count;
211 if (--bo_va->ref_count == 0) {
/netbsd-current/usr.bin/pmap/
H A Dpmap.c143 printf(" ref_count = %d,", D(vm_map, vm_map)->ref_count);
175 D(vm_map, vm_map)->size, D(vm_map, vm_map)->ref_count,

Completed in 414 milliseconds

12