Searched refs:rtp2 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_resource.c | 416 struct rtprio rtp2; in sys_rtprio() local 421 pri_to_rtp(tdp, &rtp2); in sys_rtprio() 422 if (rtp2.type < rtp.type || in sys_rtprio() 423 (rtp2.type == rtp.type && in sys_rtprio() 424 rtp2.prio < rtp.prio)) { in sys_rtprio() 425 rtp.type = rtp2.type; in sys_rtprio() 426 rtp.prio = rtp2.prio; in sys_rtprio()
|
/freebsd/sys/dev/isp/ |
H A D | isp_pci.c | 203 int rtp2; member 545 pcs->rtp2 = SYS_RES_MEMORY; in isp_pci_attach() 547 pcs->regs2 = bus_alloc_resource_any(dev, pcs->rtp2, &pcs->rgd2, in isp_pci_attach() 663 (void) bus_release_resource(dev, pcs->rtp2, pcs->rgd2, pcs->regs2); in isp_pci_attach() 700 (void) bus_release_resource(dev, pcs->rtp2, pcs->rgd2, pcs->regs2); in isp_pci_detach()
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 2710 struct rtprio rtp2; in linux_up_rtprio_if() local 2712 pri_to_rtp(td1, &rtp2); in linux_up_rtprio_if() 2713 if (rtp2.type < rtp->type || in linux_up_rtprio_if() 2714 (rtp2.type == rtp->type && in linux_up_rtprio_if() 2715 rtp2.prio < rtp->prio)) { in linux_up_rtprio_if() 2716 rtp->type = rtp2.type; in linux_up_rtprio_if() 2717 rtp->prio = rtp2.prio; in linux_up_rtprio_if()
|