Searched refs:unrhdr (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_unit.c | 144 struct unrhdr; 311 clean_unrhdrl(struct unrhdr *uh) in clean_unrhdrl() 326 clean_unrhdr(struct unrhdr *uh) in clean_unrhdr() 359 struct unrhdr * 362 struct unrhdr *uh; in new_unrhdr() 370 delete_unrhdr(struct unrhdr *uh) in delete_unrhdr() 382 clear_unrhdr(struct unrhdr *uh) in clear_unrhdr() 417 optimize_unr(struct unrhdr *uh) in optimize_unr() 602 alloc_unrl(struct unrhdr *uh) in alloc_unrl() 650 alloc_unr(struct unrhdr *uh) in alloc_unr() [all …]
|
| H A D | tty_pts.c | 79 static struct unrhdr *pts_pool;
|
| H A D | sys_socket.c | 448 static struct unrhdr *soaio_kproc_unr;
|
| H A D | uipc_mqueue.c | 125 struct unrhdr *mi_unrhdr; 296 struct unrhdr *up; in mqfs_fileno_init() 308 struct unrhdr *up; in mqfs_fileno_uninit()
|
| H A D | kern_cpuset.c | 131 static struct unrhdr *cpuset_unr;
|
| H A D | vfs_aio.c | 308 static struct unrhdr *aiod_unr;
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 577 struct unrhdr; 578 struct unrhdr *new_unrhdr(int low, int high, struct mtx *mutex); 579 void init_unrhdr(struct unrhdr *uh, int low, int high, struct mtx *mutex); 580 void delete_unrhdr(struct unrhdr *uh); 581 void clear_unrhdr(struct unrhdr *uh); 582 void clean_unrhdr(struct unrhdr *uh); 583 void clean_unrhdrl(struct unrhdr *uh); 584 int alloc_unr(struct unrhdr *uh); 585 int alloc_unr_specific(struct unrhdr *uh, u_int item); 586 int alloc_unrl(struct unrhdr *uh); [all …]
|
| H A D | _unrhdr.h | 40 struct unrhdr { struct
|
| /f-stack/freebsd/net/ |
| H A D | if_tuntap.c | 270 struct unrhdr *unrhdr; member 535 if (alloc_unr_specific(drv->unrhdr, unit) == -1) in tun_clone_create() 538 unit = alloc_unr(drv->unrhdr); in tun_clone_create() 643 free_unr(tp->tun_drv->unrhdr, TUN2IFP(tp)->if_dunit); in tun_destroy() 722 delete_unrhdr(drv->unrhdr); in tun_uninit() 759 drv->unrhdr = new_unrhdr(0, IF_MAXUNIT, &tunmtx); in tuntapmodevent()
|
| H A D | if_clone.c | 68 struct unrhdr *ifc_unrhdr; /* (c) alloc_unr(9) header */
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_device.c | 107 static struct unrhdr *ngd_unit;
|
| H A D | ng_eiface.c | 124 VNET_DEFINE_STATIC(struct unrhdr *, ng_eiface_unit);
|
| H A D | ng_iface.c | 208 VNET_DEFINE_STATIC(struct unrhdr *, ng_iface_unit);
|
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_dmar.h | 147 struct unrhdr *domids;
|
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vmx.c | 207 static struct unrhdr *vpid_unr;
|