Searched refs:flush_all (Results 1 – 9 of 9) sorted by relevance
/linux/arch/arm/include/asm/ |
H A 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/arch/arm/mm/ |
H A 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 …]
|
H A D | cache-uniphier.c | 488 outer_cache.flush_all = uniphier_cache_flush_all; in uniphier_cache_init()
|
/linux/drivers/iommu/ |
H A 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/drivers/md/ |
H A 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/include/net/ |
H A D | ip_fib.h | 285 int fib_table_flush(struct net *net, struct fib_table *table, bool flush_all);
|
/linux/mm/ |
H A D | slub.c | 3354 static void flush_all(struct kmem_cache *s) in slub_cpu_dead() 3378 static inline void flush_all(struct kmem_cache *s) { } in node_match() 5902 flush_all(s); in slab_mem_going_offline_callback() 6320 flush_all(s); 6712 flush_all(s); in aliases_show() 3339 static void flush_all(struct kmem_cache *s) flush_all() function 3363 static inline void flush_all(struct kmem_cache *s) { } flush_all() function
|
/linux/net/ipv4/ |
H A D | fib_trie.c | 2022 int fib_table_flush(struct net *net, struct fib_table *tb, bool flush_all) in fib_table_flush() argument 2081 if (!flush_all && fib_props[fa->fa_type].error) { in fib_table_flush()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A 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()
|