Searched refs:flush_all (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/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-6.12.1/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-6.12.1/arch/sparc/kernel/ |
D | traps_64.c | 1512 int flush_all, flush_line; in cheetah_cee_handler() local 1514 flush_all = flush_line = 0; in cheetah_cee_handler() 1519 flush_all = 1; in cheetah_cee_handler() 1524 flush_all = 1; in cheetah_cee_handler() 1540 if (flush_all) in cheetah_cee_handler() 1640 int flush_all, flush_line; in cheetah_deferred_handler() local 1642 flush_all = flush_line = 0; in cheetah_deferred_handler() 1647 flush_all = 1; in cheetah_deferred_handler() 1652 flush_all = 1; in cheetah_deferred_handler() 1668 if (flush_all) in cheetah_deferred_handler()
|
/linux-6.12.1/drivers/iommu/ |
D | exynos-iommu.c | 266 u32 flush_all; /* invalidate all TLB entries */ member 367 .flush_all = 0x0c, 379 .flush_all = 0x10, 393 .flush_all = 0x10, 409 .flush_all = 0x8010, 450 writel(0x1, SYSMMU_REG(data, flush_all)); in __sysmmu_tlb_invalidate()
|
/linux-6.12.1/drivers/md/ |
D | dm-delay.c | 82 static void flush_delayed_bios(struct delay_c *dc, bool flush_all) in flush_delayed_bios() argument 97 if (flush_all || time_after_eq(jiffies, delayed->expires)) { in flush_delayed_bios()
|
/linux-6.12.1/fs/gfs2/ |
D | super.c | 454 bool flush_all = (wbc->sync_mode == WB_SYNC_ALL || gfs2_is_jdata(ip)); in gfs2_write_inode() local 456 if (flush_all) in gfs2_write_inode() 464 if (flush_all) in gfs2_write_inode()
|
/linux-6.12.1/arch/s390/kernel/ |
D | perf_cpum_sf.c | 1191 static void hw_perf_event_update(struct perf_event *event, int flush_all) in hw_perf_event_update() argument 1217 if (!flush_all) in hw_perf_event_update() 1258 if (flush_all && done) in hw_perf_event_update()
|
/linux-6.12.1/include/net/ |
D | ip_fib.h | 285 int fib_table_flush(struct net *net, struct fib_table *table, bool flush_all);
|
/linux-6.12.1/mm/ |
D | slub.c | 3342 static void flush_all(struct kmem_cache *s) in flush_all() function 3366 static inline void flush_all(struct kmem_cache *s) { } in flush_all() function 5731 flush_all(s); in __kmem_cache_shrink() 6145 flush_all(s); in validate_slab_cache() 6537 flush_all(s); in cpu_partial_store()
|
/linux-6.12.1/net/ipv4/ |
D | fib_trie.c | 2028 int fib_table_flush(struct net *net, struct fib_table *tb, bool flush_all) in fib_table_flush() argument 2087 if (!flush_all && fib_props[fa->fa_type].error) { in fib_table_flush()
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | mcu.c | 4420 __le16 flush_all; in mt7996_mcu_set_rro() member 4441 req.timeout.flush_all = cpu_to_le16(2 * val); in mt7996_mcu_set_rro()
|