Searched refs:theirs (Results 1 - 14 of 14) sorted by relevance

/linux-4.1.27/net/x25/
H A Dx25_facilities.c275 struct x25_facilities theirs; x25_negotiate_facilities() local
278 memset(&theirs, 0, sizeof(theirs)); x25_negotiate_facilities()
281 len = x25_parse_facilities(skb, &theirs, dte, &x25->vc_facil_mask); x25_negotiate_facilities()
288 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { x25_negotiate_facilities()
293 new->reverse = theirs.reverse; x25_negotiate_facilities()
295 if (theirs.throughput) { x25_negotiate_facilities()
296 int theirs_in = theirs.throughput & 0x0f; x25_negotiate_facilities()
297 int theirs_out = theirs.throughput & 0xf0; x25_negotiate_facilities()
311 if (theirs.pacsize_in && theirs.pacsize_out) { x25_negotiate_facilities()
312 if (theirs.pacsize_in < ours->pacsize_in) { x25_negotiate_facilities()
314 new->pacsize_in = theirs.pacsize_in; x25_negotiate_facilities()
316 if (theirs.pacsize_out < ours->pacsize_out) { x25_negotiate_facilities()
318 new->pacsize_out = theirs.pacsize_out; x25_negotiate_facilities()
322 if (theirs.winsize_in && theirs.winsize_out) { x25_negotiate_facilities()
323 if (theirs.winsize_in < ours->winsize_in) { x25_negotiate_facilities()
325 new->winsize_in = theirs.winsize_in; x25_negotiate_facilities()
327 if (theirs.winsize_out < ours->winsize_out) { x25_negotiate_facilities()
329 new->winsize_out = theirs.winsize_out; x25_negotiate_facilities()
H A Dx25_subr.c218 ensure it is ours and not theirs */ x25_write_internal()
/linux-4.1.27/arch/parisc/include/uapi/asm/
H A Dptrace.h40 * These ones are taken from IA-64 on the assumption that theirs are
/linux-4.1.27/drivers/pinctrl/berlin/
H A Dberlin.c242 /* map functions to theirs groups */ berlin_pinctrl_build_state()
/linux-4.1.27/include/linux/
H A Dvgaarb.h184 * with that card. Can theirs IOs be disabled at all ? If not, then vga_tryget()
/linux-4.1.27/drivers/media/radio/
H A Dradio-mr800.c30 * Latest release of theirs project was in 2005.
/linux-4.1.27/arch/x86/kernel/
H A Dnmi.c165 * they just assume the NMI is theirs. Just a sanity check __register_nmi_handler()
/linux-4.1.27/fs/ceph/
H A Dinode.c707 * info (ours>=theirs, e.g. due to racing mds replies), unless fill_inode()
709 * version is odd, and we want ours>theirs). fill_inode()
/linux-4.1.27/net/atm/
H A Dlec.c2062 * than theirs, so we make connection lec_vcc_added()
/linux-4.1.27/arch/powerpc/kvm/
H A Dbook3s_hv_rmhandlers.S1108 /* If this is a page table miss then see if it's theirs or ours */
/linux-4.1.27/drivers/iommu/
H A Dintel-iommu.c871 /* Someone else set it while we were thinking; use theirs. */ pfn_to_dma_pte()
/linux-4.1.27/net/mac80211/
H A Dmlme.c575 * than theirs, so restrict what we advertise in the assoc request. ieee80211_add_vht_ie()
/linux-4.1.27/fs/nfsd/
H A Dnfs4state.c4161 * had the chance to reclaim theirs.... nfs4_open_delegation()
/linux-4.1.27/include/net/
H A Dcfg80211.h3053 * wiphy is theirs, e.g. in global notifiers

Completed in 556 milliseconds