Home
last modified time | relevance | path

Searched refs:need_flush (Results 1 – 9 of 9) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dmmu_context.h52 get_new_mmu_context(struct mm_struct *mm, unsigned long cpu, bool *need_flush) in get_new_mmu_context() argument
57 *need_flush = true; /* start new asid cycle */ in get_new_mmu_context()
91 bool need_flush = false; in switch_mm_irqs_off() local
96 get_new_mmu_context(next, cpu, &need_flush); in switch_mm_irqs_off()
103 if (need_flush) in switch_mm_irqs_off()
151 bool need_flush = false; in drop_mmu_context() local
154 get_new_mmu_context(mm, cpu, &need_flush); in drop_mmu_context()
157 if (need_flush) in drop_mmu_context()
/linux/arch/arm/mm/
H A Dpmsa-v7.c368 unsigned int subregions, bool need_flush) in mpu_setup_region() argument
387 if (need_flush) in mpu_setup_region()
441 bool need_flush = region == PMSAv7_RAM_REGION; in pmsav7_setup() local
448 xip[i].subreg, need_flush); in pmsav7_setup()
/linux/arch/sparc/kernel/
H A Diommu-common.c19 static inline bool need_flush(struct iommu_map_table *iommu) in need_flush() function
206 (n < pool->hint || need_flush(iommu))) { in iommu_tbl_range_alloc()
/linux/mm/
H A Dhighmem.c199 int need_flush = 0; in flush_all_zero_pkmaps() local
232 need_flush = 1; in flush_all_zero_pkmaps()
234 if (need_flush) in flush_all_zero_pkmaps()
/linux/drivers/infiniband/hw/mlx4/
H A Dcm.c529 int need_flush = 0; in mlx4_ib_cm_paravirt_clean() local
537 need_flush |= !cancel_delayed_work(&map->timeout); in mlx4_ib_cm_paravirt_clean()
543 if (need_flush) in mlx4_ib_cm_paravirt_clean()
/linux/fs/ceph/
H A Dsnap.c583 capsnap->need_flush = true; in ceph_queue_cap_snap()
595 ceph_cap_string(dirty), capsnap->need_flush ? "" : "no_flush"); in ceph_queue_cap_snap()
H A Dcaps.c1475 if (capsnap->need_flush) { in __prep_cap()
1640 BUG_ON(!capsnap->need_flush); in __ceph_flush_snaps()
3203 if (!capsnap->need_flush && in ceph_try_drop_cap_snap()
/linux/drivers/md/
H A Ddm-writecache.c1000 bool need_flush = false; in writecache_resume() local
1071 need_flush = true; in writecache_resume()
1092 need_flush = true; in writecache_resume()
1099 if (need_flush) { in writecache_resume()
H A Draid10.c4684 int need_flush = 0; in reshape_request() local
4725 need_flush = 1; in reshape_request()
4747 need_flush = 1; in reshape_request()
4757 if (need_flush || in reshape_request()