Searched refs:theirs (Results 1 - 14 of 14) sorted by relevance
/linux-4.1.27/net/x25/ |
H A D | x25_facilities.c | 275 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 D | x25_subr.c | 218 ensure it is ours and not theirs */ x25_write_internal()
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
H A D | ptrace.h | 40 * These ones are taken from IA-64 on the assumption that theirs are
|
/linux-4.1.27/drivers/pinctrl/berlin/ |
H A D | berlin.c | 242 /* map functions to theirs groups */ berlin_pinctrl_build_state()
|
/linux-4.1.27/include/linux/ |
H A D | vgaarb.h | 184 * with that card. Can theirs IOs be disabled at all ? If not, then vga_tryget()
|
/linux-4.1.27/drivers/media/radio/ |
H A D | radio-mr800.c | 30 * Latest release of theirs project was in 2005.
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | nmi.c | 165 * they just assume the NMI is theirs. Just a sanity check __register_nmi_handler()
|
/linux-4.1.27/fs/ceph/ |
H A D | inode.c | 707 * 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 D | lec.c | 2062 * than theirs, so we make connection lec_vcc_added()
|
/linux-4.1.27/arch/powerpc/kvm/ |
H A D | book3s_hv_rmhandlers.S | 1108 /* If this is a page table miss then see if it's theirs or ours */
|
/linux-4.1.27/drivers/iommu/ |
H A D | intel-iommu.c | 871 /* Someone else set it while we were thinking; use theirs. */ pfn_to_dma_pte()
|
/linux-4.1.27/net/mac80211/ |
H A D | mlme.c | 575 * than theirs, so restrict what we advertise in the assoc request. ieee80211_add_vht_ie()
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfs4state.c | 4161 * had the chance to reclaim theirs.... nfs4_open_delegation()
|
/linux-4.1.27/include/net/ |
H A D | cfg80211.h | 3053 * wiphy is theirs, e.g. in global notifiers
|
Completed in 556 milliseconds