/linux-4.4.14/fs/fscache/ |
D | page.c | 28 val = radix_tree_lookup(&cookie->stores, page->index); in __fscache_check_page_write() 74 val = radix_tree_lookup(&cookie->stores, page->index); in __fscache_maybe_release_page() 84 if (radix_tree_tag_get(&cookie->stores, page->index, in __fscache_maybe_release_page() 95 if (radix_tree_tag_get(&cookie->stores, page->index, in __fscache_maybe_release_page() 103 xpage = radix_tree_delete(&cookie->stores, page->index); in __fscache_maybe_release_page() 155 radix_tree_tag_clear(&cookie->stores, page->index, in fscache_end_page_write() 157 if (!radix_tree_tag_get(&cookie->stores, page->index, in fscache_end_page_write() 160 xpage = radix_tree_delete(&cookie->stores, page->index); in fscache_end_page_write() 813 n = radix_tree_gang_lookup_tag(&cookie->stores, results, 0, 1, in fscache_write_op() 824 radix_tree_tag_set(&cookie->stores, page->index, in fscache_write_op() [all …]
|
D | cookie.c | 114 INIT_RADIX_TREE(&cookie->stores, GFP_NOFS & ~__GFP_DIRECT_RECLAIM); in __fscache_acquire_cookie() 606 BUG_ON(cookie->stores.rnode); in __fscache_relinquish_cookie()
|
D | object.c | 948 ASSERT(object->cookie->stores.rnode == NULL); in _fscache_invalidate_object()
|
/linux-4.4.14/fs/romfs/ |
D | Kconfig | 19 # Select the backing stores to be supported 22 prompt "RomFS backing stores" 26 Select the backing stores to be supported.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-mem.txt | 20 and stores are sampled. Use the -t option to limit to loads or stores.
|
D | perf-report.txt | 319 special event -e cpu/mem-loads/ or -e cpu/mem-stores/. See
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | 88pm860x.txt | 13 - marvell,88pm860x-slave-addr: 88pm860x are two chips solution. <reg> stores the I2C address 14 of one chip, and this property stores the I2C address of
|
/linux-4.4.14/arch/mips/include/asm/ |
D | fpu_emulator.h | 38 unsigned long stores; member
|
D | mips-r2-to-r6-emul.h | 23 u64 stores; member
|
/linux-4.4.14/arch/mips/math-emu/ |
D | me-debugfs.c | 55 FPU_STAT_CREATE(stores); in debugfs_fpuemu()
|
D | cp1emu.c | 1072 MIPS_FPU_EMU_INC_STATS(stores); in cop1Emulate() 1106 MIPS_FPU_EMU_INC_STATS(stores); in cop1Emulate() 1495 MIPS_FPU_EMU_INC_STATS(stores); in fpux_emu() 1592 MIPS_FPU_EMU_INC_STATS(stores); in fpux_emu()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | dtlb_prot.S | 19 membar #Sync ! Synchronize stores
|
/linux-4.4.14/Documentation/leds/ |
D | ledtrig-transient.txt | 121 echo n > duration - stores timer value to be used upon next 124 echo 0 > duration - stores timer value to be used upon next 127 echo 1 > state - stores desired transient state LED_FULL to be 129 echo 0 > state - stores desired transient state LED_OFF to be
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-extcon | 35 The /sys/class/extcon/.../state shows and stores the cable 76 The /sys/class/extcon/.../cable.x/state shows and stores the
|
D | sysfs-class-devfreq | 86 The /sys/class/devfreq/.../min_freq shows and stores 95 The /sys/class/devfreq/.../max_freq shows and stores
|
D | sysfs-class-net | 136 Indicates/stores an interface alias name as a string. This can
|
D | sysfs-bus-iio | 1222 Writing '1' stores the current device configuration into
|
/linux-4.4.14/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 1412 MIPS_R2_STATS(stores); in mipsr2_decoder() 1482 MIPS_R2_STATS(stores); in mipsr2_decoder() 1839 MIPS_R2_STATS(stores); in mipsr2_decoder() 1957 MIPS_R2_STATS(stores); in mipsr2_decoder() 2264 (unsigned long)__this_cpu_read(mipsr2emustats.stores), in mipsr2_stats_show() 2265 (unsigned long)__this_cpu_read(mipsr2bdemustats.stores)); in mipsr2_stats_show() 2320 __this_cpu_write((mipsr2emustats).stores, 0); in mipsr2_stats_clear_show() 2321 __this_cpu_write((mipsr2bdemustats).stores, 0); in mipsr2_stats_clear_show()
|
/linux-4.4.14/Documentation/ |
D | memory-barriers.txt | 142 Furthermore, the stores committed by a CPU to the memory system may not be 143 perceived by the loads made by another CPU in the same order as the stores were 209 (*) Overlapping loads and stores within a particular CPU will appear to be 226 (Loads and stores overlap if they are targeted at overlapping pieces of 237 (*) It _must_not_ be assumed that independent loads and stores will be issued 349 A write barrier is a partial ordering on stores only; it is not required 353 memory system as time progresses. All stores before a write barrier will 354 occur in the sequence _before_ all the stores after the write barrier. 370 only; it is not required to have any effect on stores, independent loads 374 committing sequences of stores to the memory system that the CPU being [all …]
|
D | cachetlb.txt | 296 D-cache aliasing, to make sure these kernel stores are 302 stores done by the user. 327 as did the cpu stores into the page to make it 343 instruction cache does not snoop cpu stores, it is very 370 When the kernel stores into addresses that it will execute 373 If the icache does not snoop stores then this routine will need
|
D | ldm.txt | 12 replacement for the MSDOS style partitions. It stores its information in a
|
D | media-framework.txt | 177 include/media/media-entity.h. Each entity stores its pads in a pads array 196 include/media/media-entity.h. Each entity stores all links originating at or 207 An entry in the link array of each entity is allocated and stores pointers
|
D | robust-futex-ABI.txt | 92 anticipates using robust_futexes, the kernel stores the passed in 'head'
|
D | DMA-API-HOWTO.txt | 340 proper memory barriers. The CPU may reorder stores to 762 calls (dma_map_sg() stores them in the scatterlist itself if the platform
|
D | md.txt | 252 The 'certain period' is controlled by this file which stores the
|
D | kmemcheck.txt | 737 for the pages in question. The shadow memory stores the status of each
|
D | kernel-parameters.txt | 222 Enable AML "Debug" output, i.e., stores to the Debug
|
/linux-4.4.14/tools/perf/util/ |
D | parse-events.l | 250 mem-stores { return str(yyscanner, PE_KERNEL_PMU_EVENT); } 261 store|stores|write |
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/ |
D | akebono.txt | 38 The Akebono board stores some board information such as the revision
|
/linux-4.4.14/Documentation/hwmon/ |
D | w83l786ng | 44 pwm[1-2] - this file stores PWM duty cycle or DC value (fan speed) in range:
|
D | w83792d | 168 pwm[1-7] - this file stores PWM duty cycle or DC value (fan speed) in range:
|
D | nct6775 | 91 pwm[1-5] - this file stores PWM duty cycle or DC value (fan speed) in range:
|
D | w83627ehf | 103 pwm[1-4] - this file stores PWM duty cycle or DC value (fan speed) in range:
|
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/ |
D | memcpy_64.S | 108 ld r9,0(r4) # 3+2n loads, 2+2n stores 120 0: ld r0,0(r4) # 4+2n loads, 3+2n stores
|
/linux-4.4.14/arch/powerpc/lib/ |
D | memcpy_64.S | 108 ld r9,0(r4) # 3+2n loads, 2+2n stores 120 0: ld r0,0(r4) # 4+2n loads, 3+2n stores
|
/linux-4.4.14/arch/h8300/lib/ |
D | udivsi3.S | 3 ;; This function also computes the remainder and stores it in er3.
|
/linux-4.4.14/certs/ |
D | Kconfig | 23 by the kernel from compiled-in data and from hardware key stores, but
|
/linux-4.4.14/arch/c6x/lib/ |
D | divi.S | 35 ;; call to divu. It stores B3 in on the stack.
|
D | remi.S | 35 ;; call to divu. It stores B3 in on the stack.
|
D | remu.S | 35 ;; call to divu. It stores B3 in on the stack.
|
D | divu.S | 35 ;; call to divu. It stores B3 in on the stack.
|
/linux-4.4.14/Documentation/RCU/ |
D | rcu_dereference.txt | 80 do order stores after such branches, they can speculate loads, 99 weak-memory machines such as ARM or PowerPC do order stores 176 o All of the accesses following the comparison are stores, 357 Because the compiler can see all stores to "gp", it knows that the only
|
D | checklist.txt | 38 earlier stores), and be prepared to explain why this added 105 reordered to precede earlier stores. RCU code must take all of
|
/linux-4.4.14/arch/metag/lib/ |
D | memmove.S | 104 ! D1.6 stores the gap size in bits 107 ! D0.6 stores the complement of the gap size
|
/linux-4.4.14/Documentation/fb/ |
D | api.txt | 123 Pixel values are encoded as indices into a colormap that stores red, green and 151 struct fb_fix_screeninfo stores device independent unchangeable information 177 struct fb_var_screeninfo stores device independent changeable information
|
/linux-4.4.14/Documentation/vm/ |
D | zsmalloc.txt | 53 size: object size zspage stores
|
D | page_owner.txt | 52 stores information into the memory from struct page extension. This memory
|
D | frontswap.txt | 31 to refuse further stores with that swap type. 243 5) Why this weird definition about "duplicate stores"? If a page
|
D | cleancache.txt | 136 device that stores pages of data in a compressed state. And
|
D | numa_memory_policy.txt | 247 set of allowed nodes. The kernel stores the user-passed nodemask,
|
/linux-4.4.14/arch/alpha/lib/ |
D | ev6-copy_user.S | 75 EXI( ldbu $1,0($7) ) # .. .. .. L : Keep loads separate from stores
|
/linux-4.4.14/security/keys/ |
D | Kconfig | 80 Userspace only ever sees/stores encrypted blobs.
|
/linux-4.4.14/include/linux/ |
D | fscache.h | 186 struct radix_tree_root stores; /* pages to be stored on this cookie */ member
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | mn10300-serial-low.S | 61 # - stores data/status byte pairs in the ring buffer
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE.fax | 23 This structure stores the values (set by AT-commands), the remote-
|
D | INTERFACE.CAPI | 198 The _cmsg structure stores the contents of a CAPI 2.0 message in an easily
|
/linux-4.4.14/Documentation/acpi/ |
D | debug.txt | 129 Enable all AML "Debug" output (stores to the Debug object while interpreting
|
/linux-4.4.14/Documentation/mn10300/ |
D | ABI.txt | 149 instruction stores registers onto the stack.
|
/linux-4.4.14/Documentation/virtual/kvm/arm/ |
D | vgic-mapped-irqs.txt | 152 5. KVM stores the timer state to memory and disables the hardware timer 177 stores the virtual timer state to memory and disables the virtual hw timer.
|
/linux-4.4.14/Documentation/filesystems/ |
D | sysfs.txt | 42 Sysfs internally stores a pointer to the kobject that implements a 195 A terminating null is added after the data on stores. This makes
|
D | path-lookup.txt | 36 even stores into cachelines of common dentries). This is known as "rcu-walk" 192 no non-atomic stores to shared data), and to recheck the seqcount when we are 217 lookups, and can perform lookup of intermediate elements without any stores to
|
D | seq_file.txt | 236 On a successful open, seq_open() stores the struct seq_file pointer in 243 kmallocs a zero filled block of memory and stores a pointer to it in the
|
D | ext2.txt | 110 The first version of ext2 (revision 0) stores a copy at the start of 349 file which stores whole metadata (and optionally data) blocks that have
|
D | squashfs.txt | 220 or if it is stored out of line (in which case the value field stores a
|
D | hpfs.txt | 71 variable length. OS/2 stores window and icon positions and file types there. So
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-kernel-api.txt | 185 * WDOG_ALLOW_RELEASE: this bit stores whether or not the magic close character 188 * WDOG_NO_WAY_OUT: this bit stores the nowayout setting for the watchdog.
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | brcm,brcmnand.txt | 105 out the parity bytes it stores on the flash.
|
/linux-4.4.14/Documentation/security/ |
D | keys-trusted-encrypted.txt | 6 stores, and loads only encrypted blobs. Trusted Keys require the availability
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | x_operr.S | 243 | This routine stores the data in d0, for the given size in d1,
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 270 - driver (pn544) fails to deliver an incoming frame: it stores the error such 273 above. shdlc stores a EREMOTEIO sticky status, which will trigger SMW to
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | samsung-fimc.txt | 27 CAM_*_CLKOUT pins. The clock specifier cell stores an index of a clock.
|
/linux-4.4.14/fs/cramfs/ |
D | README | 46 The i'th <block_pointer> for a file stores the byte offset of the
|
/linux-4.4.14/Documentation/thermal/ |
D | power_allocator.txt | 188 in milliwatts and stores it in @power . It should return 0 on
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig.debug | 107 All Blackfins include a Trace Unit which stores a history of the last
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 46 describes the cache. This stores the hash table, some
|
/linux-4.4.14/Documentation/networking/ |
D | scaling.txt | 38 stores a queue number. The receive queue for a packet is determined 257 receive queue of each device. Each table value stores a CPU index and a
|
D | timestamping.txt | 224 last byte after an skbuff extend or merge operation. It stores the
|
D | filter.txt | 1074 and R10 - 4 is within stack bounds, there were no stores into that location. 1112 returns zero and stores found elem into value or negative error
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 118 ;; an interrupt call but it stores the return PC in BRP instead of IRP.
|
/linux-4.4.14/Documentation/timers/ |
D | highres.txt | 109 functions completely to the management layer. The clock management layer stores
|
/linux-4.4.14/Documentation/power/ |
D | opp.txt | 110 with the dev_pm_opp_enable/disable functions. OPP library internally stores
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 141 containing "len_op", a 32-bit value that stores the length, as well as
|
/linux-4.4.14/arch/x86/ |
D | Kconfig.cpu | 203 stores for this CPU, which can increase performance of some
|
/linux-4.4.14/Documentation/usb/ |
D | usbmon.txt | 309 Third, it extracts up to nfetch offsets into the mmap buffer, and stores
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel.c | 218 EVENT_ATTR_STR(mem-stores, mem_st_snb, "event=0xcd,umask=0x2"); 3194 EVENT_ATTR_STR(mem-stores, mem_st_hsw, "event=0xd0,umask=0x82")
|
/linux-4.4.14/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 24 When a PE is frozen, all stores in any direction are dropped and all loads
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 281 can=N Number of page stores cancelled due to release req
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 1396 immediate evaluation of the right-hand side and stores an actual string 1397 into the left-hand side. "=" is like a formula definition; it stores the
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 409 which is stored in kvm->arch.mmu_valid_gen. Every shadow page stores
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio.txt | 384 Shows / stores hint strings for codec parsers for any use.
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 1031 to a connection. The kernel only stores bit values - mapping
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-framework.txt | 74 sub-device instances, the video_device struct stores V4L2 device node data
|
D | vivid.txt | 689 data, it just stores it. It allows for up to 256 EDID blocks
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 2039 * it will be paged in from host memory. RETURN_2 stores the address of the
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1774 memory write throughput than a sequence of individual 32bit stores.
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 152 because it stores the information only once on disk in .dwo
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha256-core.S_shipped | 1881 bic r11,r11,#15 @ align for 128-bit stores
|