Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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,
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 Dcache-uniphier.c486 outer_cache.flush_all = uniphier_cache_flush_all; in uniphier_cache_init()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dtraps_64.c1512 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()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-delay.c80 static struct bio *flush_delayed_bios(struct delay_c *dc, int flush_all) in flush_delayed_bios() argument
89 if (flush_all || time_after_eq(jiffies, delayed->expires)) { in flush_delayed_bios()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dperf_cpum_sf.c1244 static void hw_perf_event_update(struct perf_event *event, int flush_all) in hw_perf_event_update() argument
1259 if (flush_all && SDB_FULL_BLOCKS(hwc)) in hw_perf_event_update()
1260 flush_all = 0; in hw_perf_event_update()
1271 if (!flush_all) in hw_perf_event_update()
1315 if (flush_all && done) in hw_perf_event_update()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dsuper.c463 bool flush_all = (wbc->sync_mode == WB_SYNC_ALL || gfs2_is_jdata(ip)); in gfs2_write_inode() local
465 if (flush_all) in gfs2_write_inode()
473 if (flush_all) in gfs2_write_inode()
/OK3568_Linux_fs/kernel/include/net/
H A Dip_fib.h276 int fib_table_flush(struct net *net, struct fib_table *table, bool flush_all);
/OK3568_Linux_fs/kernel/mm/
H A Dslub.c2520 static void flush_all(struct kmem_cache *s) in flush_all() function
3983 flush_all(s); in __kmem_cache_shutdown()
4227 flush_all(s); in __kmem_cache_shrink()
4663 flush_all(s); in validate_slab_cache()
5098 flush_all(s); in cpu_partial_store()
5834 flush_all(s); in slab_debug_trace_open()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_trie.c1976 int fib_table_flush(struct net *net, struct fib_table *tb, bool flush_all) in fib_table_flush() argument
2034 if (!flush_all && fib_props[fa->fa_type].error) { in fib_table_flush()