Searched refs:flush_all (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Doutercache.h20 void (*flush_all)(void); member in struct:outer_cache_fns
81 if (outer_cache.flush_all)
82 outer_cache.flush_all();
/linux-master/arch/arm/mm/
H A Dcache-l2x0.c138 outer_cache.flush_all();
251 .flush_all = l2c210_flush_all,
416 .flush_all = l2c220_flush_all,
700 fns->flush_all = l2c310_flush_all_erratum;
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
[all...]
H A Dcache-uniphier.c488 outer_cache.flush_all = uniphier_cache_flush_all;
/linux-master/drivers/iommu/
H A Dexynos-iommu.c264 u32 flush_all; /* invalidate all TLB entries */ member in struct:sysmmu_variant
365 .flush_all = 0x0c,
377 .flush_all = 0x10,
391 .flush_all = 0x10,
407 .flush_all = 0x8010,
448 writel(0x1, SYSMMU_REG(data, flush_all));
/linux-master/drivers/md/
H A Ddm-delay.c88 static void flush_delayed_bios(struct delay_c *dc, bool flush_all) argument
99 if (flush_all || time_after_eq(jiffies, delayed->expires)) {
/linux-master/arch/sparc/kernel/
H A Dtraps_64.c1512 int flush_all, flush_line; local
1514 flush_all = flush_line = 0;
1519 flush_all = 1;
1524 flush_all = 1;
1540 if (flush_all)
1640 int flush_all, flush_line; local
1642 flush_all = flush_line = 0;
1647 flush_all = 1;
1652 flush_all = 1;
1668 if (flush_all)
[all...]
/linux-master/fs/gfs2/
H A Dsuper.c450 bool flush_all = (wbc->sync_mode == WB_SYNC_ALL || gfs2_is_jdata(ip)); local
452 if (flush_all)
460 if (flush_all)
/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c1265 * @flush_all: Flag to also flush partially filled sample-data-blocks
1271 * Only full sample-data-blocks are processed. Specify the flush_all flag
1274 static void hw_perf_event_update(struct perf_event *event, int flush_all) argument
1300 if (!flush_all)
1348 if (flush_all && done)
/linux-master/include/net/
H A Dip_fib.h282 int fib_table_flush(struct net *net, struct fib_table *table, bool flush_all);
/linux-master/mm/
H A Dslub.c3103 static void flush_all(struct kmem_cache *s) function
3127 static inline void flush_all(struct kmem_cache *s) { } function
5450 flush_all(s);
5801 flush_all(s);
6193 flush_all(s);
/linux-master/net/ipv4/
H A Dfib_trie.c2028 int fib_table_flush(struct net *net, struct fib_table *tb, bool flush_all) argument
2087 if (!flush_all && fib_props[fa->fa_type].error) {
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c4384 __le16 flush_all; member in struct:__anon1417::__anon1418::__anon1422
4405 req.timeout.flush_all = cpu_to_le16(2 * val);

Completed in 380 milliseconds