/kernel/liteos_a/fs/vfs/bcache/src/ |
H A D | bcache.c | 32 #include "bcache.h" 127 if ((disk->disk_status == STAT_INUSED) && (disk->bcache != NULL)) { in LOS_SetSyncThreadPrio() 128 ret = LOS_TaskPriSet(disk->bcache->syncTaskId, prio); in LOS_SetSyncThreadPrio() 354 D(("bcache writing block = %llu\n", block->num)); in BcacheSyncBlock() 605 D(("bcache cache sync\n")); in BcacheSync() 651 D(("bcache block = %llu found in cache\n", num)); in BcacheGetBlock() 671 D(("bcache block = %llu NOT found in cache\n", num)); in BcacheGetBlock() 689 D(("bcache reading block = %llu\n", block->num)); in BcacheGetBlock() 834 PRINTK("bcache read:\n"); in BlockCacheRead() 902 PRINTK("bcache writ in BlockCacheWrite() 1068 OsBcache *bcache = NULL; BlockCacheInit() local 1122 BlockCacheDeinit(OsBcache *bcache) BlockCacheDeinit() argument [all...] |
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | Makefile | 3 obj-$(CONFIG_BCACHE) += bcache.o 5 bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\
|
H A D | trace.c | 2 #include "bcache.h" 9 #include <trace/events/bcache.h>
|
H A D | features.c | 9 #include <linux/bcache.h> 10 #include "bcache.h"
|
H A D | features.h | 5 #include <linux/bcache.h>
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | Makefile | 3 obj-$(CONFIG_BCACHE) += bcache.o 5 bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\
|
H A D | trace.c | 2 #include "bcache.h" 9 #include <trace/events/bcache.h>
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xsk_fwd.c | 244 struct bcache { struct 255 bcache_slab_size(struct bcache *bc) in bcache_slab_size() 262 static struct bcache * 265 struct bcache *bc; in bcache_init() 267 bc = calloc(1, sizeof(struct bcache)); in bcache_init() 291 bcache_free(struct bcache *bc) in bcache_free() 318 bcache_cons_check(struct bcache *bc, u32 n_buffers) in bcache_cons_check() 359 bcache_cons(struct bcache *bc) in bcache_cons() 370 bcache_prod(struct bcache *bc, u64 buffer) in bcache_prod() 442 struct bcache *b [all...] |
/kernel/liteos_a/drivers/block/disk/src/ |
H A D | disk.c | 905 if (disk->bcache != NULL) { in los_disk_read() 906 if (((UINT64)(disk->bcache->sectorSize) * count) > UINT_MAX) { in los_disk_read() 909 len = disk->bcache->sectorSize * count; in los_disk_read() 911 result = BlockCacheRead(disk->bcache, (UINT8 *)buf, &len, sector, useRead); in los_disk_read() 962 if (disk->bcache != NULL) { in los_disk_write() 963 if (((UINT64)(disk->bcache->sectorSize) * count) > UINT_MAX) { in los_disk_write() 966 len = disk->bcache->sectorSize * count; in los_disk_write() 967 result = BlockCacheWrite(disk->bcache, (const UINT8 *)buf, &len, sector); in los_disk_write() 1241 result = BcacheClearCache(disk->bcache); in los_disk_cache_clear() 1283 PRINT_ERR("disk_init : disk have not init bcache cach in DiskCacheInit() [all...] |
/kernel/linux/linux-5.10/arch/mips/fw/arc/ |
H A D | misc.c | 17 #include <asm/bcache.h>
|
H A D | promlib.c | 11 #include <asm/bcache.h>
|
/kernel/linux/linux-6.6/arch/mips/fw/arc/ |
H A D | misc.c | 17 #include <asm/bcache.h>
|
H A D | promlib.c | 11 #include <asm/bcache.h>
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | sc-debugfs.c | 7 #include <asm/bcache.h>
|
H A D | sc-r5k.c | 12 #include <asm/bcache.h>
|
H A D | sc-ip22.c | 13 #include <asm/bcache.h>
|
H A D | sc-mips.c | 12 #include <asm/bcache.h>
|
H A D | sc-rm7k.c | 15 #include <asm/bcache.h>
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | sc-debugfs.c | 7 #include <asm/bcache.h>
|
H A D | sc-r5k.c | 12 #include <asm/bcache.h>
|
H A D | sc-ip22.c | 13 #include <asm/bcache.h>
|
H A D | sc-mips.c | 12 #include <asm/bcache.h>
|
H A D | sc-rm7k.c | 15 #include <asm/bcache.h>
|
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/ |
H A D | ip22-setup.c | 17 #include <asm/bcache.h>
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/ |
H A D | ip22-setup.c | 17 #include <asm/bcache.h>
|