/linux-4.4.14/include/linux/ |
H A D | crc32c.h | 8 /* This macro exists for backwards-compatibility. */
|
H A D | highuid.h | 10 * support backwards compatibility for old system calls.
|
H A D | list.h | 412 * list_for_each_prev - iterate over a list backwards 430 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry 452 * list_for_each_entry_reverse - iterate backwards over list of given type. 488 * list_for_each_entry_continue_reverse - iterate backwards from the given point 493 * Start to iterate over list of given type backwards, continuing after 558 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal 564 * Iterate backwards over list of given type, safe against removal
|
H A D | fsl-diu-fb.h | 61 * right size, but we still need to provide backwards compatibility, at least
|
H A D | mISDNif.h | 30 * - changed if any interface become backwards incompatible 33 * - changed if any interface is extended but backwards compatible
|
H A D | init.h | 175 * For backwards compatibility, initcall() puts the call in
|
/linux-4.4.14/include/uapi/linux/ |
H A D | selinux_netlink.h | 26 /* Multicast groups - backwards compatiblility for userspace */
|
H A D | shm.h | 25 /* Obsolete, used only for backwards compatibility and libc5 compiles */ 61 /* Obsolete, used only for backwards compatibility */
|
H A D | if_addr.h | 63 /* backwards compatibility for userspace */
|
H A D | ipc.h | 8 /* Obsolete, used only for backwards compatibility and libc5 compiles */
|
H A D | netfilter_decnet.h | 63 /* backwards compatibility for userspace */
|
H A D | msg.h | 15 /* Obsolete, used only for backwards compatibility and libc5 compiles */
|
H A D | sem.h | 22 /* Obsolete, used only for backwards compatibility and libc5 compiles */
|
H A D | virtio_balloon.h | 65 * We maintain this statistics structure format for backwards compatibility,
|
H A D | uhid.h | 115 * new code. We support them for backwards-compatibility, but you might not get
|
H A D | dm-ioctl.h | 106 * minor - only backwards compatible, 107 * patch - both backwards and forwards compatible.
|
H A D | virtio_ring.h | 139 * versa. They are at the end for backwards compatibility. */
|
H A D | xfrm.h | 497 /* backwards compatibility for userspace */
|
H A D | capability.h | 22 kernel might be somewhat backwards compatible, but don't bet on
|
H A D | gfs2_ondisk.h | 133 __u8 sb_uuid[16]; /* The UUID, maybe 0 for backwards compat */
|
H A D | if_link.h | 158 /* backwards compatibility for userspace */
|
H A D | rtnetlink.h | 571 /* RTnetlink multicast groups - backwards compatibility for userspace */
|
H A D | dm-log-userspace.h | 400 * feature on, so it is backwards compatible with older
|
/linux-4.4.14/arch/cris/kernel/ |
H A D | sys_cris.c | 7 * Since we don't have to do any backwards compatibility, our
|
/linux-4.4.14/arch/ia64/include/uapi/asm/ |
H A D | signal.h | 48 /* signal 31 is no longer "unused", but the SIGUNUSED macro remains for backwards compatibility */ 94 * in wrong. ;-( To preserve backwards compatibility, we leave the kernel at the
|
H A D | unistd.h | 163 /* 1171 is reserved for backwards compatibility with old __NR_getpagesize */
|
/linux-4.4.14/arch/tile/lib/ |
H A D | memmove.c | 36 /* copy backwards */ memmove()
|
H A D | cacheflush.c | 101 * controllers. So as we walk backwards, we have to touch finv_buffer_remote()
|
/linux-4.4.14/arch/um/include/asm/ |
H A D | fixmap.h | 15 * from the end of virtual memory (0xfffff000) backwards.
|
/linux-4.4.14/arch/alpha/lib/ |
H A D | memmove.S | 7 * memcpy whenever possible; the backwards copy loops are not unrolled.
|
H A D | ev6-memcpy.S | 246 /* For backwards module compatibility. */
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | fixmap.h | 32 * from the end of virtual memory (0xfffff000) backwards.
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
H A D | opal-prd.h | 32 * Future interface versions are backwards-compatible; if a later kernel
|
H A D | sigcontext.h | 79 * backwards compatility to store VSR 0-31 doubleword 1 after the VMX
|
/linux-4.4.14/arch/metag/include/asm/ |
H A D | fixmap.h | 27 * from the end of the consistent memory region backwards.
|
/linux-4.4.14/arch/microblaze/include/asm/ |
H A D | fixmap.h | 36 * from the end of virtual memory (0xfffff000) backwards.
|
/linux-4.4.14/tools/perf/tests/ |
H A D | vmlinux-kallsyms.c | 113 bool backwards = true; test__vmlinux_matches_kallsyms() local 156 nnd = backwards ? rb_prev(&pair->rb_node) : test__vmlinux_matches_kallsyms() 167 if (backwards) { test__vmlinux_matches_kallsyms() 168 backwards = false; test__vmlinux_matches_kallsyms()
|
H A D | perf-record.c | 182 pr_debug("%s going backwards in time, prev=%" PRIu64 ", curr=%" PRIu64 "\n", test__PERF_RECORD()
|
H A D | code-reading.c | 105 pr_debug("addr going backwards, read beyond section?\n"); read_objdump_output()
|
/linux-4.4.14/drivers/scsi/ |
H A D | osst_options.h | 25 that can't space backwards over records. NOTE: The tape will be 26 spaced backwards over an "accidentally" crossed filemark in any case. */
|
H A D | st_options.h | 26 that can't space backwards over records. NOTE: The tape will be 27 spaced backwards over an "accidentally" crossed filemark in any case. */
|
H A D | ultrastor.c | 1083 This seems backwards, but I'll do it anyway. --jfc */
|
/linux-4.4.14/drivers/video/fbdev/core/ |
H A D | fb_cmdline.c | 33 * NOTE: Needed to maintain backwards compatibility
|
/linux-4.4.14/arch/tile/include/asm/ |
H A D | fixmap.h | 33 * from the end of supervisor virtual memory backwards.
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | sysfb.c | 25 * backwards compatibility.
|
H A D | pvclock.c | 102 * We just need to make sure we are not seeing a backwards event. pvclock_clocksource_read()
|
H A D | tsc_sync.c | 83 * we saw a time-warp of the TSC going backwards: check_tsc_warp()
|
H A D | process.c | 413 * with interrupts enabled and no flags, which is backwards compatible with the
|
/linux-4.4.14/samples/seccomp/ |
H A D | bpf-helper.c | 27 * Walk it once, backwards, to build the label table and do fixups. bpf_resolve_jumps()
|
/linux-4.4.14/include/drm/ |
H A D | drm_mm.h | 200 * going backwards. 210 #define __drm_mm_for_each_hole(entry, mm, hole_start, hole_end, backwards) \ 211 for (entry = list_entry((backwards) ? (mm)->hole_stack.prev : (mm)->hole_stack.next, struct drm_mm_node, hole_stack); \ 216 entry = list_entry((backwards) ? entry->hole_stack.prev : entry->hole_stack.next, struct drm_mm_node, hole_stack))
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
H A D | nfnetlink_conntrack.h | 36 #define CTA_NAT CTA_NAT_SRC /* backwards compatibility */
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | fixmap.h | 28 * from the end of virtual memory (0xfffff000) backwards.
|
H A D | cpu.h | 13 register 15, select 0) is defined in this (backwards compatible) way:
|
/linux-4.4.14/arch/score/include/asm/ |
H A D | fixmap.h | 23 * from the end of virtual memory (0xfffff000) backwards.
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | mkregtable.c | 376 * list_for_each_prev - iterate over a list backwards 395 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry 417 * list_for_each_entry_reverse - iterate backwards over list of given type. 453 * list_for_each_entry_continue_reverse - iterate backwards from the given point 458 * Start to iterate over list of given type backwards, continuing after 529 * Iterate backwards over list of given type, safe against removal
|
H A D | r500_reg.h | 401 /* The R7xx *_HIGH surface regs are backwards; the D1 regs are in the D2
|
H A D | radeon_pm.c | 1538 /* XXX: these are noops for dpm but are here for backwards compat */ radeon_pm_late_init() 1613 /* XXX backwards compat */ radeon_pm_fini_dpm()
|
/linux-4.4.14/scripts/ |
H A D | patch-kernel | 96 backwards () { function 228 # Don't allow backwards/reverse patching. 230 backwards
|
H A D | unifdef.c | 249 * For strict backwards-compatibility the U or D main() 270 case 'l': /* backwards compatibility */ main()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
H A D | lnetctl.h | 55 int jt_ptl_add_uuid_old(int argc, char **argv); /* backwards compatibility */
|
/linux-4.4.14/drivers/soc/tegra/fuse/ |
H A D | tegra-apbmisc.c | 127 * This is for backwards-compatibility with old device trees tegra_init_apbmisc()
|
H A D | fuse-tegra.c | 228 * This is for backwards-compatibility with old device trees tegra_init_fuse()
|
/linux-4.4.14/drivers/media/rc/keymaps/ |
H A D | rc-dib0700-nec.c | 89 { 0x4518, KEY_LEFT }, /* Skip backwards */
|
H A D | rc-dib0700-rc5.c | 132 { 0x1e24, KEY_LAST }, /* Skip backwards */
|
/linux-4.4.14/arch/c6x/lib/ |
H A D | remu.S | 73 ;; loop backwards branch happens here
|
H A D | divremu.S | 75 ;; loop backwards branch happens here
|
H A D | divu.S | 87 ;; loop backwards branch happens here
|
/linux-4.4.14/lib/zlib_inflate/ |
H A D | inftrees.c | 69 increases. For the deflate format, these bits are stored backwards zlib_inflate_table() 72 are incremented backwards. zlib_inflate_table() 227 /* backwards increment the len-bit code huff */ zlib_inflate_table() 299 /* backwards increment the len-bit code huff */ zlib_inflate_table()
|
/linux-4.4.14/arch/sh/include/asm/ |
H A D | fixmap.h | 28 * from the end of P3 backwards.
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
H A D | ptrace_v10.h | 61 /* pushed by movem r13, [sp] in SAVE_ALL, movem pushes backwards */
|
/linux-4.4.14/arch/hexagon/include/asm/ |
H A D | mem-layout.h | 81 * Create the space between VMALLOC_START and FIXADDR_TOP backwards
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
H A D | gp8psk-fe.c | 132 /* backwards compatibility: DVB-S + 8-PSK were used for Turbo-FEC */ gp8psk_fe_set_frontend() 145 case SYS_DVBS2: /* kept for backwards compatibility */ gp8psk_fe_set_frontend()
|
H A D | nova-t-usb2.c | 57 { 0x1e24, KEY_LAST }, /* Skip backwards */
|
/linux-4.4.14/kernel/ |
H A D | latencytop.c | 169 * Negative latencies (caused by time going backwards) are also explicitly 183 /* Negative sleeps are time going backwards */ __account_scheduler_latency()
|
/linux-4.4.14/include/uapi/drm/ |
H A D | msm_drm.h | 25 * subject to backwards-compatibility constraints: 32 * value should have a backwards compatible meaning. And for
|
H A D | omap_drm.h | 26 * subject to backwards-compatibility constraints.
|
H A D | qxl_drm.h | 31 * subject to backwards-compatibility constraints.
|
H A D | virtgpu_drm.h | 31 * subject to backwards-compatibility constraints.
|
H A D | drm_mode.h | 313 * simply because of a historical reason, i.e. backwards compat. */
|
H A D | radeon_drm.h | 232 * The wait interface is backwards compat new 465 * KW: actually it's illegal to change any of this (backwards compatibility).
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | syscalls_64.S | 243 /* Broken-out socket family (maintain backwards compatibility in syscall 262 /* Broken-out IPC family (maintain backwards compatibility in syscall
|
/linux-4.4.14/arch/arm64/lib/ |
H A D | memcmp.S | 172 add src1, src1, tmp3 /*backwards src1 to alignment boundary*/ 192 * Divide the eight bytes into two parts. First,backwards the src2
|
H A D | strcmp.S | 160 * Divide the eight bytes into two parts. First,backwards the src2
|
H A D | strncmp.S | 214 * Divide the eight bytes into two parts. First,backwards the src2
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
H A D | vbusdeviceinfo.h | 118 /* form a backwards decimal ascii string in <s> */ vbuschannel_itoa()
|
/linux-4.4.14/drivers/hid/ |
H A D | hid-lg3ff.c | 88 * Sign backwards from other Force3d pro hid_lg3ff_play()
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | fixmap.h | 55 * from the end of virtual memory (0xfffff000) backwards.
|
/linux-4.4.14/arch/microblaze/lib/ |
H A D | memmove.c | 47 /* copy backwards, from end to beginning */ memmove()
|
/linux-4.4.14/include/linux/mfd/ |
H A D | tmio.h | 76 * cd_gpio < 0 to disable GPIO hotplug would break backwards compatibility.
|
/linux-4.4.14/kernel/sched/ |
H A D | clock.c | 22 * # go backwards !! # 368 * # go backwards !! #
|
H A D | cputime.c | 617 * Make sure stime doesn't go backwards; this preserves monotonicity cputime_adjust() 630 * Make sure utime doesn't go backwards; this still preserves cputime_adjust()
|
/linux-4.4.14/arch/arm/probes/kprobes/ |
H A D | test-core.h | 96 * Or for branches, TEST_BRANCH_B and TEST_BRANCH_F (branch forwards/backwards). 210 * and TEST_BB_* for branching forwards and backwards.
|
H A D | test-core.c | 73 * backwards branches... 86 * (branch backwards). In these, the local variables numbered 1, 50, 2 and
|
/linux-4.4.14/arch/arm/nwfpe/ |
H A D | fpopcode.h | 124 Note: POW, RPW, POL are deprecated, and are available for backwards 151 available for backwards compatibility only.
|
/linux-4.4.14/drivers/thunderbolt/ |
H A D | path.c | 110 * Activate a path starting with the last hop and iterating backwards. The
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
H A D | vmci_queue_pair.h | 59 * For backwards compatibility, here is a version of the
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga3d_devcaps.h | 46 * us make new guest drivers which are backwards-compatible with old
|
H A D | svga_reg.h | 1424 * only supported for backwards compatibility reasons. 1617 * For backwards compatibility, when the GFB mode registers (WIDTH,
|
/linux-4.4.14/drivers/pci/host/ |
H A D | pci-versatile.c | 203 * real hardware behaviour and it need not be backwards versatile_pci_probe()
|
/linux-4.4.14/drivers/clocksource/ |
H A D | time-armada-370-xp.c | 358 * devicetree backwards compatibility. armada_375_timer_init()
|
/linux-4.4.14/drivers/gpu/drm/i810/ |
H A D | i810_drv.h | 51 * 1.2.1 - Disable copying code (leave stub ioctls for backwards compatibility)
|
/linux-4.4.14/drivers/gpu/drm/msm/adreno/ |
H A D | adreno_device.c | 284 /* for backwards compat w/ downstream kgsl DT files: */
|
/linux-4.4.14/fs/ceph/ |
H A D | cache.c | 367 /* Update the new valid generation (backwards sanity check too) */ ceph_revalidate_work()
|
/linux-4.4.14/include/xen/interface/ |
H A D | elfnote.h | 75 * This is used to maintain backwards compatibility with older kernels
|
H A D | grant_table.h | 101 * for backwards compatibility. New guests should use version 2.
|
/linux-4.4.14/fs/ |
H A D | utimes.c | 18 * Is this for backwards compatibility? If so, why not move it
|
/linux-4.4.14/include/net/ |
H A D | nl802154.h | 146 /* for backwards compatibility TODO */
|
/linux-4.4.14/include/net/sctp/ |
H A D | command.h | 216 /* cmds[] is filled backwards to simplify the overflow BUG() check */ sctp_init_cmd_seq()
|
/linux-4.4.14/include/uapi/linux/netfilter_bridge/ |
H A D | ebtables.h | 28 * reclaim a part of this int for backwards compatible extensions.
|
/linux-4.4.14/arch/metag/lib/ |
H A D | memmove.S | 22 ! should copy backwards
|
/linux-4.4.14/arch/arm64/crypto/ |
H A D | crc32-arm64.c | 9 * Using inline assembly instead of intrinsics in order to be backwards
|
/linux-4.4.14/arch/arm/mach-pxa/ |
H A D | cm-x2xx.c | 189 keep these for backwards compatibility, although symbolic names (as cmx2xx_init_leds()
|
/linux-4.4.14/arch/arm/mach-versatile/ |
H A D | pci.c | 305 * real hardware behaviour and it need not be backwards pci_versatile_setup()
|
/linux-4.4.14/sound/oss/ |
H A D | ad1848_mixer.h | 85 * Most of the mixer entries work in backwards. Setting the polarity field
|
/linux-4.4.14/drivers/net/ppp/ |
H A D | ppp_deflate.c | 132 * @hdrlen: ignored (present for backwards compatibility) 346 * @hdrlen: ignored (present for backwards compatibility)
|
/linux-4.4.14/kernel/time/ |
H A D | clockevents.c | 49 * Upper bound sanity check. If the backwards conversion is cev_delta2ns() 59 * prevent integer rounding loss. So the backwards conversion cev_delta2ns()
|
H A D | time.c | 59 * sys_gettimeofday(). Is this for backwards compatibility? If so, 77 * sys_settimeofday(). Is this for backwards compatibility? If so,
|
/linux-4.4.14/drivers/usb/host/whci/ |
H A D | asl.c | 211 * Transerve the software list backwards so new qsets can be scan_async_work()
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
H A D | 7990.h | 172 * but they are in NetBSD's am7990.h, presumably for backwards-compatible chips
|
/linux-4.4.14/drivers/block/aoe/ |
H A D | aoedev.c | 67 /* for backwards compatibility when !aoe_dyndevs, minor_get_static()
|
/linux-4.4.14/fs/jffs2/ |
H A D | compr.c | 177 /* Skip decompress-only backwards-compatibility and disabled modules */ jffs2_compress()
|
/linux-4.4.14/net/sunrpc/xprtrdma/ |
H A D | backchannel.c | 198 * rpcrdma_bc_marshal_reply - Send backwards direction reply
|
/linux-4.4.14/include/uapi/mtd/ |
H A D | mtd-abi.h | 227 * ECCGETLAYOUT for backwards compatbility and should not be mistaken as a
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_dquot_item.c | 387 * If we roll forwards or backwards, then we need two separate routines,
|
/linux-4.4.14/arch/blackfin/kernel/ |
H A D | ptrace.c | 350 #ifdef CONFIG_BINFMT_ELF_FDPIC /* backwards compat */ arch_ptrace()
|
H A D | bfin_dma.c | 505 * copy run backwards instead. _dma_memcpy()
|
/linux-4.4.14/sound/firewire/digi00x/ |
H A D | amdtp-dot.c | 77 * this is walked backwards according to len[] dot_scrt()
|
/linux-4.4.14/tools/perf/util/ |
H A D | evsel.h | 74 * @is_pos: the position (counting backwards) of the event id (PERF_SAMPLE_ID or
|
/linux-4.4.14/drivers/md/bcache/ |
H A D | bset.c | 37 printk(KERN_ERR "Key skipped backwards\n"); bch_dump_bset() 117 panic("Key skipped backwards\n"); bch_btree_iter_next_check() 500 * of the previous key so we can walk backwards to it from t->tree[j]'s key.
|
/linux-4.4.14/tools/perf/bench/ |
H A D | numa.c | 173 OPT_BOOLEAN('B', "data_backwards", &p0.data_backwards, "access the data backwards as well"), 707 * loop and a backwards going loop. 779 /* Process data backwards: */ do_work()
|
/linux-4.4.14/fs/gfs2/ |
H A D | super.c | 171 /* Retained for backwards compat only */ gfs2_mount_args() 177 /* Retained for backwards compat only */ gfs2_mount_args() 190 /* Retained for backwards compat only */ gfs2_mount_args()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
H A D | debug.c | 424 /* Allow a number for backwards compatibility */ libcfs_debug_str2mask()
|
/linux-4.4.14/drivers/rtc/ |
H A D | rtc-at91sam9.c | 168 /* time jumped backwards, increase time until alarm */ at91_rtc_settime()
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | vfb.c | 477 /* Test disable for backwards compatibility */ vfb_setup()
|
/linux-4.4.14/drivers/lguest/ |
H A D | core.c | 351 /* Cleaning up is just the same code, backwards. With a little French. */ fini()
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
H A D | udl_modeset.c | 114 * provided value into the lfsr16 value by counting backwards to get
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
H A D | ivtv-vbi.c | 394 /* Dirty hack needed for backwards ivtv_process_vbi_data()
|
/linux-4.4.14/drivers/iommu/ |
H A D | iova.c | 110 /* Walk the tree backwards */ __alloc_and_insert_iova_range()
|
/linux-4.4.14/drivers/message/fusion/ |
H A D | mptctl.h | 400 /* replace ulongs with uints, need to preserve backwards
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
H A D | bmi.c | 87 * We need to do some backwards compatibility to make this work. ath6kl_bmi_get_target_info()
|
/linux-4.4.14/drivers/base/ |
H A D | class.c | 556 * backwards compatibility as possible. class_compat_create_link()
|
/linux-4.4.14/arch/x86/boot/compressed/ |
H A D | misc.c | 295 * So we work backwards from the end of the decompressed image. handle_relocations()
|
/linux-4.4.14/fs/lockd/ |
H A D | clntxdr.c | 5 * NLM version 3 is backwards compatible with NLM versions 1 and 2.
|
/linux-4.4.14/lib/ |
H A D | nlattr.c | 177 * exceeding maxtype will be silently ignored for backwards compatibility
|
H A D | inflate.c | 22 codes the length of the matched string and its distance backwards from 538 /* backwards increment the k-bit code i */ huft_build()
|
/linux-4.4.14/lib/zlib_deflate/ |
H A D | defutil.h | 126 * negative when the window is moved backwards.
|
/linux-4.4.14/net/dccp/ |
H A D | ackvec.c | 314 * backwards (towards higher indices), to its next-oldest neighbour. dccp_ackvec_clear_state()
|
/linux-4.4.14/net/sched/ |
H A D | cls_tcindex.c | 331 * the check below is safer (and also more backwards-compatible). tcindex_set_parms()
|
H A D | sch_choke.c | 107 /* Move tail pointer backwards to reuse holes */ choke_zap_tail_holes()
|
H A D | sch_tbf.c | 96 With classful TBF, limit is just kept for backwards compatibility.
|
/linux-4.4.14/kernel/locking/ |
H A D | lockdep.c | 1322 * Forwards and backwards subgraph searching, for the purposes of 1358 * Find a node in the backwards-direction dependency sub-graph starting 1646 * the backwards-subgraph starting at <prev>, and the check_irq_usage() 1658 * the backwards-subgraph starting at <prev>, and the check_irq_usage() 1809 * (in the full backwards-subgraph starting at <prev>) with any 1814 * (in the full backwards-subgraph starting at <prev>) with any 1820 * Then if all the validations pass, we add the forwards and backwards 2378 * Prove that in the backwards-direction subgraph starting at <this> 2468 * mark ENABLED has to look backwards -- to ensure no dependee mark_lock_irq()
|
H A D | lockdep_proc.c | 204 seq_printf(m, " find-mask backwards checks: %11llu\n", lockdep_stats_debug_show()
|
/linux-4.4.14/include/uapi/linux/raid/ |
H A D | md_p.h | 308 * backwards anyway.
|
/linux-4.4.14/arch/powerpc/platforms/512x/ |
H A D | mpc512x_shared.c | 88 /* backwards compat with device trees that lack clock specs */ mpc512x_set_pixel_clock()
|
H A D | clock-commonclk.c | 415 * IPS bus clock (supported for backwards compatibility, such that 1150 * absence of up-to-date device tree data -- backwards
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
H A D | cvmx-bootmem.h | 95 * positions for backwards compatibility.
|
/linux-4.4.14/arch/mips/sibyte/common/ |
H A D | sb_tbprof.c | 214 /* Loop runs backwards because bundles are read out in reverse order */ sbprof_tb_intr()
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | gate.S | 103 .unwabi @svr4, 's'; /* backwards compatibility with old unwinders (remove in v2.7) */ \
|
H A D | ptrace.c | 1185 /* for backwards-compatibility */ arch_ptrace() 1189 /* for backwards-compatibility */ arch_ptrace()
|
/linux-4.4.14/drivers/watchdog/ |
H A D | orion_wdt.c | 381 * one memory resource, so in order to keep DT backwards compatibility
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
H A D | tx.c | 462 /* Work backwards until we hit the original insert pointer value */ efx_enqueue_skb() 1002 /* Work backwards until we hit the original insert pointer value */ efx_enqueue_unwind()
|
/linux-4.4.14/virt/kvm/arm/ |
H A D | vgic-v3-emul.c | 6 * supports both hardware with or without the optional GICv2 backwards 14 * - We do not support the (optional) backwards compatibility feature.
|
/linux-4.4.14/drivers/soc/tegra/ |
H A D | pmc.c | 1093 * This is for backwards-compatibility with old device trees tegra_pmc_early_init()
|
/linux-4.4.14/drivers/md/ |
H A D | dm-snap-persistent.c | 794 * working backwards. persistent_prepare_merge()
|
H A D | md.c | 2887 /* decreasing the offset is inconsistent with a backwards new_offset_store() 2895 * 'backwards' first. new_offset_store() 4762 mddev->reshape_backwards ? "backwards" : "forwards"); reshape_direction_show() 4768 int backwards = 0; reshape_direction_store() local 4772 backwards = 0; reshape_direction_store() 4773 else if (cmd_match(buf, "backwards")) reshape_direction_store() 4774 backwards = 1; reshape_direction_store() 4777 if (mddev->reshape_backwards == backwards) reshape_direction_store() 4790 mddev->reshape_backwards = backwards; reshape_direction_store()
|
/linux-4.4.14/drivers/mtd/devices/ |
H A D | mtd_dataflash.c | 711 * losing backwards compatibility for cmdlinepart.
|
/linux-4.4.14/drivers/net/bonding/ |
H A D | bond_sysfs.c | 786 * This is done to preserve backwards compatibility for bond_create_sysfs()
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
H A D | mac8390.c | 524 /* Cabletron's TX/RX buffers are backwards */ mac8390_initdev()
|
/linux-4.4.14/drivers/media/pci/ngene/ |
H A D | ngene.h | 338 backwards */
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
H A D | saa7164-dvb.c | 202 * the part through AVStream / KS Windows stages, forwards or backwards.
|
H A D | saa7164-vbi.c | 288 * the part through AVStream / KS Windows stages, forwards or backwards.
|
/linux-4.4.14/drivers/media/usb/gspca/gl860/ |
H A D | gl860.c | 482 /* C8/40 means upside-down (looking backwards) */ sd_callback()
|
/linux-4.4.14/drivers/misc/cxl/ |
H A D | cxl.h | 35 * backwards compatible ot not.
|
/linux-4.4.14/drivers/misc/eeprom/ |
H A D | at24.c | 321 /* Never roll over backwards, to the start of this page */ at24_eeprom_write()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
H A D | iwl-nvm-parse.c | 316 * is not used in mvm, and is used for backwards compatibility iwl_init_channel_map()
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_console.c | 85 ** positions for backwards compatibility.
|
/linux-4.4.14/arch/xtensa/lib/ |
H A D | memcopy.S | 323 * Otherwise do memcpy backwards.
|
/linux-4.4.14/block/ |
H A D | elevator.c | 126 * Be backwards-compatible with previous kernels, so users elevator_setup()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
H A D | head.S | 298 ;; We need to copy it backwards, since they can be overlapping
|
/linux-4.4.14/fs/nfsd/ |
H A D | nfs4idmap.c | 612 * backwards compatibility with clients sending names: do_name_to_id()
|
/linux-4.4.14/net/core/ |
H A D | net_namespace.c | 295 /* Walk through the list backwards calling the exit functions setup_net()
|
/linux-4.4.14/net/sunrpc/ |
H A D | svcauth_unix.c | 813 * backwards compatibility with clients that use -1 id's. svcauth_unix_accept()
|
/linux-4.4.14/security/apparmor/ |
H A D | policy_unpack.c | 38 * backwards compatibility.
|
/linux-4.4.14/security/integrity/ima/ |
H A D | ima_policy.c | 570 /* PATH_CHECK is for backwards compat */ ima_parse_rule()
|
/linux-4.4.14/fs/pstore/ |
H A D | ram.c | 629 * For backwards compatibility ramoops.ecc=1 means 16 bytes ECC ramoops_register_dummy()
|
/linux-4.4.14/arch/powerpc/lib/ |
H A D | rheap.c | 219 /* Grow the after block backwards */ attach_free_block()
|
/linux-4.4.14/arch/m68k/math-emu/ |
H A D | fp_arith.c | 607 Again, the argument order is backwards. The result, as defined in
|
/linux-4.4.14/arch/mips/alchemy/common/ |
H A D | clock.c | 125 * over backwards trying to determine the frequency. alchemy_clk_cpu_recalc()
|
/linux-4.4.14/net/netfilter/ |
H A D | xt_recent.c | 62 /* retained for backwards compatibility */
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | 840 * the reported position from jumping backwards when the pixel i915_get_crtc_scanoutpos() 2791 int i, backwards; semaphore_waits_for() local 2819 * so scan backwards until we find the MBOX. But limit it to just 3 semaphore_waits_for() 2826 backwards = (INTEL_INFO(ring->dev)->gen >= 8) ? 5 : 4; semaphore_waits_for() 2828 for (i = backwards; i; --i) { semaphore_waits_for()
|
/linux-4.4.14/arch/blackfin/mach-bf538/include/mach/ |
H A D | defBF538.h | 395 /* the following are for backwards compatibility */ 711 /* the following are for backwards compatibility */ 822 /* the following is for backwards compatibility */ 1262 /* the following are for backwards compatibility */ 1291 /* the following are for backwards compatibility */
|
/linux-4.4.14/drivers/base/power/ |
H A D | domain.c | 1751 * backwards compatibility with existing DTBs. 1779 * (for backwards compatibility of DT ABI) genpd_dev_pm_attach()
|
/linux-4.4.14/fs/btrfs/ |
H A D | backref.c | 226 * would touch a lot of places, cause backwards incompatibility __add_prelim_ref() 1387 * "size" bytes in "dest". the dest buffer will be filled backwards. finally,
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.c | 220 * Allow for timestamps appearing to backwards because a TSC intel_pt_decoder_new() 1190 intel_pt_log_to("Suppressing backwards timestamp", intel_pt_calc_tsc_timestamp()
|
/linux-4.4.14/drivers/staging/media/lirc/ |
H A D | lirc_serial.c | 609 pr_warn("AIEEEE: your clock just jumped backwards\n"); lirc_irq_handler()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | jr3_pci.h | 501 * are numbered backwards. (I.E. command_word2 comes before
|
/linux-4.4.14/drivers/leds/ |
H A D | leds-tca6507.c | 408 * backwards so we check MASTER bank first to avoid led_prepare()
|
/linux-4.4.14/drivers/lguest/x86/ |
H A D | core.c | 676 * backwards might be good for benchmarks, but it's bad for users. lguest_arch_init_hypercalls()
|
/linux-4.4.14/drivers/net/can/c_can/ |
H A D | c_can.c | 734 * Find the first set bit after the gap. We walk backwards c_can_adjust_pending()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
H A D | cq.c | 954 * Now sweep backwards through the CQ, removing CQ entries __mlx4_ib_cq_clean()
|