Searched refs:ours (Results 1 - 120 of 120) sorted by relevance

/linux-4.1.27/arch/powerpc/include/uapi/asm/
H A Ducontext.h29 /* glibc has 1024-bit signal masks, ours are 64-bit */
/linux-4.1.27/net/x25/
H A Dx25_facilities.c274 struct x25_facilities *ours = &x25->facilities; x25_negotiate_facilities() local
279 memcpy(new, ours, sizeof(*new)); x25_negotiate_facilities()
288 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { x25_negotiate_facilities()
298 int ours_in = ours->throughput & 0x0f; x25_negotiate_facilities()
299 int ours_out = ours->throughput & 0xf0; x25_negotiate_facilities()
312 if (theirs.pacsize_in < ours->pacsize_in) { x25_negotiate_facilities()
316 if (theirs.pacsize_out < ours->pacsize_out) { x25_negotiate_facilities()
323 if (theirs.winsize_in < ours->winsize_in) { x25_negotiate_facilities()
327 if (theirs.winsize_out < ours->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/powerpc/kernel/
H A Dppc32.h58 /* glibc has 1024-bit signal masks, ours are 64-bit */
H A Dmachine_kexec.c267 /* remove any stale properties so ours can be found */ kexec_setup()
H A Dkprobes.c223 /* Not one of ours: let kernel handle it */ kprobe_handler()
H A Dmachine_kexec_64.c397 /* remove any stale propertys so ours can be found */ export_htab_values()
H A Dnvram_64.c293 /* Look for ours */ nvram_init_os_partition()
/linux-4.1.27/drivers/cpufreq/
H A Ds3c24xx-cpufreq.c478 struct s3c_cpufreq_board *ours; s3c_cpufreq_setboard() local
488 ours = kzalloc(sizeof(*ours), GFP_KERNEL); s3c_cpufreq_setboard()
489 if (ours == NULL) { s3c_cpufreq_setboard()
494 *ours = *board; s3c_cpufreq_setboard()
495 cpu_cur.board = ours; s3c_cpufreq_setboard()
/linux-4.1.27/include/net/
H A Dinet_timewait_sock.h82 /* And these are ours. */
/linux-4.1.27/arch/tile/include/asm/
H A Dspinlock_64.h63 * If the current ticket is not ours, go to the slow path.
/linux-4.1.27/arch/powerpc/platforms/powermac/
H A Dudbg_adb.c179 /* Set ours as output */ udbg_adb_init()
/linux-4.1.27/arch/arm/mach-ux500/
H A Dcpu-db8500.c104 * Bounce the interrupt to the other core if it's not ours.
/linux-4.1.27/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c143 * the RST will be ours, instead of the destination's. This confuses nf_send_reset()
/linux-4.1.27/arch/mn10300/kernel/
H A Dkprobes.c450 /* If it's not ours, can't be delete race, (we hold lock). */ kprobe_handler()
465 /* Not one of ours: let kernel handle it */ kprobe_handler()
/linux-4.1.27/arch/x86/include/asm/xen/
H A Dpage.h186 * not have MFN in our p2m table. Conversely, if the page is ours,
/linux-4.1.27/arch/x86/pci/
H A Ddirect.c188 * techniques used in XFree86, but ours should be more reliable since we
/linux-4.1.27/arch/avr32/kernel/
H A Dkprobes.c141 /* If it's not ours, can't be delete race, (we hold lock). */ kprobe_handler()
/linux-4.1.27/arch/ia64/lib/
H A Dclear_user.S49 // by another thread which runs concurrently to ours. Another, less likely,
/linux-4.1.27/fs/autofs4/
H A Dautofs_i.h22 /* This is the range of ioctl() numbers we claim as ours */
/linux-4.1.27/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c192 * the RST will be ours, instead of the destination's. This confuses nf_send_reset6()
/linux-4.1.27/drivers/net/ethernet/natsemi/
H A Dmacsonic.c276 * look in the CAM. The top entry should be ours. mac_onboard_sonic_ethernet_addr()
475 /* Is it one of ours? */ mac_nubus_sonic_probe()
/linux-4.1.27/drivers/base/
H A Ddevtmpfs.c294 /* ours */ dev_mynode()
/linux-4.1.27/fs/sysv/
H A Ditree.c306 * of branch is all ours and does not grow immediately from the inode find_shared()
/linux-4.1.27/arch/frv/mb93090-mb00/
H A Dpci-vdk.c179 * techniques used in XFree86, but ours should be more reliable since we
/linux-4.1.27/tools/perf/
H A Dbuiltin-help.c330 * system-wide paths after ours to find the manual page. If setup_man_path()
/linux-4.1.27/drivers/rtc/
H A Drtc-at91rm9200.c302 if (rtsr) { /* this interrupt is shared! Is it ours? */ at91_rtc_interrupt()
/linux-4.1.27/arch/sh/kernel/
H A Dkprobes.c262 /* Not one of ours: let kernel handle it */ kprobe_handler()
/linux-4.1.27/arch/sparc/kernel/
H A Dkprobes.c177 /* Not one of ours: let kernel handle it */ kprobe_handler()
/linux-4.1.27/arch/tile/kernel/
H A Dkprobes.c249 /* Not one of ours: let kernel handle it. */ kprobe_handler()
/linux-4.1.27/fs/ocfs2/dlm/
H A Ddlmdomain.c745 struct dlm_protocol_version *ours, dlm_query_join_proto_check()
751 if (!dlm_protocol_compare(ours, &proto)) { dlm_query_join_proto_check()
768 ours->pv_major, dlm_query_join_proto_check()
769 ours->pv_minor); dlm_query_join_proto_check()
744 dlm_query_join_proto_check(char *proto_type, int node, struct dlm_protocol_version *ours, struct dlm_protocol_version *request) dlm_query_join_proto_check() argument
/linux-4.1.27/arch/mips/kernel/
H A Dgenex.S503 bne k0, k1, handle_ri /* if not ours */
H A Dkprobes.c407 /* Not one of ours: let kernel handle it */ kprobe_handler()
H A Dtraps.c665 /* Not ours. */ simulate_rdhwr_normal()
678 /* Not ours. */ simulate_rdhwr_mm()
/linux-4.1.27/arch/mn10300/unit-asb2305/
H A Dpci.c239 * techniques used in XFree86, but ours should be more reliable since we
/linux-4.1.27/arch/parisc/kernel/
H A Dsyscall_table.S180 /* even though manpage says struct timeval contains longs, ours has
/linux-4.1.27/arch/alpha/include/asm/
H A Dpgtable.h73 /* .. and these are ours ... */
/linux-4.1.27/net/sched/
H A Dsch_gred.c179 /* sum up all the qaves of prios < ours to get the new qave */ gred_enqueue()
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2x00queue.c502 * was ours. When the hardware disagrees there has been rt2x00queue_write_tx_data()
508 "Corrupt queue %d, accessing entry which is not ours\n" rt2x00queue_write_tx_data()
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_trans_resv.c257 * the on disk inode before ours in the agi hash list: inode cluster size
469 * the on disk inode before ours in the agi hash list: inode cluster size
H A Dxfs_dir2_sf.c745 * Loop over all the entries trying to match ours. xfs_dir2_sf_lookup()
H A Dxfs_dir2_leaf.c1577 * Need to point to an entry higher than ours. xfs_dir2_leaf_search_hash()
H A Dxfs_dir2_node.c577 * hash value to ours if there is one with room. xfs_dir2_leafn_lookup_for_addname()
/linux-4.1.27/drivers/net/irda/
H A Dirda-usb.c1263 /* The skb is ours, free it */ irda_usb_net_close()
1590 * in the system. We need to check if the device is ours, and in
1608 * don't need to check if the dongle is really ours. irda_usb_probe()
H A Dkingsun-sir.c429 * in the system. We need to check if the device is ours, and in
H A Dksdazzle-sir.c577 * in the system. We need to check if the device is ours, and in
H A Dks959-sir.c680 * in the system. We need to check if the device is ours, and in
H A Dstir4200.c1017 * in the system. We need to check if the device is ours, and in
H A Dvlsi_ir.h217 /* we use this mask to check whether the (shared PCI) interrupt is ours */
/linux-4.1.27/drivers/pci/hotplug/
H A Dibmphp_res.c240 /* went through all the buses and didn't find ours, need to create a new bus node */ ibmphp_rsrc_init()
266 /* went through all the buses and didn't find ours, need to create a new bus node */ ibmphp_rsrc_init()
290 /* went through all the buses and didn't find ours, need to create a new bus node */ ibmphp_rsrc_init()
/linux-4.1.27/drivers/gpu/drm/msm/
H A Dmsm_gem.c538 * ours, just free the array we allocated: msm_gem_free_object()
/linux-4.1.27/drivers/ata/
H A Dsata_qstor.c430 * knew it was ours.. (ugh). This does not qs_intr_mmio()
H A Dlibata-eh.c1772 /* okay, this error is ours */ ata_eh_analyze_ncq_error()
/linux-4.1.27/kernel/
H A Dstop_machine.c277 * queued its stop_machine works and therefore ours will get executed stop_two_cpus()
/linux-4.1.27/net/rds/
H A Diw_cm.c389 /* Check whether the remote protocol version matches ours. */ rds_iw_cm_handle_connect()
H A Dib_cm.c467 /* Check whether the remote protocol version matches ours. */ rds_ib_cm_handle_connect()
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_krb5_wrap.c149 /* Assumptions: the head and tail of inbuf are ours to play with.
/linux-4.1.27/drivers/xen/xen-pciback/
H A Dxenbus.c119 "Error mapping other domain page in ours."); xen_pcibk_do_attach()
/linux-4.1.27/sound/pci/nm256/
H A Dnm256.c1021 /* Not ours. */ snd_nm256_interrupt()
1087 /* Not ours. */ snd_nm256_interrupt_zx()
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1592 int ours; ahc_linux_isr() local
1596 ours = ahc_intr(ahc); ahc_linux_isr()
1598 return IRQ_RETVAL(ours); ahc_linux_isr()
H A Daic79xx_osm.c1678 int ours; ahd_linux_isr() local
1682 ours = ahd_intr(ahd); ahd_linux_isr()
1684 return IRQ_RETVAL(ours); ahd_linux_isr()
/linux-4.1.27/net/ipv4/
H A Dudp.c1966 int ours; udp_v4_early_demux() local
1982 ours = ip_check_mc_rcu(in_dev, iph->daddr, iph->saddr, udp_v4_early_demux()
1984 if (!ours) udp_v4_early_demux()
H A Darp.c733 * our cache, since ours is not in their cache.) arp_process()
/linux-4.1.27/drivers/staging/dgnc/
H A Ddgnc_neo.c519 * associated or a board pointer that wasn't ours. neo_parse_lsr()
943 * associated or a board pointer that wasn't ours. neo_intr()
H A Ddgnc_cls.c768 * associated or a board pointer that wasn't ours. cls_intr()
/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/ipx/
H A Daf_ipx.c1641 /* Not ours */ ipx_rcv()
1677 if (!intrfc) /* Not one of ours */ ipx_rcv()
/linux-4.1.27/drivers/leds/
H A Dleds-tca6507.c461 /* not in use - it is ours! */ led_prepare()
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-ismt.c654 * check to see it's our interrupt, return IRQ_NONE if not ours ismt_do_interrupt()
/linux-4.1.27/drivers/mmc/host/
H A Dau1xmmc.c799 return IRQ_NONE; /* not ours */ au1xmmc_irq()
/linux-4.1.27/drivers/media/pci/ivtv/
H A Divtv-irq.c1071 * wasn't ours. Another device may have triggered it at just ivtv_irq_handler()
/linux-4.1.27/drivers/net/phy/
H A Dphy.c546 return IRQ_NONE; /* It can't be ours. */ phy_interrupt()
/linux-4.1.27/drivers/nfc/pn544/
H A Di2c.c642 * region and compare with ours. pn544_hci_i2c_fw_check_cmd()
/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_80211_rx.c570 /* RA (or BSSID) is not ours - drop */ hostap_rx_frame_wds()
/linux-4.1.27/drivers/infiniband/hw/nes/
H A Dnes.c406 /* Check interrupt status to see if this might be ours */ nes_interrupt()
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_sdma.c159 * descq are ours to play with. sdma_sw_clean_up_task()
/linux-4.1.27/drivers/usb/host/
H A Dohci-q.c942 * add to ours. ed->td_list changes later. update_done_list()
/linux-4.1.27/fs/ntfs/
H A Dlogfile.c481 * if the $LogFile was created on a system with a different page size to ours
H A Dmft.c144 * The mft record is now ours and we return a pointer to it. You need to check
1877 // move an existing record away, insert ours in its place, and ntfs_mft_data_extend_allocation_nolock()
/linux-4.1.27/arch/mips/include/asm/
H A Duaccess.h61 * address in this range it's the process's problem, not ours :-)
/linux-4.1.27/fs/dlm/
H A Duser.c457 /* Check the user's version matches ours */ check_version()
/linux-4.1.27/net/mac80211/
H A Dmesh.c54 * mesh_matches_local - check if the config of a mesh point matches ours
/linux-4.1.27/sound/pci/echoaudio/
H A Dechoaudio_dsp.c1025 It returns -1 if the IRQ is not ours, or N>=0 if it is, where N is the number
/linux-4.1.27/fs/
H A Ddirect-io.c547 /* Someone created workqueue before us? Free ours... */ sb_init_dio_done_wq()
/linux-4.1.27/fs/ext2/
H A Dinode.c982 * of branch is all ours and does not grow immediately from the inode ext2_find_shared()
/linux-4.1.27/drivers/misc/sgi-xp/
H A Dxpc_sn2.c1443 * the remote partition to pull ours.
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
H A Dvxge-traffic.c885 * Returns: 0, if the interrupt is not "ours" (note that in this case the
/linux-4.1.27/drivers/s390/net/
H A Dctcm_mpc.c1569 /*the received direction should be the opposite of ours */ mpc_validate_xid()
/linux-4.1.27/drivers/atm/
H A Dfirestream.c1998 no longer ours. */ firestream_remove_one()
/linux-4.1.27/drivers/usb/core/
H A Ddriver.c581 /* this should never happen, don't release something that's not ours */ usb_driver_release_interface()
/linux-4.1.27/arch/mips/math-emu/
H A Dcp1emu.c1299 /* its one of ours */ cop1Emulate()
/linux-4.1.27/fs/ext4/
H A Dindirect.c899 * of branch is all ours and does not grow immediately from the inode ext4_find_shared()
/linux-4.1.27/net/appletalk/
H A Dddp.c1470 /* Not ours, so we route the packet via the correct atalk_rcv()
/linux-4.1.27/tools/lguest/
H A Dlguest.c1207 /* Linux expects a PCI host bridge: ours is a dummy, and first on the bus. */
3331 * The Linux boot header contains an "E820" memory map: ours is a main()
/linux-4.1.27/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c1754 /* not ours */ vmxnet3_intr()
/linux-4.1.27/drivers/net/wan/
H A Dfarsync.c2128 /* Not one of ours. Pass through to HDLC package */ fst_ioctl()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c941 ours */ lpfc_rcv_plogi_plogi_issue()
H A Dlpfc_bsg.c4719 * use ours lpfc_bsg_issue_mbox()
/linux-4.1.27/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c1423 * returned SRP version doesn't match ours.
/linux-4.1.27/drivers/bluetooth/
H A Dbtusb.c2837 /* Found some of USB hosts have IOT issues with ours so that we should btusb_qca_send_vendor_req()
/linux-4.1.27/drivers/tty/
H A Drocket.c2224 /* Work through the PCI device list, pulling out ours */ init_PCI()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dnet2280.c3311 /* shared interrupt, not ours */ net2280_irq()
/linux-4.1.27/fs/ocfs2/
H A Dsuballoc.c951 /* Start to steal resource from the first slot after ours. */ ocfs2_steal_resource()
H A Dalloc.c2296 * whose cpos is less than ours into the right leaf.
/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/fs/btrfs/
H A Dqgroup.c1586 * old roots we find in case we removed ours and added a qgroup_calc_old_refcnt()
H A Dsend.c3251 * (in the send root) with a higher inode number than ours (sctx->cur_ino) was
H A Dtree-log.c2546 * so we know that if ours is more than 2 older than the wait_log_commit()
/linux-4.1.27/net/core/
H A Dsock.c27 * not ours - especially broadcast ones!!
/linux-4.1.27/sound/pci/au88x0/
H A Dau88x0_core.c2416 //check if the interrupt is ours. vortex_interrupt()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_main.c2505 "Shared Interrupt, Not ours!\n"); qlge_isr()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_gem.c1697 * fail). But any other -EIO isn't ours (e.g. swap in failure) i915_gem_fault()
H A Dintel_dp.c2641 /* now it's all ours */ vlv_init_panel_power_sequencer()
/linux-4.1.27/fs/ext3/
H A Dinode.c2169 * of branch is all ours and does not grow immediately from the inode ext3_find_shared()
/linux-4.1.27/mm/
H A Dmemory.c2330 * The page is all ours. Move it to our anon_vma so __releases()
H A Dmemcontrol.c569 * increase ours as well if it increases.
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2200.c5532 * ESSID to ours */ ipw_find_adhoc_network()
5710 * ESSID to ours */ ipw_best_network()
/linux-4.1.27/drivers/md/
H A Dmd.c7655 * less than ours. When we find one that is the same or higher md_do_sync()
/linux-4.1.27/drivers/scsi/
H A Dhpsa.c4702 break; /* it's ours now. */ cmd_alloc()
/linux-4.1.27/drivers/net/ethernet/broadcom/
H A Dtg3.c7503 * interrupt is ours and will flush the status block. tg3_interrupt()
7552 * interrupt is ours and will flush the status block. tg3_interrupt_tagged()

Completed in 4311 milliseconds