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

/freebsd-current/sys/kern/
H A Dkern_resource.c414 struct rtprio rtp2; local
419 pri_to_rtp(tdp, &rtp2);
420 if (rtp2.type < rtp.type ||
421 (rtp2.type == rtp.type &&
422 rtp2.prio < rtp.prio)) {
423 rtp.type = rtp2.type;
424 rtp.prio = rtp2.prio;
/freebsd-current/sys/dev/isp/
H A Disp_pci.c203 int rtp2; member in struct:isp_pcisoftc
536 pcs->rtp2 = SYS_RES_MEMORY;
538 pcs->regs2 = bus_alloc_resource_any(dev, pcs->rtp2, &pcs->rgd2,
654 (void) bus_release_resource(dev, pcs->rtp2, pcs->rgd2, pcs->regs2);
691 (void) bus_release_resource(dev, pcs->rtp2, pcs->rgd2, pcs->regs2);
/freebsd-current/sys/compat/linux/
H A Dlinux_misc.c2710 struct rtprio rtp2; local
2712 pri_to_rtp(td1, &rtp2);
2713 if (rtp2.type < rtp->type ||
2714 (rtp2.type == rtp->type &&
2715 rtp2.prio < rtp->prio)) {
2716 rtp->type = rtp2.type;
2717 rtp->prio = rtp2.prio;

Completed in 86 milliseconds