Searched refs:cache (Results 201 - 225 of 961) sorted by relevance

1234567891011>>

/linux-master/arch/alpha/kernel/
H A Dvmlinux.lds.S8 #include <asm/cache.h>
/linux-master/arch/nios2/kernel/
H A Dvmlinux.lds.S7 #include <asm/cache.h>
/linux-master/arch/sparc/include/asm/
H A Dsmp_64.h18 #include <linux/cache.h>
/linux-master/fs/nfs/
H A Diostat.h15 #include <linux/cache.h>
/linux-master/fs/squashfs/
H A Dsquashfs_fs_sb.h38 struct squashfs_cache *cache; member in struct:squashfs_cache_entry
/linux-master/net/sunrpc/
H A DMakefile15 sunrpc_syms.o cache.o rpc_pipe.o sysfs.o \
/linux-master/arch/openrisc/mm/
H A Dcache.c3 * OpenRISC cache.c
15 #include <asm/cache.h>
/linux-master/arch/arc/mm/
H A Dioremap.c11 #include <linux/cache.h>
H A Ddma.c7 #include <asm/cache.h>
27 * Currently flush_cache_vmap nukes the L1 cache completely which
98 * with memory - eliding need for any explicit cache maintenance of
/linux-master/fs/ceph/
H A DMakefile13 ceph-$(CONFIG_CEPH_FSCACHE) += cache.o
/linux-master/drivers/net/wireless/silabs/wfx/
H A Ddata_tx.h29 struct wfx_tx_policy cache[HIF_TX_RETRY_POLICY_MAX]; member in struct:wfx_tx_policy_cache
/linux-master/include/linux/
H A Dbpf_mem_alloc.h13 struct bpf_mem_cache __percpu *cache; member in struct:bpf_mem_alloc
H A Dbpf_local_storage.h69 * the number of cachelines accessed during the cache hit case.
83 * the number of cachelines access during a cache hit.
89 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE]; member in struct:bpf_local_storage
129 struct bpf_local_storage_cache *cache,
144 /* Fast path (cache hit) */
145 sdata = rcu_dereference_check(local_storage->cache[smap->cache_idx],
150 /* Slow path (cache miss) */
166 struct bpf_local_storage_cache *cache,
H A Dprofile.h8 #include <linux/cache.h>
/linux-master/io_uring/
H A Dpoll.h22 struct io_cache_entry cache; member in union:async_poll::__anon186
/linux-master/drivers/md/bcache/
H A Dbcache.h8 * Bcache mostly works with cache sets, cache devices, and backing devices.
10 * Support for multiple cache devices hasn't quite been finished off yet, but
11 * it's about 95% plumbed through. A cache set and its cache devices is sort of
13 * about individual cache devices, the main abstraction is the cache set.
15 * Multiple cache devices is intended to give us the ability to mirror dirty
19 * cache set. When you register a newly formatted backing device it'll come up
21 * a cache se
417 struct cache { struct
529 struct cache *cache; member in struct:cache_set
[all...]
/linux-master/fs/btrfs/
H A Ddev-replace.h30 struct btrfs_block_group *cache,
/linux-master/drivers/target/
H A Dtarget_core_pscsi.h19 #include <linux/cache.h> /* ___cacheline_aligned */
/linux-master/arch/x86/entry/
H A Dentry.S11 #include <asm/cache.h>
H A Dsyscall_32.c6 #include <linux/cache.h>
/linux-master/drivers/md/dm-vdo/
H A Dfunnel-queue.h10 #include <linux/cache.h>
32 * many lock-free data structures. The queue is dynamically allocated to ensure cache-line
52 * The dynamically allocated queue structure, which is allocated on a cache line boundary so the
53 * producer and consumer fields in the structure will land on separate cache lines. This should be
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex-session.h10 #include <linux/cache.h>
/linux-master/arch/arm64/mm/
H A DMakefile3 cache.o copypage.o flush.o \
/linux-master/arch/hexagon/kernel/
H A Dvmlinux.lds.S11 #include <asm/cache.h> /* and now we're pulling cache line size */
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler.c131 struct sched_cache *cache)
146 memset(cache, 0, sizeof(*cache));
162 struct sched_cache cache; local
233 memset(&cache, 0, sizeof(cache));
238 sched_engine = lock_sched_engine(node, sched_engine, &cache);
246 sched_engine = lock_sched_engine(node, sched_engine, &cache);
274 if (!cache.priolist)
275 cache
129 lock_sched_engine(struct i915_sched_node *node, struct i915_sched_engine *locked, struct sched_cache *cache) argument
[all...]

Completed in 437 milliseconds

1234567891011>>