/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
event.h | 19 int *refs; member in struct:nvkm_event
|
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
|
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_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
|
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--;
|
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
|
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_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_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);
|
/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;
|
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);
|
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];
|
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)) {
|
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)) {
|