Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/arch/arm/mm/
H A Dcache-l2x0.c138 outer_cache.flush_all(); in l2c_disable()
251 .flush_all = l2c210_flush_all,
416 .flush_all = l2c220_flush_all,
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,
1671 outer_cache.flush_all(); in bcm_flush_range()
[all …]
H A Dcache-uniphier.c488 outer_cache.flush_all = uniphier_cache_flush_all; in uniphier_cache_init()
/openbmc/linux/drivers/md/
H A Ddm-delay.c81 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()
/openbmc/linux/arch/sparc/kernel/
H A Dtraps_64.c1511 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()
/openbmc/linux/drivers/iommu/
H A Dexynos-iommu.c263 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()
/openbmc/linux/fs/gfs2/
H A Dsuper.c450 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()
/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c1274 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()
/openbmc/linux/include/net/
H A Dip_fib.h281 int fib_table_flush(struct net *net, struct fib_table *table, bool flush_all);
/openbmc/linux/mm/
H A Dslub.c2853 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()
/openbmc/linux/net/ipv4/
H A Dfib_trie.c2027 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()