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 | 2686 struct rtprio rtp2; in linux_up_rtprio_if() local 2688 pri_to_rtp(td1, &rtp2); in linux_up_rtprio_if() 2689 if (rtp2.type < rtp->type || in linux_up_rtprio_if() 2690 (rtp2.type == rtp->type && in linux_up_rtprio_if() 2691 rtp2.prio < rtp->prio)) { in linux_up_rtprio_if() 2692 rtp->type = rtp2.type; in linux_up_rtprio_if() 2693 rtp->prio = rtp2.prio; in linux_up_rtprio_if()
|