Home
last modified time | relevance | path

Searched refs:flush_all (Results 1 – 11 of 11) sorted by relevance

/linux/arch/arm/include/asm/
H A Doutercache.h20 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 Dcache-l2x0.c139 outer_cache.flush_all(); in l2c_disable()
252 .flush_all = l2c210_flush_all,
417 .flush_all = l2c220_flush_all,
701 fns->flush_all = l2c310_flush_all_erratum; in l2c310_fixup()
774 .flush_all = l2c210_flush_all,
1100 .flush_all = l2c210_flush_all,
1120 .flush_all = l2c220_flush_all,
1316 .flush_all = l2c210_flush_all,
1346 .flush_all = l2c210_flush_all,
1536 .flush_all = aurora_flush_all,
[all …]
H A Dcache-uniphier.c488 outer_cache.flush_all = uniphier_cache_flush_all; in uniphier_cache_init()
/linux/drivers/iommu/
H A Dexynos-iommu.c267 u32 flush_all; /* invalidate all TLB entries */ member
368 .flush_all = 0x0c,
380 .flush_all = 0x10,
394 .flush_all = 0x10,
410 .flush_all = 0x8010,
451 writel(0x1, SYSMMU_REG(data, flush_all)); in __sysmmu_tlb_invalidate()
/linux/drivers/md/
H A Ddm-delay.c86 static void flush_delayed_bios(struct delay_c *dc, bool flush_all) in flush_delayed_bios() argument
101 if (flush_all || time_after_eq(jiffies, delayed->expires)) { in flush_delayed_bios()
/linux/fs/gfs2/
H A Dsuper.c446 bool flush_all = (wbc->sync_mode == WB_SYNC_ALL || gfs2_is_jdata(ip)); in gfs2_write_inode() local
448 if (flush_all) in gfs2_write_inode()
456 if (flush_all) in gfs2_write_inode()
/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c1168 static void hw_perf_event_update(struct perf_event *event, int flush_all) in hw_perf_event_update() argument
1194 if (!flush_all) in hw_perf_event_update()
1233 if (flush_all && done) in hw_perf_event_update()
/linux/include/net/
H A Dip_fib.h287 int fib_table_flush(struct net *net, struct fib_table *table, bool flush_all);
/linux/net/ipv4/
H A Dfib_trie.c2000 int fib_table_flush(struct net *net, struct fib_table *tb, bool flush_all) in fib_table_flush() argument
2059 if (!flush_all && fib_props[fa->fa_type].error && in fib_table_flush()
/linux/mm/
H A Dslub.c4009 static void flush_all(struct kmem_cache *s) in flush_all() function
8167 flush_all(s); in __kmem_cache_shrink()
8617 flush_all(s); in validate_slab_cache()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c4710 __le16 flush_all; in mt7996_mcu_set_rro() member
4731 req.timeout.flush_all = cpu_to_le16(2 * val); in mt7996_mcu_set_rro()