Searched refs:flush_all (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/arch/arm/include/asm/ |
D | outercache.h | 20 void (*flush_all)(void); member 81 if (outer_cache.flush_all) in outer_flush_all() 82 outer_cache.flush_all(); in outer_flush_all()
|
/Linux-v6.6/arch/arm/mm/ |
D | cache-l2x0.c | 138 outer_cache.flush_all(); in l2c_disable() 251 .flush_all = l2c210_flush_all, 416 .flush_all = l2c220_flush_all, 700 fns->flush_all = l2c310_flush_all_erratum; in l2c310_fixup() 773 .flush_all = l2c210_flush_all, 1099 .flush_all = l2c210_flush_all, 1119 .flush_all = l2c220_flush_all, 1315 .flush_all = l2c210_flush_all, 1345 .flush_all = l2c210_flush_all, 1535 .flush_all = aurora_flush_all, [all …]
|
D | cache-uniphier.c | 488 outer_cache.flush_all = uniphier_cache_flush_all; in uniphier_cache_init()
|
/Linux-v6.6/arch/sparc/kernel/ |
D | traps_64.c | 1511 int flush_all, flush_line; in cheetah_cee_handler() local 1513 flush_all = flush_line = 0; in cheetah_cee_handler() 1518 flush_all = 1; in cheetah_cee_handler() 1523 flush_all = 1; in cheetah_cee_handler() 1539 if (flush_all) in cheetah_cee_handler() 1639 int flush_all, flush_line; in cheetah_deferred_handler() local 1641 flush_all = flush_line = 0; in cheetah_deferred_handler() 1646 flush_all = 1; in cheetah_deferred_handler() 1651 flush_all = 1; in cheetah_deferred_handler() 1667 if (flush_all) in cheetah_deferred_handler()
|
/Linux-v6.6/drivers/md/ |
D | dm-delay.c | 81 static struct bio *flush_delayed_bios(struct delay_c *dc, int flush_all) in flush_delayed_bios() argument 90 if (flush_all || time_after_eq(jiffies, delayed->expires)) { in flush_delayed_bios()
|
/Linux-v6.6/drivers/iommu/ |
D | exynos-iommu.c | 263 u32 flush_all; /* invalidate all TLB entries */ member 364 .flush_all = 0x0c, 376 .flush_all = 0x10, 390 .flush_all = 0x10, 406 .flush_all = 0x8010, 447 writel(0x1, SYSMMU_REG(data, flush_all)); in __sysmmu_tlb_invalidate()
|
/Linux-v6.6/fs/gfs2/ |
D | super.c | 450 bool flush_all = (wbc->sync_mode == WB_SYNC_ALL || gfs2_is_jdata(ip)); in gfs2_write_inode() local 452 if (flush_all) in gfs2_write_inode() 460 if (flush_all) in gfs2_write_inode()
|
/Linux-v6.6/arch/s390/kernel/ |
D | perf_cpum_sf.c | 1274 static void hw_perf_event_update(struct perf_event *event, int flush_all) in hw_perf_event_update() argument 1300 if (!flush_all) in hw_perf_event_update() 1348 if (flush_all && done) in hw_perf_event_update()
|
/Linux-v6.6/include/net/ |
D | ip_fib.h | 281 int fib_table_flush(struct net *net, struct fib_table *table, bool flush_all);
|
/Linux-v6.6/mm/ |
D | slub.c | 2853 static void flush_all(struct kmem_cache *s) in flush_all() function 2877 static inline void flush_all(struct kmem_cache *s) { } in flush_all() function 4863 flush_all(s); in __kmem_cache_shrink() 5214 flush_all(s); in validate_slab_cache() 5606 flush_all(s); in cpu_partial_store()
|
/Linux-v6.6/net/ipv4/ |
D | fib_trie.c | 2027 int fib_table_flush(struct net *net, struct fib_table *tb, bool flush_all) in fib_table_flush() argument 2086 if (!flush_all && fib_props[fa->fa_type].error) { in fib_table_flush()
|