Home
last modified time | relevance | path

Searched refs:rtp2 (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/kern/
HDkern_resource.c419 struct rtprio rtp2; in sys_rtprio() local
424 pri_to_rtp(tdp, &rtp2); in sys_rtprio()
425 if (rtp2.type < rtp.type || in sys_rtprio()
426 (rtp2.type == rtp.type && in sys_rtprio()
427 rtp2.prio < rtp.prio)) { in sys_rtprio()
428 rtp.type = rtp2.type; in sys_rtprio()
429 rtp.prio = rtp2.prio; in sys_rtprio()
/freebsd-14-stable/sys/dev/isp/
HDisp_pci.c203 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-14-stable/sys/compat/linux/
HDlinux_misc.c2684 struct rtprio rtp2; in linux_up_rtprio_if() local
2686 pri_to_rtp(td1, &rtp2); in linux_up_rtprio_if()
2687 if (rtp2.type < rtp->type || in linux_up_rtprio_if()
2688 (rtp2.type == rtp->type && in linux_up_rtprio_if()
2689 rtp2.prio < rtp->prio)) { in linux_up_rtprio_if()
2690 rtp->type = rtp2.type; in linux_up_rtprio_if()
2691 rtp->prio = rtp2.prio; in linux_up_rtprio_if()