Home
last modified time | relevance | path

Searched refs:need_flush (Results 1 – 12 of 12) 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/x86/kernel/
H A Damd_gart_64.c87 static bool need_flush; /* global flush state. set for each gart wrap */ variable
104 need_flush = true; in alloc_iommu()
113 need_flush = true; in alloc_iommu()
117 need_flush = true; in alloc_iommu()
142 if (need_flush) { in flush_gart()
144 need_flush = false; in flush_gart()
/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/net/ipv4/
H A Dnexthop.c2118 bool need_flush = false; in remove_nexthop_from_groups() local
2127 need_flush |= remove_nh_grp_entry(net, nhge, nlinfo, in remove_nexthop_from_groups()
2139 return need_flush; in remove_nexthop_from_groups()
2167 bool need_flush = !list_empty(&nh->fi_list); in __remove_nexthop_fib() local
2193 return need_flush; in __remove_nexthop_fib()
2199 bool need_flush = __remove_nexthop_fib(net, nh); in __remove_nexthop() local
2210 need_flush |= remove_nexthop_from_groups(net, nh, nlinfo); in __remove_nexthop()
2213 return need_flush; in __remove_nexthop()
2219 bool need_flush; in remove_nexthop() local
2229 need_flush = __remove_nexthop(net, nh, nlinfo); in remove_nexthop()
[all …]
/linux/arch/arm64/kvm/hyp/
H A Dpgtable.c1162 bool need_flush = false; in stage2_unmap_walker() local
1178 need_flush = !cpus_have_final_cap(ARM64_HAS_STAGE2_FWB); in stage2_unmap_walker()
1188 if (need_flush && mm_ops->dcache_clean_inval_poc) in stage2_unmap_walker()
/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 Dsuper.h277 bool need_flush; member
H A Dcaps.c1476 if (capsnap->need_flush) { in __prep_cap()
1641 BUG_ON(!capsnap->need_flush); in __ceph_flush_snaps()
3220 if (!capsnap->need_flush && in ceph_try_drop_cap_snap()
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c480 unsigned int need_flush; in cpu_fill() local
485 err = i915_gem_object_prepare_write(obj, &need_flush); in cpu_fill()
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c1627 bool need_flush = false; in vmxnet3_rq_rx_complete() local
1688 need_flush |= act == XDP_REDIRECT; in vmxnet3_rq_rx_complete()
1745 need_flush |= act == XDP_REDIRECT; in vmxnet3_rq_rx_complete()
2020 if (need_flush) in vmxnet3_rq_rx_complete()
/linux/drivers/md/
H A Draid10.c4621 int need_flush = 0; in reshape_request() local
4662 need_flush = 1; in reshape_request()
4684 need_flush = 1; in reshape_request()
4694 if (need_flush || in reshape_request()