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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
event.h 19 int *refs; member in struct:nvkm_event
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_vmm.h 11 int refs; member in struct:nouveau_vma
  /src/sys/arch/xen/include/
xenio_gntdev.h 62 struct ioctl_gntdev_grant_ref refs[1]; member in struct:ioctl_gntdev_map_grant_ref
xenio.h 171 struct ioctl_gntdev_grant_ref *refs; member in struct:ioctl_gntdev_mmap_grant_ref
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
nouveau_nvkm_subdev_mmu_base.c 123 u32 refs; member in struct:nvkm_mmu_ptc
140 ptc->refs = 0;
162 if (pt->ptc->refs < 8 /* Heuristic. */ && !force) {
164 pt->ptc->refs++;
202 ptc->refs--;
vmm.h 17 u32 refs[2]; member in struct:nvkm_vmm_pt
  /src/sys/external/bsd/ipf/netinet/
ip_htable.c 656 int refs; local in function:ipf_htable_deref
659 refs = iph->iph_ref;
665 return refs;
ip_state.c 3586 int refs; local in function:ipf_state_del
3588 refs = is->is_ref;
3592 return refs;
  /src/sys/uvm/
uvm_aobj.c 141 struct uvm_object u_obj; /* has: lock, pgops, #pages, #refs */
423 int refs; local in function:uao_create
434 refs = UVM_OBJ_KERN;
440 refs = 0xdeadbeaf; /* XXX: gcc */
445 refs = 1;
496 uvm_obj_init(&aobj->u_obj, &aobj_pager, !kernobj, refs);
uvm_map.c 1362 * look at refs since we don't care about its exact value.
1418 * look at refs since we don't care about its exact value.
2729 * UVM_EXTRACT_QREF: for a temporary extraction do quick obj refs
3974 int error, refs; local in function:uvm_map_clean
4089 refs = --anon->an_ref;
4090 if (refs == 0) {
  /src/common/lib/libc/gen/
radixtree.c 510 struct radix_tree_node_ref *refs = NULL; local in function:radix_tree_lookup_ptr
519 refs = path->p_refs;
520 refs->pptr = vpp;
538 KASSERT((refs - path->p_refs) == 0);
557 path->p_lastidx = refs - path->p_refs;
570 refs++;
571 refs->pptr = vpp;
579 path->p_lastidx = refs - path->p_refs;
  /src/usr.bin/mail/
thread.c 911 struct name *refs; local in function:get_parent_id
913 if ((refs = extract(hfield("references", mp), 0)) != NULL) {
915 while (refs->n_flink)
916 refs = refs->n_flink;
918 id = skin(refs->n_name);
  /src/usr.sbin/npf/npfctl/
npf_show.c 479 } refs[] = { local in function:npfctl_print_filter_seg
493 const char *neg = !!(ctx->seen_marks & refs[which].negbm) ? "! " : "";
494 const char *kwd = refs[which].keyword;
499 list = &ctx->list[refs[which].alist];
507 list = &ctx->list[refs[which].plist];
527 } refs[] = { local in function:npfctl_print_l2filter_seg
539 const char *neg = !!(ctx->seen_marks & refs[which].negbm) ? "! " : "";
540 const char *kwd = refs[which].keyword;
545 list = &ctx->list[refs[which].alist];
  /src/sys/kern/
uipc_socket.c 686 u_int refs; local in function:sofree
716 refs = so->so_aborting; /* XXX */
721 if (refs == 0) /* XXX */
796 u_int refs; local in function:soabort
804 refs = --so->so_aborting; /* XXX */
805 if (error || (refs == 0)) {
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 2168 int refs = pmap_ptpage_delref(ptpva); local in function:pmap_remove_mapping
2179 if (refs == 0 && (flags & PRM_KEEPPTPAGE) == 0) {
  /src/sys/dev/marvell/
mvxpsec.c 1501 mv_s->refs = 1; /* 0 means session is already invalid */
1525 uint32_t refs; local in function:mvxpsec_session_ref
1533 refs = atomic_inc_32_nv(&mv_s->refs);
1534 if (refs == 1) {
1536 * a session with refs == 0 is
1540 atomic_dec_32(&mv_s->refs);
1552 uint32_t refs; local in function:mvxpsec_session_unref
1555 refs = atomic_dec_32_nv(&mv_s->refs);
    [all...]
mvxpsecvar.h 256 uint32_t refs; member in struct:mvxpsec_session
  /src/sys/dev/hyperv/
vmbus.c 1094 int refs __diagused;
1135 refs = atomic_inc_uint_nv(&nch->ch_refs);
1136 KASSERT(refs == 2);
1355 ret[i] = ch; /* XXX inc refs */
1517 u_int refs; local in function:vmbus_channel_detach
1523 refs = atomic_dec_uint_nv(&ch->ch_refs);
1524 if (refs == 0) {
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_power.c 494 int refs = hweight64(power_well->desc->domains & local in function:power_well_async_ref_count
497 WARN_ON(refs > power_well->count);
499 return refs;
2092 * Bail out if all the domain refs pending to be released were grabbed

Completed in 55 milliseconds