Home
last modified time | relevance | path

Searched refs:stores (Results 1 – 25 of 66) sorted by relevance

123

/linux-3.4.99/fs/fscache/
Dpage.c28 val = radix_tree_lookup(&cookie->stores, page->index); in __fscache_check_page_write()
60 val = radix_tree_lookup(&cookie->stores, page->index); in __fscache_maybe_release_page()
70 if (radix_tree_tag_get(&cookie->stores, page->index, in __fscache_maybe_release_page()
81 if (radix_tree_tag_get(&cookie->stores, page->index, in __fscache_maybe_release_page()
89 xpage = radix_tree_delete(&cookie->stores, page->index); in __fscache_maybe_release_page()
130 radix_tree_tag_clear(&cookie->stores, page->index, in fscache_end_page_write()
132 if (!radix_tree_tag_get(&cookie->stores, page->index, in fscache_end_page_write()
135 xpage = radix_tree_delete(&cookie->stores, page->index); in fscache_end_page_write()
673 n = radix_tree_gang_lookup_tag(&cookie->stores, results, 0, 1, in fscache_write_op()
684 radix_tree_tag_set(&cookie->stores, page->index, in fscache_write_op()
[all …]
/linux-3.4.99/fs/romfs/
DKconfig19 # Select the backing stores to be supported
22 prompt "RomFS backing stores"
26 Select the backing stores to be supported.
/linux-3.4.99/arch/mips/include/asm/
Dfpu_emulator.h35 local_t stores; member
/linux-3.4.99/arch/sparc/kernel/
Ddtlb_prot.S19 membar #Sync ! Synchronize stores
/linux-3.4.99/arch/mips/cavium-octeon/
DKconfig23 bool "Enable hardware fixups of unaligned loads and stores"
27 and stores. Normally unaligned accesses are fixed using a kernel
/linux-3.4.99/Documentation/s390/
Dkvm.txt103 This ioctl stores the state of the cpu at the guest real address given as
106 KVM_S390_STORE_STATUS_NOADDR - the CPU stores its status to the save area in
108 KVM_S390_STORE_STATUS_PREFIXED - the CPU stores its status to the save area in
/linux-3.4.99/arch/powerpc/lib/
Dmemcpy_64.S87 ld r9,0(r4) # 3+2n loads, 2+2n stores
99 0: ld r0,0(r4) # 4+2n loads, 3+2n stores
/linux-3.4.99/Documentation/hwmon/
Dw83l786ng44 pwm[1-2] - this file stores PWM duty cycle or DC value (fan speed) in range:
/linux-3.4.99/Documentation/
Dmemory-barriers.txt142 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
205 (*) Overlapping loads and stores within a particular CPU will appear to be
222 (Loads and stores overlap if they are targeted at overlapping pieces of
227 (*) It _must_not_ be assumed that independent loads and stores will be issued
294 A write barrier is a partial ordering on stores only; it is not required
298 memory system as time progresses. All stores before a write barrier will
299 occur in the sequence _before_ all the stores after the write barrier.
315 only; it is not required to have any effect on stores, independent loads
319 committing sequences of stores to the memory system that the CPU being
[all …]
Dcachetlb.txt296 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
Dldm.txt12 replacement for the MSDOS style partitions. It stores its information in a
/linux-3.4.99/arch/mips/math-emu/
Dcp1emu.c304 MIPS_FPU_EMU_INC_STATS(stores); in cop1Emulate()
344 MIPS_FPU_EMU_INC_STATS(stores); in cop1Emulate()
687 MIPS_FPU_EMU_INC_STATS(stores); in fpux_emu()
776 MIPS_FPU_EMU_INC_STATS(stores); in fpux_emu()
1404 FPU_STAT_CREATE(stores); in debugfs_fpuemu()
/linux-3.4.99/tools/perf/util/
Dparse-events.l90 store|stores|write |
/linux-3.4.99/arch/c6x/lib/
Ddivi.S35 ;; call to divu. It stores B3 in on the stack.
Dremi.S35 ;; call to divu. It stores B3 in on the stack.
Dremu.S35 ;; call to divu. It stores B3 in on the stack.
Ddivu.S35 ;; call to divu. It stores B3 in on the stack.
/linux-3.4.99/Documentation/sparc/
DREADME-2.524 the draft linking and stores the result in file vmlinux. Architecture
/linux-3.4.99/Documentation/fb/
Dapi.txt123 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-3.4.99/arch/alpha/lib/
Dev6-copy_user.S75 EXI( ldbu $1,0($7) ) # .. .. .. L : Keep loads separate from stores
/linux-3.4.99/arch/mn10300/kernel/
Dmn10300-serial-low.S61 # - stores data/status byte pairs in the ring buffer
/linux-3.4.99/include/linux/
Dfscache-cache.h293 struct radix_tree_root stores; /* pages to be stored on this cookie */ member
/linux-3.4.99/arch/powerpc/platforms/cell/
DKconfig81 This option causes SPE local stores to be mapped in process
/linux-3.4.99/Documentation/mn10300/
DABI.txt149 instruction stores registers onto the stack.
/linux-3.4.99/Documentation/acpi/
Ddebug.txt129 Enable all AML "Debug" output (stores to the Debug object while interpreting

123