Searched refs:borrowed (Results 1 - 104 of 104) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/matrox/
H A Dmatroxfb_crtc2.h21 unsigned int borrowed; member in struct:matroxfb_dh_fb_info::__anon11167
H A Dmatroxfb_crtc2.c621 m2info->video.borrowed = mem; matroxfb_dh_regit()
685 minfo->video.len_usable += m2info->video.borrowed; matroxfb_dh_deregisterfb()
/linux-4.4.14/arch/blackfin/include/asm/
H A Ddelay.h28 * close approximation borrowed from m68knommu to avoid 64-bit math
/linux-4.4.14/arch/xtensa/include/asm/
H A Dbootparam.h12 * (Concept borrowed from the 68K port)
/linux-4.4.14/arch/arm64/kernel/
H A Dpci.c2 * Code borrowed from powerpc/kernel/pci-common.c
/linux-4.4.14/include/linux/
H A Dlsm_audit.h3 * Heavily borrowed from selinux/avc.h
H A Dsungem_phy.h37 /* An instance of a PHY, partially borrowed from mii_if_info */
/linux-4.4.14/include/uapi/linux/
H A Dmeye.h12 * Some parts borrowed from various video4linux drivers, especially
H A Diso_fs.h11 /* This part borrowed from the bsd386 isofs */
/linux-4.4.14/drivers/net/slip/
H A Dslip.h11 * Matt Dillon : Printable slip (borrowed from net2e)
H A Dslip.c19 * Matt Dillon : Printable slip (borrowed from NET2E)
/linux-4.4.14/drivers/net/ethernet/qualcomm/
H A Dqca_framing.h105 /* Offset in buffer (borrowed for length too) */
/linux-4.4.14/drivers/net/ethernet/ibm/emac/
H A Dphy.h52 /* An instance of a PHY, partially borrowed from mii_if_info */
/linux-4.4.14/net/netfilter/
H A Dxt_ipvs.c30 /* borrowed from xt_conntrack */ ipvs_mt_addrcmp()
/linux-4.4.14/tools/build/
H A Dfixdep.c8 * This code has been borrowed from kbuild's fixdep (scripts/basic/fixdep.c),
/linux-4.4.14/drivers/net/wireless/orinoco/
H A Dorinoco_nortel.c10 * Some of this code is borrowed from orinoco_plx.c
12 * Some of this code is borrowed from orinoco_pci.c
H A Dorinoco_pci.c12 * Some of this code is borrowed from orinoco_plx.c
/linux-4.4.14/net/atm/
H A Dioctl.c83 case SIOCGSTAMP: /* borrowed from IP */ do_vcc_ioctl()
91 case SIOCGSTAMPNS: /* borrowed from IP */ do_vcc_ioctl()
/linux-4.4.14/drivers/usb/host/
H A Dxhci-ext-caps.h7 * Some code borrowed from the Linux EHCI driver.
H A Dxhci-plat.c7 * A lot of code borrowed from the Linux xHCI driver.
H A Dxhci-pci.c7 * Some code borrowed from the Linux EHCI driver.
H A Dxhci-dbg.c7 * Some code borrowed from the Linux EHCI driver.
H A Dxhci-hub.c7 * Some code borrowed from the Linux EHCI driver.
H A Dxhci-mem.c7 * Some code borrowed from the Linux EHCI driver.
H A Dxhci.h8 * Some code borrowed from the Linux EHCI driver.
H A Dxhci-ring.c7 * Some code borrowed from the Linux EHCI driver.
H A Dfotg210-hcd.c9 * Most of code borrowed from the Linux-3.7 EHCI driver
H A Dxhci.c7 * Some code borrowed from the Linux EHCI driver.
/linux-4.4.14/drivers/hwspinlock/
H A Du8500_hsem.c9 * Heavily borrowed from the work of :
/linux-4.4.14/arch/x86/kernel/
H A Dverify_cpu.S4 * code has been borrowed from boot/setup.S and was introduced by
/linux-4.4.14/arch/mips/math-emu/
H A Ddsemul.c56 * borrowed that vector. MIPS/Linux version is a bit mips_dsemul()
/linux-4.4.14/tools/usb/usbip/src/
H A Dusbip.c2 * command structure borrowed from udev
/linux-4.4.14/net/sched/
H A Dsch_cbq.c43 he should take into account that ONLY the skeleton was borrowed,
673 struct cbq_class *borrowed) cbq_update_toplevel()
675 if (cl && q->toplevel >= borrowed->level) { cbq_update_toplevel()
678 if (borrowed->undertime == PSCHED_PASTPERFECT) { cbq_update_toplevel()
679 q->toplevel = borrowed->level; cbq_update_toplevel()
682 } while ((borrowed = borrowed->borrow) != NULL); cbq_update_toplevel()
672 cbq_update_toplevel(struct cbq_sched_data *q, struct cbq_class *cl, struct cbq_class *borrowed) cbq_update_toplevel() argument
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dfwsignal.c1199 int *borrowed; brcmf_fws_return_credits() local
1211 borrowed = &fws->credits_borrowed[lender_ac]; brcmf_fws_return_credits()
1212 if (*borrowed) { brcmf_fws_return_credits()
1215 if (*borrowed >= credits) { brcmf_fws_return_credits()
1216 *borrowed -= credits; brcmf_fws_return_credits()
1220 credits -= *borrowed; brcmf_fws_return_credits()
1221 *fifo_credit += *borrowed; brcmf_fws_return_credits()
1222 *borrowed = 0; brcmf_fws_return_credits()
/linux-4.4.14/fs/ubifs/
H A Dkey.h34 * node. We use "r5" hash borrowed from reiserfs.
57 * key_r5_hash - R5 hash function (borrowed from reiserfs).
/linux-4.4.14/drivers/md/bcache/
H A Dutil.c264 * bit inversion. The chosen polynomial is borrowed from the DLT1 spec
/linux-4.4.14/drivers/hwmon/
H A Dultra45_env.c89 * of these calculations are borrowed from the adt7470 driver.
/linux-4.4.14/lib/
H A Ddecompress_unlzo.c2 * LZO decompressor for the Linux kernel. Code borrowed from the lzo
/linux-4.4.14/mm/kasan/
H A Dreport.c7 * Some code borrowed from https://github.com/xairy/kasan-prototype by
H A Dkasan.c7 * Some code borrowed from https://github.com/xairy/kasan-prototype by
/linux-4.4.14/drivers/media/common/
H A Dtveeprom.c4 * Data and decoding routines shamelessly borrowed from bttv-cards.c
5 * eeprom access routine shamelessly borrowed from bttv-if.c
/linux-4.4.14/net/irda/irnet/
H A Dirnet.h394 * "ap" or "self". If the code is borrowed from the IrDA stack, it tend
395 * to be called "self", and if it is borrowed from the PPP driver it is
/linux-4.4.14/drivers/media/pci/meye/
H A Dmeye.h12 * Some parts borrowed from various video4linux drivers, especially
H A Dmeye.c12 * Some parts borrowed from various video4linux drivers, especially
/linux-4.4.14/arch/m68k/kernel/
H A Dsys_m68k.c464 /* This was borrowed from ARM's implementation. */ sys_atomic_cmpxchg_32()
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dau8522_dig.c770 /* borrowed from lgdt330x.c au8522_read_signal_strength()
H A Dlgdt3305.c981 /* borrowed from lgdt330x.c */ calculate_snr()
1045 /* borrowed from lgdt330x.c lgdt3305_read_signal_strength()
H A Ds5h1409.c882 /* borrowed from lgdt330x.c s5h1409_read_signal_strength()
H A Ds5h1411.c797 /* borrowed from lgdt330x.c s5h1411_read_signal_strength()
H A Dlg2160.c1292 /* borrowed from lgdt330x.c lg216x_read_signal_strength()
H A Ddib7000p.c1782 /* FIXME: may require changes - this one was borrowed from dib8000 */ dib7000p_get_time_us()
/linux-4.4.14/arch/unicore32/mm/
H A Dmmu.c457 * "borrowed". setup_mm_for_reboot()
/linux-4.4.14/arch/powerpc/kernel/
H A Dtm.S16 /* See fpu.S, this is borrowed from there */
H A Dsmp.c767 * init thread may have been "borrowed" by another CPU in the meantime smp_cpus_done()
/linux-4.4.14/arch/parisc/kernel/
H A Dsignal32.c6 * Code was mostly borrowed from kernel/signal.c.
/linux-4.4.14/arch/ia64/hp/sim/
H A Dsimeth.c435 * the loop concept has been borrowed from other drivers simeth_rx()
/linux-4.4.14/arch/arm/include/asm/hardware/
H A Dsa1111.h7 * (Structure and naming borrowed from SA-1101.h, by Peter Danielsson.)
/linux-4.4.14/net/ipv4/
H A Dip_input.c32 * Fred Van Kempen : IP fragment support (borrowed from NET2E)
H A Dtcp_input.c3952 * (borrowed from freebsd)
/linux-4.4.14/tools/perf/util/
H A Dunwind-libunwind.c4 * Lots of this code have been borrowed or heavily inspired from parts of
/linux-4.4.14/drivers/staging/media/lirc/
H A Dlirc_sir.c685 /* some code borrowed from Linux IRDA driver */
H A Dlirc_serial.c650 * This is a simple port existence test, borrowed from the autoconfig hardware_init_port()
/linux-4.4.14/drivers/video/console/
H A Dnewport_con.c36 /* borrowed from fbcon.c */
/linux-4.4.14/drivers/net/ethernet/8390/
H A Dwd.c217 /* This method of checking for a 16-bit board is borrowed from the wd_probe1()
/linux-4.4.14/kernel/
H A Dsoftirq.c241 * Mask out PF_MEMALLOC s current task context is borrowed for the __do_softirq()
H A Dwatchdog.c6 * Note: Most of this code is borrowed heavily from the original softlockup
/linux-4.4.14/fs/ocfs2/
H A Dreservations.c8 * Some code borrowed from fs/ext3/balloc.c and is:
H A Dxattr.c3181 * create a tree, the credit calculation is borrowed from ocfs2_calc_xattr_set_need()
/linux-4.4.14/include/scsi/
H A Dosd_initiator.h286 * The categories are borrowed from the pnfs_osd_errno enum.
/linux-4.4.14/arch/powerpc/oprofile/cell/
H A Dspu_task_sync.c289 /* The source code for fast_get_dcookie was "borrowed"
/linux-4.4.14/sound/usb/
H A Dcard.c6 * Many codes borrowed from audio.c by
H A Dmixer_scarlett.c9 * Many codes borrowed from audio.c by
H A Dmixer_quirks.c8 * Many codes borrowed from audio.c by
H A Dmixer.c8 * Many codes borrowed from audio.c by
/linux-4.4.14/fs/gfs2/
H A Dquota.c771 * This function was mostly borrowed from gfs2_block_truncate_page which was
772 * in turn mostly borrowed from ext3
H A Dbmap.c929 * This is partly borrowed from ext3.
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
H A Dlov_cl_internal.h474 * allocated, but borrowed from a per-device emergency pool.
/linux-4.4.14/drivers/net/can/c_can/
H A Dc_can.c12 * TX and RX NAPI implementation has been borrowed from at91 CAN driver
/linux-4.4.14/drivers/net/
H A Dsungem_phy.c430 /* This is borrowed from MacOS bcm5421_init()
/linux-4.4.14/kernel/trace/
H A Dtrace_functions_graph.c5 * Mostly borrowed from function tracer which
H A Dtrace_selftest.c744 * has been borrowed.
/linux-4.4.14/fs/proc/
H A Dvmcore.c4 * Heavily borrowed from fs/proc/kcore.c
/linux-4.4.14/arch/powerpc/include/asm/
H A Dreg_booke.h4 * are not true Book E PowerPCs, they borrowed a number of features
/linux-4.4.14/arch/sparc/kernel/
H A Dirq_64.c803 /* This is borrowed from the original function. sun4v_build_virq()
/linux-4.4.14/sound/pci/
H A Dals4000.c7 * Framework borrowed from Massimo Piccioni's card-als100.c.
H A Dazt3328.c4 * Framework borrowed from Bart Hartgers's als4000.c.
/linux-4.4.14/sound/usb/usx2y/
H A Dusbusx2yaudio.c13 * Many codes borrowed from audio.c by
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Drtd520.c68 * I borrowed heavily from the ni_mio_common, ni_atmio16d, mite, and
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c956 * pbc 'fill1' field is borrowed to pass frag size, qib_user_sdma_queue_pkts()
/linux-4.4.14/drivers/input/joystick/
H A Dxpad.c69 * - borrowed from the XBOX linux kernel
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Dcz_dpm.c1483 /* borrowed from KV, need future unify */ cz_dpm_get_temperature()
/linux-4.4.14/sound/pci/emu10k1/
H A Demu10k1x.c63 // some definitions were borrowed from emu10k1 driver as they seem to be the same
/linux-4.4.14/drivers/scsi/
H A Dwd7000.c1586 * This was borrowed directly from aha1542.c. (Zaga)
H A Dwd33c93.c22 * borrowed shamelessly from all over that source. Thanks Hamish!
/linux-4.4.14/drivers/input/tablet/
H A Daiptek.c868 * aiptek_set_report and aiptek_get_report() are borrowed from Linux 2.4.x,
/linux-4.4.14/drivers/block/
H A Damiflop.c877 /* crc routines are borrowed from the messydos-handler */
/linux-4.4.14/drivers/md/
H A Draid10.c2801 * The r10_bio structures are linked using a borrowed master_bio pointer.
2922 * borrowed master_bio pointer, and the counter in the master sync_request()
/linux-4.4.14/drivers/usb/serial/
H A Dftdi_sio.c1261 * ** Step 3 is done courtesy of code borrowed from serial.c get_ftdi_divisor()
/linux-4.4.14/drivers/staging/rtl8192e/
H A Drtllib_softmac.c3254 /* implementation borrowed from hostap driver */ rtllib_wpa_set_encryption()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c2945 /* implementation borrowed from hostap driver */
/linux-4.4.14/block/
H A Dcfq-iosched.c86 * to find it. Idea borrowed from Ingo Molnars CFS scheduler. We should
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_target.c5062 /* cmd->state is a borrowed field to hold status */ qlt_free_qfull_cmds()
/linux-4.4.14/mm/
H A Dpage_alloc.c14 * (lots of bits borrowed from Ingo Molnar & Andrew Morton)
/linux-4.4.14/kernel/sched/
H A Dfair.c1137 * XXX borrowed from update_sg_lb_stats

Completed in 3771 milliseconds