HomeSort by: relevance | last modified time | path
    Searched refs:ref_count (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_page_dirty.c 62 * @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) {
  /src/sys/netinet/
sctp_timer.c 559 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++;
sctp_structs.h 162 int ref_count; member in struct:sctp_nets
sctp_output.c 4339 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...]
sctp_pcb.c 2495 net->ref_count = 1;
2840 net->ref_count--;
2841 if (net->ref_count <= 0) {
3112 net->ref_count = 0;
sctp_indata.c 2038 net->ref_count++;
3169 alt->ref_count++;
sctp_usrreq.c 228 new_chk->whoTo->ref_count++;
  /src/lib/libisns/
isns_task.c 437 int ref_count; local in function:isns_free_task
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");
  /src/sys/external/bsd/vchiq/dist/interface/vchi/message_drivers/
message.h 92 uint8_t ref_count[VCHI_MAX_SERVICES_PER_CONNECTION]; // reference count for slots held by services member in struct:rx_msg_slot_info
  /src/sys/uvm/
uvm_map.h 223 volatile int ref_count; /* Reference count */ member in struct:vm_map
uvm_map.c 4827 map->ref_count = 1;
4893 atomic_inc_uint(&map->ref_count);
5224 map->nentries, map->size, map->ref_count, map->timestamp,
5338 kve->kve_ref_count = map->ref_count;
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c 185 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...]
vchiq_core.h 291 unsigned int ref_count; member in struct:vchiq_service_struct
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_object.h 70 unsigned ref_count; member in struct:amdgpu_bo_va
amdgpu_gem.c 163 ++bo_va->ref_count;
200 if (bo_va && --bo_va->ref_count == 0) {
amdgpu_vm.c 2145 bo_va->ref_count = 1;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_gem.c 181 ++bo_va->ref_count;
211 if (--bo_va->ref_count == 0) {
radeon_vm.c 341 bo_va->ref_count = 1;
radeon.h 492 unsigned ref_count; member in struct:radeon_bo_va
  /src/usr.bin/pmap/
pmap.c 143 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 42 milliseconds