Searched refs:cache (Results 276 - 300 of 961) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/powerpc/lib/
H A Dstring.S9 #include <asm/cache.h>
/linux-master/tools/testing/selftests/powerpc/stringloops/
H A Dstrlen_32.S11 #include <asm/cache.h>
/linux-master/tools/testing/selftests/net/
H A Droute_localnet.sh26 ip route flush cache
27 ip netns exec "${PEER_NS}" ip route flush cache
/linux-master/drivers/md/dm-vdo/indexer/
H A Dvolume.h10 #include <linux/cache.h>
24 #include "sparse-cache.h"
55 /* The physical page stored in this cache entry */
72 /* An index for each physical page noting where it is in the cache */
75 struct cached_page *cache; member in struct:page_cache
/linux-master/fs/btrfs/
H A Dextent_io.c867 * happen when the page cache is able to feed us contiguous
2456 * the fiemap cache and relock the file range and research the subvolume tree.
2513 struct fiemap_cache *cache)
2515 for (int i = 0; i < cache->entries_pos; i++) {
2516 struct btrfs_fiemap_entry *entry = &cache->entries[i];
2529 cache->entries_pos = 0;
2545 struct fiemap_cache *cache,
2554 if (!cache->cached)
2563 * the fiemap extents stored in the buffer (cache->entries array) and
2581 * offset smaller than or equals to cache
2512 flush_fiemap_cache(struct fiemap_extent_info *fieinfo, struct fiemap_cache *cache) argument
2544 emit_fiemap_extent(struct fiemap_extent_info *fieinfo, struct fiemap_cache *cache, u64 offset, u64 phys, u64 len, u32 flags) argument
2727 emit_last_fiemap_cache(struct fiemap_extent_info *fieinfo, struct fiemap_cache *cache) argument
2867 fiemap_process_hole(struct btrfs_inode *inode, struct fiemap_extent_info *fieinfo, struct fiemap_cache *cache, struct extent_state **delalloc_cached_state, struct btrfs_backref_share_check_ctx *backref_ctx, u64 disk_bytenr, u64 extent_offset, u64 extent_gen, u64 start, u64 end) argument
3068 struct fiemap_cache cache = { 0 }; local
[all...]
H A Dscrub.c2066 /* Use the recovered stripes as cache to avoid read them from disk again. */
2437 struct btrfs_block_group *cache)
2439 struct btrfs_fs_info *fs_info = cache->fs_info;
2445 btrfs_wait_block_group_reservations(cache);
2446 btrfs_wait_nocow_writers(cache);
2447 btrfs_wait_ordered_roots(fs_info, U64_MAX, cache->start, cache->length);
2470 struct btrfs_block_group *cache; local
2535 cache = btrfs_lookup_block_group(fs_info, chunk_offset);
2539 if (!cache)
2436 finish_extent_writes_for_zoned(struct btrfs_root *root, struct btrfs_block_group *cache) argument
[all...]
H A Dspace-info.c8 #include "free-space-cache.h"
539 struct btrfs_block_group *cache; local
553 list_for_each_entry(cache, &info->block_groups[index], list) {
556 spin_lock(&cache->lock);
557 avail = cache->length - cache->used - cache->pinned -
558 cache->reserved - cache->delalloc_bytes -
559 cache
[all...]
/linux-master/arch/arc/kernel/
H A Dhead.S16 #include <asm/cache.h>
25 ; Disable I-cache/D-cache if kernel so configured
141 ; setup "current" tsk and optionally cache it in dedicated r25
/linux-master/drivers/md/bcache/
H A Dsuper.c141 err = "Bad cache device number in set";
358 struct cache *ca = bio->bi_private;
376 struct cache *ca = c->cache;
503 struct cache *ca = c->cache;
562 * lru (and in the future other) cache replacement policies; for most purposes
583 struct cache *ca = bio->bi_private;
590 static void prio_io(struct cache *ca, uint64_t bucket, blk_opf_t opf)
610 int bch_prio_write(struct cache *c
[all...]
/linux-master/drivers/base/regmap/
H A Dregcache-rbtree.c3 // Register cache access API - rbtree caching support
65 struct regcache_rbtree_ctx *rbtree_ctx = map->cache;
135 struct regcache_rbtree_ctx *rbtree_ctx = map->cache;
190 map->cache = kmalloc(sizeof *rbtree_ctx, GFP_KERNEL);
191 if (!map->cache)
194 rbtree_ctx = map->cache;
220 rbtree_ctx = map->cache;
236 kfree(map->cache);
237 map->cache = NULL;
377 rbtree_ctx = map->cache;
[all...]
/linux-master/drivers/crypto/marvell/cesa/
H A Dhash.c52 req->cache = dma_pool_alloc(cesa_dev->dma->cache_pool, flags,
54 if (!req->cache)
63 if (!req->cache)
66 dma_pool_free(cesa_dev->dma->cache_pool, req->cache,
188 creq->cache, creq->cache_ptr);
191 creq->cache, creq->cache_ptr);
232 memcpy(creq->cache,
237 memcpy_fromio(creq->cache,
243 i = mv_cesa_ahash_pad_req(creq, creq->cache);
248 creq->cache,
840 mv_cesa_ahash_export(struct ahash_request *req, void *hash, u64 *len, void *cache) argument
858 mv_cesa_ahash_import(struct ahash_request *req, const void *hash, u64 len, const void *cache) argument
[all...]
/linux-master/arch/sh/kernel/cpu/irq/
H A Dimask.c20 #include <linux/cache.h>
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dprobe.c11 #include <asm/cache.h>
54 * on the cache info.
/linux-master/arch/arm/mach-imx/
H A Dsystem.c21 #include <asm/hardware/cache-l2x0.h>
92 np = of_find_compatible_node(NULL, NULL, "arm,pl310-cache");
H A Dmach-vf610.c12 #include <asm/hardware/cache-l2x0.h>
/linux-master/arch/powerpc/platforms/pasemi/
H A Dpowersave.S12 #include <asm/cache.h>
/linux-master/drivers/net/wireless/st/cw1200/
H A Dtxrx.h39 struct tx_policy_cache_entry cache[TX_POLICY_CACHE_SIZE]; member in struct:tx_policy_cache
42 spinlock_t lock; /* Protect policy cache */
46 /* TX policy cache */
47 /* Intention of TX policy cache is an overcomplicated WSM API.
/linux-master/arch/arm/lib/
H A Dcopy_page.S12 #include <asm/cache.h>
/linux-master/arch/arm64/kernel/
H A Dcpu_ops.c9 #include <linux/cache.h>
/linux-master/arch/nios2/mm/
H A Ddma-mapping.c18 #include <linux/cache.h>
/linux-master/arch/powerpc/include/asm/
H A Dpage_64.h39 #include <asm/cache.h>
/linux-master/arch/arm/mach-tegra/
H A Dreset.c19 #include <asm/hardware/cache-l2x0.h>
/linux-master/include/linux/
H A Dtime.h5 # include <linux/cache.h>
/linux-master/arch/arm64/include/asm/
H A Dhardirq.h8 #include <linux/cache.h>
/linux-master/net/ipv4/
H A Dprotocol.c21 #include <linux/cache.h>

Completed in 669 milliseconds

<<11121314151617181920>>