Searched refs:ours (Results 1 – 10 of 10) sorted by relevance
/linux/net/x25/ |
H A D | x25_facilities.c | 269 struct x25_facilities *ours = &x25->facilities; in x25_negotiate_facilities() local 274 memcpy(new, ours, sizeof(*new)); in x25_negotiate_facilities() 284 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { in x25_negotiate_facilities() 294 int ours_in = ours->throughput & 0x0f; in x25_negotiate_facilities() 295 int ours_out = ours->throughput & 0xf0; in x25_negotiate_facilities() 308 if (theirs.pacsize_in < ours->pacsize_in) { in x25_negotiate_facilities() 312 if (theirs.pacsize_out < ours->pacsize_out) { in x25_negotiate_facilities() 319 if (theirs.winsize_in < ours->winsize_in) { in x25_negotiate_facilities() 323 if (theirs.winsize_out < ours->winsize_out) { in x25_negotiate_facilities()
|
/linux/arch/powerpc/boot/dts/ |
H A D | ps3.dts | 39 * here so we can bring up both of ours. See smp_setup_cpu_maps().
|
/linux/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-wpcm450.c | 312 unsigned long ours; in wpcm450_gpio_irqhandler() local 315 ours = GENMASK(gpio->bank->num_irqs - 1, 0) << gpio->bank->first_irq_bit; in wpcm450_gpio_irqhandler() 321 pending &= ours; in wpcm450_gpio_irqhandler()
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 1579 int ours; in ahc_linux_isr() local 1583 ours = ahc_intr(ahc); in ahc_linux_isr() 1585 return IRQ_RETVAL(ours); in ahc_linux_isr()
|
H A D | aic79xx_osm.c | 1661 int ours; in ahd_linux_isr() local 1665 ours = ahd_intr(ahd); in ahd_linux_isr() 1667 return IRQ_RETVAL(ours); in ahd_linux_isr()
|
/linux/net/ipv4/ |
H A D | udp.c | 2815 int ours; in udp_v4_early_demux() local 2830 ours = ip_check_mc_rcu(in_dev, iph->daddr, iph->saddr, in udp_v4_early_demux() 2832 if (!ours) in udp_v4_early_demux()
|
/linux/LICENSES/deprecated/ |
H A D | GPL-1.0 | 52 Also, for each author's protection and ours, we want to make certain
|
/linux/LICENSES/preferred/ |
H A D | GPL-2.0 | 62 Also, for each author's protection and ours, we want to make certain
|
/linux/tools/usb/usbip/ |
H A D | COPYING | 43 Also, for each author's protection and ours, we want to make certain
|
/linux/Documentation/process/ |
H A D | backporting.rst | 297 ``git diff HEAD`` (or ``git diff --ours``) which shows only the diff
|