Searched refs:flush_all (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/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-v5.4/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, 1307 .flush_all = l2c210_flush_all, 1337 .flush_all = l2c210_flush_all, 1527 .flush_all = aurora_flush_all, [all …]
|
D | cache-uniphier.c | 486 outer_cache.flush_all = uniphier_cache_flush_all; in uniphier_cache_init()
|
/Linux-v5.4/drivers/md/ |
D | dm-delay.c | 80 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()
|
/Linux-v5.4/arch/sparc/kernel/ |
D | traps_64.c | 1513 int flush_all, flush_line; in cheetah_cee_handler() local 1515 flush_all = flush_line = 0; in cheetah_cee_handler() 1520 flush_all = 1; in cheetah_cee_handler() 1525 flush_all = 1; in cheetah_cee_handler() 1541 if (flush_all) in cheetah_cee_handler() 1641 int flush_all, flush_line; in cheetah_deferred_handler() local 1643 flush_all = flush_line = 0; in cheetah_deferred_handler() 1648 flush_all = 1; in cheetah_deferred_handler() 1653 flush_all = 1; in cheetah_deferred_handler() 1669 if (flush_all) in cheetah_deferred_handler()
|
/Linux-v5.4/arch/s390/kernel/ |
D | perf_cpum_sf.c | 1230 static void hw_perf_event_update(struct perf_event *event, int flush_all) in hw_perf_event_update() argument 1245 if (flush_all && SDB_FULL_BLOCKS(hwc)) in hw_perf_event_update() 1246 flush_all = 0; in hw_perf_event_update() 1257 if (!flush_all) in hw_perf_event_update() 1301 if (flush_all && done) in hw_perf_event_update() 1308 flush_all = 1; in hw_perf_event_update()
|
/Linux-v5.4/fs/gfs2/ |
D | super.c | 508 bool flush_all = (wbc->sync_mode == WB_SYNC_ALL || gfs2_is_jdata(ip)); in gfs2_write_inode() local 510 if (flush_all) in gfs2_write_inode() 518 if (flush_all) in gfs2_write_inode()
|
/Linux-v5.4/include/net/ |
D | ip_fib.h | 264 int fib_table_flush(struct net *net, struct fib_table *table, bool flush_all);
|
/Linux-v5.4/mm/ |
D | slub.c | 2341 static void flush_all(struct kmem_cache *s) in flush_all() function 3742 flush_all(s); in __kmem_cache_shutdown() 3983 flush_all(s); in __kmem_cache_shrink() 4464 flush_all(s); in validate_slab_cache() 4627 flush_all(s); in list_locations() 5009 flush_all(s); in cpu_partial_store()
|
/Linux-v5.4/net/ipv4/ |
D | fib_trie.c | 1861 int fib_table_flush(struct net *net, struct fib_table *tb, bool flush_all) in fib_table_flush() argument 1919 if (!flush_all && fib_props[fa->fa_type].error) { in fib_table_flush()
|