Searched refs:rely (Results 1 - 200 of 547) sorted by relevance

123

/linux-4.1.27/arch/um/include/asm/
H A Dsetup.h4 /* POSIX mandated with _POSIX_ARG_MAX that we can rely on 4096 chars in the
/linux-4.1.27/include/uapi/asm-generic/
H A Dbitsperlong.h8 * both 32 and 64 bit user space must not rely on CONFIG_64BIT
/linux-4.1.27/include/linux/
H A Dkernel-page-flags.h8 * WARNING: subject to change, never rely on them!
H A Dmoduleloader.h10 * can just rely on the 'weak' default hooks defined in kernel/module.c.
H A Dvmstat.h18 * should rely on the counter values.
H A Dfsnotify.h9 * Instead, we rely on the code inside to optimize away as needed.
H A Dfence.h61 * ways by different fence implementers, so do not rely on this.
/linux-4.1.27/arch/tile/lib/
H A DMakefile16 # have -pg added, since they both rely on being leaf functions.
H A Dcacheflush.c47 * TILE-Gx it is configurable, and we rely on the fact that finv_buffer_remote()
/linux-4.1.27/arch/arm/include/asm/
H A Dgpio.h8 /* Note: this may rely upon the value of ARCH_NR_GPIOS set in mach/gpio.h */
H A Ddiv64.h88 /* We rely on the fact that most of this code gets */ \
/linux-4.1.27/arch/x86/lib/
H A Dusercopy.c14 * We rely on the nested NMI work to allow atomic faults from the NMI path; the
/linux-4.1.27/arch/blackfin/include/asm/
H A Dl1layout.h2 * Defines a layout of L1 scratchpad memory that userspace can rely on.
/linux-4.1.27/drivers/input/mouse/
H A Dmaplemouse.c28 int buttons, relx, rely, relz; dc_mouse_callback() local
36 rely = *(unsigned short *)(res + 14) - 512; dc_mouse_callback()
43 input_report_rel(dev, REL_Y, rely); dc_mouse_callback()
/linux-4.1.27/include/linux/platform_data/
H A Dat91_adc.h21 * @is_external: Does the trigger rely on an external pin?
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
H A Dmtd-xip.h30 * As above, this should not rely upon standard kernel code.
/linux-4.1.27/arch/sparc/kernel/
H A Dleon_pci.c16 /* The LEON architecture does not rely on a BIOS or bootloader to setup
58 * We can not rely on that the bootloader has enabled I/O pcibios_fixup_bus()
/linux-4.1.27/include/linux/mtd/
H A Dxip.h37 * the hardware directly and not rely on any other (XIP) functions since they
87 * This should not rely upon standard kernel code.
/linux-4.1.27/arch/x86/kernel/
H A Dx8664_ksyms_64.c46 * Export string functions. We normally rely on gcc builtin for most of these,
H A Dstep.c173 * with __switch_to_xtra(). We rely on ptrace_freeze_traced() but set_task_blockstep()
H A Dprocess.c428 * We can't rely on cpuidle installing MWAIT, because it will not load
H A Dkvm.c759 * This uses set_bit, which is atomic but we should not rely on its kvm_lock_spinning()
/linux-4.1.27/drivers/char/hw_random/
H A Dpowernv-rng.c23 /* We rely on rng_buffer_size() being >= sizeof(unsigned long) */ powernv_rng_read()
/linux-4.1.27/arch/metag/kernel/
H A Dperf_callchain.c37 /* We cannot rely on having frame pointers in user code. */ user_backtrace()
/linux-4.1.27/arch/arm/mach-omap1/include/mach/
H A Dmtd-xip.h56 * As above, this should not rely upon standard kernel code.
/linux-4.1.27/drivers/net/wireless/rtl818x/rtl8180/
H A Dsa2400.c184 * we rely on the 3ms delay introduced in write_sa2400 */ sa2400_rf_init()
188 * we rely on the 3ms delay introduced in write_sa2400 */ sa2400_rf_init()
/linux-4.1.27/fs/proc/
H A Dstat.c54 /* !NO_HZ or cpu offline so we can rely on cpustat.idle */ get_idle_time()
70 /* !NO_HZ or cpu offline so we can rely on cpustat.iowait */ get_iowait_time()
/linux-4.1.27/drivers/iio/common/st_sensors/
H A Dst_sensors_i2c.c91 * rely on that name from this point on. I2C client devices will be renamed
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
H A Dl_lock.c48 * enqueue reply. We rely on lock->l_resource = new_res
/linux-4.1.27/drivers/gpio/
H A Dgpio-max7301.c102 * subsys initcalls that may rely on these GPIOs
H A Dgpio-mc33880.c177 * subsys initcalls that may rely on these GPIOs
H A Dgpio-pca953x.c541 * interrupt. We have to rely on the previous read for pca953x_irq_setup()
773 * subsys initcalls that may rely on these GPIOs
H A Dgpio-pcf857x.c431 * subsys initcalls that may rely on these GPIOs
/linux-4.1.27/arch/x86/include/asm/
H A Dvm86.h52 * compilation, so we don't rely on this and save the pointer to 'oldregs'
H A Dirqflags.h121 * don't have a stack we can rely on (such as a user space
H A Dbitops.h66 * make sure not to rely on its reordering guarantees.
266 * rely on this behaviour.
H A Dapic.h69 * With 82489DX we can't rely on apic feature bit
/linux-4.1.27/arch/tile/include/asm/
H A Dbitops_64.h51 * smp_mb() before, and rely on the "!= 0" comparison, plus a compiler
H A Dcacheflush.h60 * and rely on the fact that we flush the icache on every context
H A Dirqflags.h47 * clobber. We rely on it being equivalent to a compiler barrier in
128 /* Due to inclusion issues, we can't rely on <linux/smp.h> here. */
/linux-4.1.27/arch/powerpc/platforms/cell/
H A Dspu_callbacks.c29 * 4. They are optional and we can't rely on them being
H A Daxon_msi.c384 /* We rely on being able to stash a virq in a u16, so limit irqs to < 65536 */ axon_msi_probe()
/linux-4.1.27/arch/mn10300/mm/
H A Dcache-dbg-flush-by-tag.S45 # - we rely on the hardware to filter out invalid tag entry addresses
H A Dcache-flush-by-tag.S58 # - we rely on the hardware to filter out invalid tag entry addresses
/linux-4.1.27/arch/blackfin/kernel/
H A Dreboot.c61 /* Wait for the SWRST write to complete. Cannot rely on SSYNC bfin_reset()
/linux-4.1.27/arch/arm/include/asm/hardware/
H A Dentry-macro-iomd.S42 * rely on the order of these tables (see above code).
/linux-4.1.27/drivers/staging/skein/
H A Dskein_api.c49 * The following two lines rely of the fact that the real Skein skein_init()
134 * The following two lines rely of the fact that the real Skein skein_reset()
198 * The next line rely on the fact that the real Skein contexts skein_update_bits()
/linux-4.1.27/drivers/pcmcia/
H A Dsa1100_h3600.c134 * on one bus. We rely on the cs.c behaviour shutting down h3600_pcmcia_socket_suspend()
/linux-4.1.27/arch/x86/platform/efi/
H A Defi_thunk_64.S16 * addresses need to be accessible by the 32-bit firmware, so we rely on
H A Defi_64.c173 * text and allocate a new stack because we can't rely on the efi_setup_page_tables()
/linux-4.1.27/block/
H A Dblk-mq.h86 * mean that we can't rely on ctx always matching the currently running CPU.
/linux-4.1.27/arch/tile/kernel/
H A Dpmc.c96 * For Pro, we rely on both interrupts being in the same word to update
H A Dcompat_signal.c230 * since some things rely on this (e.g. glibc's debug/segfault.c). compat_setup_rt_frame()
H A Dsignal.c188 * since some things rely on this (e.g. glibc's debug/segfault.c). setup_rt_frame()
H A Dhardwall.c623 * rely on too many fields of struct task_struct still being valid.
686 * We rely on the normal hardwall protection setup code stop_xdn_switch()
/linux-4.1.27/arch/x86/crypto/
H A Daes-i586-asm_32.S231 // rely on the register mappings
277 // order of these assigns rely on the register mappings
303 // rely on the register mappings
349 // order of these assigns rely on the register mappings
/linux-4.1.27/fs/quota/
H A Dnetlink.c21 * isn't true) and userspace might thus rely on it. Assign a
/linux-4.1.27/drivers/watchdog/
H A Dep93xx_wdt.c19 * for us to rely on the user space daemon alone. So we ping the
/linux-4.1.27/kernel/bpf/
H A Dhelpers.c21 * Different map implementations will rely on rcu in map methods
H A Dsyscall.c241 * therefore all map accessors rely on this fact, so do the same here map_update_elem()
571 * user-space does not rely on any kernel feature SYSCALL_DEFINE3()
/linux-4.1.27/arch/arm/mm/
H A Dcopypage-v4mc.c39 * Note: We rely on all ARMv4 processors implementing the "invalidate D line"
H A Dcopypage-v4wb.c21 * Note: We rely on all ARMv4 processors implementing the "invalidate D line"
/linux-4.1.27/arch/arm/plat-samsung/include/plat/
H A Dpm-common.h70 * can rely on printk/console output. It uses the low-level debugging output
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dsigcontext.h103 * User-space might still rely on the old definition:
158 * User-space might still rely on the old definition:
H A Dhyperv.h138 * the VM should disable any watchdog timeouts that rely on the
/linux-4.1.27/arch/arm/mach-ixp4xx/
H A Dixp4xx_qmgr.c57 /* ACK - it may clear any bits so don't rely on it */ qmgr_irq1_a0()
82 /* ACK - it may clear any bits so don't rely on it */ qmgr_irq2_a0()
/linux-4.1.27/drivers/of/
H A Dof_pci_irq.c71 * to rely on this function (you ship a firmware that doesn't of_irq_parse_pci()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event_p6.c176 * and we rely on p6_pmu_enable_all() being called p6_pmu_enable_event()
/linux-4.1.27/arch/x86/vdso/
H A Dvdso2c.h101 * st_value is unsigned, so we rely go()
/linux-4.1.27/arch/unicore32/kernel/
H A Dsleep.S154 * while we can't rely on any MMU translation. We could have put
/linux-4.1.27/arch/microblaze/include/asm/
H A Dmmu_context_mm.h64 * Its use is an optimization only, we can't rely on this context
/linux-4.1.27/fs/isofs/
H A Dexport.c7 * coded because the default routines rely on
/linux-4.1.27/arch/mn10300/kernel/
H A Dmn10300-watchdog.c42 * careful not to rely on unsafe variables. The printk might lock
/linux-4.1.27/arch/openrisc/mm/
H A Dioremap.c99 * rely on two things: iounmap()
/linux-4.1.27/arch/powerpc/kernel/
H A Dswsusp_asm64.S53 /* these macros rely on the save area being
H A Dpci_32.c174 * all busses, we can't rely on the OF bus number any more. pci_device_from_OF_node()
H A Dmachine_kexec_64.c107 * We rely on kexec_load to create a lists that properly copy_segments()
H A Dvector.S92 * switch code. Note that we could rely on vrsave value to eventually
H A Dsignal_64.c89 * Userland shall check AT_HWCAP to know whether it can rely on the setup_sigcontext()
180 * Userland shall check AT_HWCAP to know wether it can rely on the setup_tm_sigcontexts()
/linux-4.1.27/arch/m68k/coldfire/
H A Dintc-2.c105 * We don't really care so much what they are, we don't rely on the
/linux-4.1.27/arch/m68k/include/uapi/asm/
H A Dbootinfo.h89 * Note: we may rely on the following equalities:
/linux-4.1.27/arch/arm/mach-bcm/
H A Dbcm_kona_smc.c84 * for execution. We rely on the caller to handle this.
H A Dplatsmp-brcmstb.c62 * cannot use traditionl completion structures or spinlocks as they rely on
/linux-4.1.27/net/ipv4/
H A Dtcp_memcontrol.c13 * rely on the data already collected by the network tcp_init_cgroup()
/linux-4.1.27/kernel/
H A Dirq_work.c150 * to claim that work don't rely on us to handle their data irq_work_run_list()
H A Dpid_namespace.c254 * We rely on ignored SIGCHLD, an injected zombie must be autoreaped zap_pid_ns_processes()
H A Dptrace.c250 * in userland might rely on the old behavior, and this __ptrace_may_access()
491 * We rely on ptrace_freeze_traced(). It can't be killed and ptrace_detach()
/linux-4.1.27/kernel/locking/
H A Dpercpu-rwsem.c47 * If this helper fails the callers rely on the normal rw_semaphore and
/linux-4.1.27/drivers/net/ethernet/toshiba/
H A Dspider_net.h165 /* we rely on flagged descriptor interrupts */
337 /* We rely on flagged descriptor interrupts */
/linux-4.1.27/drivers/mmc/core/
H A Dmmc_ops.c305 * rely on callers to never use this with "native" calls for reading mmc_send_cxd_data()
542 * rely on waiting for the stated timeout to be sufficient. __mmc_switch()
690 * rely on callers to never use this with "native" calls for reading mmc_send_bus_test()
H A Dsdio_io.c681 * might rely upon during a system suspend. The host doesn't need
/linux-4.1.27/kernel/events/
H A Dring_buffer.c90 * Now check if we missed an update -- rely on previous implied perf_output_put_handle()
166 * We rely on the implied barrier() by local_cmpxchg() to ensure perf_output_begin()
518 * than one contiguous allocation, since they rely on PMI to do double rb_alloc_aux()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dpmac_feature.h44 * entirely rely on the model string.
322 * The part below is for use by macio_asic.c only, do not rely
H A Dspu_csa.h98 * Since we don't want to rely on having the spu-gcc
/linux-4.1.27/drivers/macintosh/
H A Dwindfarm_ad7417_sensor.c280 * We cannot rely on Apple device-tree giving us child wf_ad7417_probe()
/linux-4.1.27/drivers/mtd/maps/
H A Dgpio-addr-flash.c60 * type). We rely on the GPIO framework to treat non-zero value as high so
H A Dvmu-flash.c650 * so set interval to zero, but rely on maple bus vmu_connect()
/linux-4.1.27/drivers/media/v4l2-core/
H A Dv4l2-device.c122 We cannot rely on i2c_del_adapter to always v4l2_device_unregister()
/linux-4.1.27/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c177 * We rely here on the fact that MLX QPs don't use the forward_trap()
/linux-4.1.27/drivers/cpufreq/
H A Dp4-clockmod.c261 * we can rely on the capability checks cpufreq_p4_init()
/linux-4.1.27/arch/x86/math-emu/
H A Dfpu_emu.h138 #define SIXTEEN 1 /* We rely upon this being 1 (true) */
/linux-4.1.27/arch/x86/pci/
H A Damd_bus.c31 * Future processor will rely on information in ACPI.
H A Dacpi.c346 * but firmware hasn't used that bit consistently, so we can't rely on it.
/linux-4.1.27/drivers/gpu/drm/msm/
H A Dmsm_fbdev.c126 /* note: if fb creation failed, we can't rely on fb destroy msm_fbdev_create()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
H A Domap_fbdev.c156 /* note: if fb creation failed, we can't rely on fb destroy omap_fbdev_create()
/linux-4.1.27/drivers/char/tpm/
H A Dtpm_i2c_atmel.c179 * information seems to be read via TPM commands. Thus we rely on the i2c_atmel_probe()
/linux-4.1.27/drivers/acpi/
H A Dvideo_detect.c142 * and we can't rely on a later call to acpi_video_unregister().
/linux-4.1.27/fs/ocfs2/
H A Dinode.h109 * rely on ocfs2_delete_inode to sort things out under the proper
/linux-4.1.27/fs/xfs/
H A Dxfs_pnfs.c243 * Note that we rely on the caller to always send us a timestamp update so that
/linux-4.1.27/drivers/power/avs/
H A Drockchip-io-domain.c109 * don't know for certain the exact voltage). Right now we rely on the rockchip_iodomain_notify()
/linux-4.1.27/include/net/
H A Dip6_fib.h204 * We rely on dst being first structure in struct rt6_info ip6_rt_put()
H A Droute.h204 * We rely on dst being first structure in struct rtable ip_rt_put()
/linux-4.1.27/arch/powerpc/platforms/embedded6xx/
H A Dholly.c63 * rely on PIBS holly_remap_bridge()
/linux-4.1.27/arch/mips/pci/
H A Dpci-ip27.c188 * XXX This also means multiple devices might rely on conflicting bridge
/linux-4.1.27/arch/arm64/kernel/
H A Dtopology.c249 /* Uniprocessor systems can rely on default topology values */ store_cpu_topology()
/linux-4.1.27/arch/cris/arch-v10/kernel/
H A Dtime.c196 * Remember that linux/timex.h contains #defines that rely on the time_init()
H A Dsignal.c37 /* We rely on that pc points to the instruction after "break 13", so the
/linux-4.1.27/arch/ia64/include/asm/
H A Dtlb.h191 * Note: tlb->nr may be 0 at this point, so we can't rely on tlb->start_addr and tlb_finish_mmu()
/linux-4.1.27/arch/ia64/lib/
H A Dstrlen.S154 // This time we don't use speculation and rely on the normal exception
H A Dstrlen_user.S157 // This time we don't use speculation and rely on the normal exception
/linux-4.1.27/arch/arm/kernel/
H A Datags_compat.c34 * - when adding fields, don't rely on the address until
H A Dentry-header.S85 @ we cannot rely on r0-r3 and r12 matching the value saved in the
/linux-4.1.27/arch/arm/mach-integrator/
H A Dintegrator_cp.c155 * rely on reading it from the SIC. This also means that we must
/linux-4.1.27/arch/alpha/include/asm/
H A Dcore_marvel.h19 #define MARVEL_MAX_PIDS 32 /* as long as we rely on 43-bit superpage */
/linux-4.1.27/mm/
H A Dtruncate.c265 /* We rely upon deletion not changing page->index */ truncate_inode_pages_range()
351 /* We rely upon deletion not changing page->index */ truncate_inode_pages_range()
473 /* We rely upon deletion not changing page->index */ invalidate_mapping_pages()
579 /* We rely upon deletion not changing page->index */ invalidate_inode_pages2_range()
H A Dswap_state.c271 * unlocked and with its refcount incremented - we rely on the kernel
/linux-4.1.27/net/netfilter/
H A Dxt_TCPMSS.c136 * doing so results in problems for hosts that rely tcpmss_mangle_packet()
/linux-4.1.27/net/rds/
H A Dthreads.c68 * For receive callbacks, we rely on the underlying transport
/linux-4.1.27/net/sctp/
H A Dinqueue.c89 * Eventually, we should clean up inqueue to not rely sctp_inq_push()
/linux-4.1.27/include/asm-generic/bitops/
H A Datomic.h60 * make sure not to rely on its reordering guarantees.
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h517 /* Get supported power state returns info for encoder and monitor, rely on
520 /* Get power state returns info for encoder and monitor, rely on last
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_sdvo_regs.h522 /* Get supported power state returns info for encoder and monitor, rely on
525 /* Get power state returns info for encoder and monitor, rely on last
/linux-4.1.27/drivers/input/touchscreen/
H A Dtsc2007.c154 * NOTE: We can't rely on the pressure to determine the pen down tsc2007_is_pen_down()
/linux-4.1.27/drivers/hwmon/
H A Dlm77.c263 * register dedicated to identification, we have to rely on the lm77_detect()
H A Dlm92.c265 * Note that we do NOT rely on the 2 MSB of the configuration register
H A Dlm75.c367 * dedicated register so we have to rely on several tricks: lm75_detect()
/linux-4.1.27/drivers/net/usb/
H A Dcdc_subset.c217 * so we rely on the endpoint descriptors.
H A Dzaurus.c246 * rely on the Ethernet address it provides since not all vendors blan_mdlm_bind()
H A Drndis_host.c320 /* we can't rely on i/o from stack working, or stack allocation */ generic_rndis_bind()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
H A Dlustre_quota.h84 * does not rely any more on the MDT service threads and namespace. */
/linux-4.1.27/arch/tile/mm/
H A Dhighmem.c156 * We rely on the fact that set_pte() writes the kmap_atomic_fix_one_kpte()
/linux-4.1.27/drivers/gpu/drm/qxl/
H A Dqxl_kms.c243 * Note that virtual is surface0. We rely on the single ioremap done qxl_device_init()
/linux-4.1.27/drivers/clk/rockchip/
H A Dclk-pll.c275 /* when no rate setting for the current rate, rely on clk_set_rate */ rockchip_rk3066_pll_init()
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_loopback.c276 * rely on the hardware driver to clean up on disconnect or loopback_complete()
/linux-4.1.27/drivers/usb/mon/
H A Dmon_main.c170 * We do not change nreaders here, so rely on mon_lock. mon_stop()
/linux-4.1.27/drivers/usb/musb/
H A Dcppi_dma.c545 * written?) boiling down to not being able to rely on CPPI writing any
1409 /* REVISIT should rely on caller having done this, cppi_channel_abort()
1410 * and caller should rely on us not changing it. cppi_channel_abort()
1508 * rely on the controller restarting from state ram, with cppi_channel_abort()
/linux-4.1.27/fs/overlayfs/
H A Dcopy_up.c291 * directory we can rely on it and ancestors being stable.
/linux-4.1.27/fs/
H A Dpnode.c142 * We rely on that in get_source() to be able to find out if
/linux-4.1.27/drivers/pnp/pnpbios/
H A Dbioscalls.c92 * Also, don't rely on them to save everything correctly. call_pnp_bios()
/linux-4.1.27/include/uapi/rdma/
H A Dib_user_mad.h153 * 64-bit kernels had no consistent ABI to rely on, and 64-bit
/linux-4.1.27/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pci.c342 /* We don't rely on boot loader for PCI and resets all mpc52xx_pci_fixup_resources()
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Dopal-dump.c301 * and rely on userspace to ask us to try dump_attr_read()
/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Dras.c380 * asynchronously, so we can't rely on the target and type recover_mce()
/linux-4.1.27/arch/avr32/include/asm/
H A Dpgtable.h53 * MMU catch these kinds of errors than to rely on the memory bus.
/linux-4.1.27/arch/cris/arch-v10/drivers/
H A Daxisflashmap.c85 * MEM_CSE0_START but must rely on that FLASH_UNCACHED_ADDR is the start
/linux-4.1.27/arch/cris/arch-v32/mach-fs/
H A Darbiter.c223 * get any and will have to rely on getting memory access crisv32_arbiter_allocate_bandwidth()
/linux-4.1.27/arch/arm/mach-omap1/
H A Ddevices.c404 * rely on to handle wiring variations.
/linux-4.1.27/kernel/sched/
H A Dclock.c26 * at 0 on boot (but people really shouldn't rely on that).
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_mech_switch.c253 * rely on the order of the items in the returned array.
/linux-4.1.27/security/integrity/ima/
H A Dima_main.c329 return 0; /* We rely on module signature checking */ ima_module_check()
/linux-4.1.27/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c295 * driver does not implement the slave_caps API we rely having dmaengine_pcm_new()
/linux-4.1.27/fs/adfs/
H A Dinode.c239 * This does mean that we rely on an objects parent remaining the same at
/linux-4.1.27/drivers/iommu/
H A Dtegra-smmu.c699 * not to rely on global variables to track the IOMMU instance, we tegra_smmu_probe()
H A Damd_iommu_types.h563 * We can't rely on the BIOS to restore all values on reinit, so we
H A Damd_iommu_v2.c665 * Drop the reference to the mm_struct here. We rely on the amd_iommu_bind_pasid()
/linux-4.1.27/drivers/lguest/
H A Dcore.c188 /* copy_from_user should do this, but as we rely on it... */ __lgread()
/linux-4.1.27/drivers/ide/
H A Dicside.c208 * here, but we rely on the main IDE driver spotting that both
H A Dsis5513.c40 * into the SouthBrige. Here we cannot rely on looking up the NorthBridge PCI
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
H A Dvf.c91 * Since we cannot read the PHY and get accurate link info, we must rely upon
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c529 * it to simply rely a regular tx completion with discard status. ath10k_htt_tx()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
H A Dlov_pack.c177 * represents max index and we should rely on the actual number lov_packmd()
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_twsi.c381 * and cannot rely on the delay built in to the STOP qib_twsi_blk_rd()
/linux-4.1.27/arch/x86/mm/kmemcheck/
H A Dkmemcheck.c54 * Limit SMP to use a single CPU. We rely on the fact that this code kmemcheck_init()
/linux-4.1.27/arch/x86/boot/compressed/
H A Dhead_64.S314 * We cannot rely on the calculation done in 32-bit mode, since we
/linux-4.1.27/drivers/base/regmap/
H A Dregmap-irq.c76 * hardware. We rely on the use of the regmap core cache to regmap_irq_sync_unlock()
/linux-4.1.27/arch/mips/
H A DMakefile88 # crossformat linking we rely on the elf2ecoff tool for format conversion.
/linux-4.1.27/drivers/ata/
H A Dpata_icside.c158 * here, but we rely on the main IDE driver spotting that both
/linux-4.1.27/drivers/tty/hvc/
H A Dhvc_xen.c123 * necessary. We don't ever want to rely on the hvc daemon domU_write_console()
/linux-4.1.27/drivers/usb/host/
H A Dehci-pci.c342 /* These routines rely on the PCI bus glue
/linux-4.1.27/drivers/usb/wusbcore/
H A Dwa-hc.h175 * when we get the xfer result message. We can't really rely on the
/linux-4.1.27/drivers/media/common/saa7146/
H A Dsaa7146_i2c.c333 occurred. analog saa7146 based cards extensively rely on saa7146_i2c_transfer()
/linux-4.1.27/drivers/power/
H A Dds2760_battery.c373 * too inaccurate to rely on - spec say something ~15% failure. ds2760_battery_set_charged_work()
/linux-4.1.27/include/uapi/sound/
H A Dcompress_params.h374 * Encoders may rely on profiles for quality levels.
/linux-4.1.27/arch/cris/arch-v32/mach-a3/
H A Darbiter.c314 * get any and will have to rely on getting memory access crisv32_arbiter_allocate_bandwidth()
/linux-4.1.27/net/irda/
H A Ddiscovery.c54 * discovered is "new" or just the same old one. They can't rely there
/linux-4.1.27/lib/mpi/
H A Dmpih-mul.c61 * This is the most critical code of multiplication. All multiplies rely
/linux-4.1.27/sound/
H A Dsound_core.c632 * We rely upon the fact that we can't be unloaded while the soundcore_open()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Dtx.c350 * but we can rely on it being processed before the iwlagn_tx_skb()
1174 /* If this is an aggregation queue, we can rely on the iwlagn_rx_reply_tx()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Dutils.c532 /* Do not change this output - scripts rely on it */ iwl_mvm_dump_nic_error_log_old()
618 /* Do not change this output - scripts rely on it */ iwl_mvm_dump_nic_error_log()
/linux-4.1.27/drivers/infiniband/ulp/iser/
H A Diser_verbs.c904 * we *must* destroy the device as we cannot rely iser_cma_handler()
1094 * Since we cannot rely on wc opcode in FLUSH errors
/linux-4.1.27/drivers/tty/serial/
H A Dsn_console.c74 #define USE_DYNAMIC_MINOR 0 /* Don't rely on misc_register dynamic minor */
686 * calls kmalloc, which isn't set up yet), so we rely on a sn_sal_switch_to_asynch()
/linux-4.1.27/fs/lockd/
H A Dsvclock.c204 * should _not_ rely on the callback containing the same cookie as the
211 * GRANTED_RES message by cookie, without having to rely on the client's IP
/linux-4.1.27/arch/arm/mach-iop13xx/
H A Dpci.c477 * bus error instead of returning 0xffffffff. We can't rely on the ATU status
479 * error especially in the case when the ATUE link is down. Instead we rely
/linux-4.1.27/arch/alpha/kernel/
H A Dsetup.c1375 Unfortunately, we can't rely on that. determine_cpu_caches()
1415 Unfortunately, we can't rely on that. determine_cpu_caches()
/linux-4.1.27/drivers/md/bcache/
H A Dalloc.c529 * Both of those tasks will be doing fairly random IO so we can't rely on
/linux-4.1.27/drivers/infiniband/core/
H A Dumem_odp.c653 * the lock. We rely on the umem_mutex instead ib_umem_odp_unmap_dma_pages()
/linux-4.1.27/drivers/net/ethernet/amd/
H A Dariadne.c665 * but rely on upper-layer filtering set_multicast_list()
/linux-4.1.27/drivers/net/ethernet/cirrus/
H A Dmac89x0.c573 rely on higher-level filtering for now. */ set_multicast_list()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dhif.c520 * determine that we are in a low-throughput mode, we can rely on proc_pending_irqs()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dselftest.c564 /* Wait for link up. On Falcon, we would prefer to rely on efx_monitor, but

Completed in 6197 milliseconds

123