Searched refs:new_unrhdr (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_device.c | 148 ngd_unit = new_unrhdr(0, MAX_NGD, NULL); in ng_device_mod_event()
|
| H A D | ng_eiface.c | 673 V_ng_eiface_unit = new_unrhdr(0, 0xffff, NULL); in vnet_ng_eiface_init()
|
| H A D | ng_iface.c | 806 V_ng_iface_unit = new_unrhdr(0, 0xffff, NULL); in vnet_ng_iface_init()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_unit.c | 360 new_unrhdr(int low, int high, struct mtx *mutex) in new_unrhdr() function 1047 uh = new_unrhdr(0, count - 1, NULL); in main()
|
| H A D | tty_pts.c | 874 pts_pool = new_unrhdr(0, INT_MAX, NULL); in pts_init()
|
| H A D | sys_socket.c | 589 soaio_kproc_unr = new_unrhdr(1, INT_MAX, NULL); in soaio_init()
|
| H A D | kern_cpuset.c | 1639 cpuset_unr = new_unrhdr(3, INT_MAX, NULL); in cpuset_thread0()
|
| H A D | uipc_mqueue.c | 298 up = new_unrhdr(1, INT_MAX, NULL); in mqfs_fileno_init()
|
| H A D | vfs_aio.c | 414 aiod_unr = new_unrhdr(1, INT_MAX, NULL); in aio_onceonly()
|
| /f-stack/freebsd/net/ |
| H A D | if_clone.c | 363 ifc->ifc_unrhdr = new_unrhdr(0, ifc->ifc_maxunit, &ifc->ifc_mtx); in if_clone_alloc()
|
| H A D | if_tuntap.c | 759 drv->unrhdr = new_unrhdr(0, IF_MAXUNIT, &tunmtx); in tuntapmodevent()
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 578 struct unrhdr *new_unrhdr(int low, int high, struct mtx *mutex);
|
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_drv.c | 471 unit->domids = new_unrhdr(0, dmar_nd2mask(DMAR_CAP_ND(unit->hw_cap)), in dmar_attach()
|
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vmx.c | 588 vpid_unr = new_unrhdr(VM_MAXCPU + 1, 0xffff, NULL); in vpid_init()
|