/linux/drivers/md/dm-vdo/ |
H A D | flush.c | 103 struct vdo_flush *flush = NULL; in allocate_flush() local 251 struct vdo_flush *flush = in notify_flush() local 269 struct vdo_flush *flush = completion_as_vdo_flush(completion); in flush_vdo() local 327 struct vdo_flush *flush = in vdo_complete_flushes() local 369 static void initialize_flush(struct vdo_flush *flush, struct vdo *vdo) in initialize_flush() 375 static void launch_flush(struct vdo_flush *flush) in launch_flush() 398 struct vdo_flush *flush = mempool_alloc(vdo->flusher->flush_pool, GFP_NOWAIT); in vdo_launch_flush() local 431 static void release_flush(struct vdo_flush *flush) in release_flush() 462 struct vdo_flush *flush = completion_as_vdo_flush(completion); in vdo_complete_flush_callback() local 515 static void vdo_complete_flush(struct vdo_flush *flush) in vdo_complete_flush()
|
/linux/arch/x86/hyperv/ |
H A D | nested.c | 22 struct hv_guest_mapping_flush *flush; in hyperv_flush_guest_mapping() local 56 struct hv_guest_mapping_flush_list *flush, in hyperv_fill_flush_guest_mapping_list() 89 struct hv_guest_mapping_flush_list *flush; in hyperv_flush_guest_mapping_range() local
|
H A D | mmu.c | 64 struct hv_tlb_flush *flush; in hyperv_flush_tlb_multi() local 177 struct hv_tlb_flush_ex *flush; in hyperv_flush_tlb_others_ex() local
|
/linux/fs/btrfs/ |
H A D | space-info.c | 372 enum btrfs_reserve_flush_enum flush) in calc_available_free_space() 441 enum btrfs_reserve_flush_enum flush) in btrfs_can_overcommit() 476 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_NO_FLUSH; in btrfs_try_granting_tickets() local 1189 enum btrfs_flush_state flush; in btrfs_preempt_reclaim_metadata_space() local 1541 enum btrfs_reserve_flush_enum flush) in handle_reserve_ticket() 1587 static inline bool is_normal_flushing(enum btrfs_reserve_flush_enum flush) in is_normal_flushing() 1611 static inline bool can_steal(enum btrfs_reserve_flush_enum flush) in can_steal() 1621 static inline bool can_ticket(enum btrfs_reserve_flush_enum flush) in can_ticket() 1644 enum btrfs_reserve_flush_enum flush) in __reserve_bytes() 1794 enum btrfs_reserve_flush_enum flush) in btrfs_reserve_metadata_bytes() [all …]
|
H A D | delalloc-space.c | 118 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_FLUSH_DATA; in btrfs_alloc_data_chunk_ondemand() local 134 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_FLUSH_DATA; in btrfs_check_data_free_space() local 313 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_FLUSH_ALL; in btrfs_delalloc_reserve_metadata() local
|
H A D | block-rsv.c | 216 enum btrfs_reserve_flush_enum flush) in btrfs_block_rsv_add() 247 enum btrfs_reserve_flush_enum flush) in btrfs_block_rsv_refill()
|
/linux/include/net/ |
H A D | gro.h | 37 u16 flush; member 365 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush) in skb_gro_flush_final() 372 int flush, in skb_gro_flush_final_remcsum() 382 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush) in skb_gro_flush_final() 388 int flush, in skb_gro_flush_final_remcsum() 452 int flush; in inet_gro_flush() local 498 int flush; in gro_receive_network_flush() local
|
/linux/lib/zlib_deflate/ |
H A D | deflate.c | 60 #define DEFLATE_HOOK(strm, flush, bstate) 0 argument 331 int flush in zlib_deflate() 866 int flush in deflate_stored() 925 int flush in deflate_fast() 1019 int flush in deflate_slow()
|
/linux/drivers/i2c/busses/ |
H A D | i2c-diolan-u2c.c | 156 static int diolan_write_cmd(struct i2c_diolan_u2c *dev, bool flush) in diolan_write_cmd() 164 static int diolan_usb_cmd(struct i2c_diolan_u2c *dev, u8 command, bool flush) in diolan_usb_cmd() 173 bool flush) in diolan_usb_cmd_data() 183 u8 d2, bool flush) in diolan_usb_cmd_data2()
|
/linux/lib/zlib_inflate/ |
H A D | inflate.c | 23 #define INFLATE_TYPEDO_HOOK(strm, flush) do {} while (0) argument 331 int zlib_inflate(z_streamp strm, int flush) in zlib_inflate()
|
/linux/arch/arm/include/debug/ |
H A D | uncompress.h | 7 static inline void flush(void) {} in flush() function
|
/linux/arch/arm/mach-footbridge/include/mach/ |
H A D | uncompress.h | 27 static inline void flush(void) in flush() function
|
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_overlay.c | 63 SVGAEscapeVideoFlush flush; member 93 struct vmw_escape_video_flush *flush; in vmw_overlay_send_put() local 184 struct vmw_escape_video_flush flush; in vmw_overlay_send_stop() member
|
/linux/arch/arm/mach-sa1100/include/mach/ |
H A D | uncompress.h | 45 static inline void flush(void) in flush() function
|
/linux/lib/zlib_dfltcc/ |
H A D | dfltcc_inflate.h | 20 #define INFLATE_TYPEDO_HOOK(strm, flush) \ argument
|
H A D | dfltcc_inflate.c | 89 int flush, in dfltcc_inflate()
|
/linux/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.c | 667 bool flush, bool shared) in tdp_mmu_iter_cond_resched() 805 gfn_t start, gfn_t end, bool can_yield, bool flush) in tdp_mmu_zap_leafs() 850 bool kvm_tdp_mmu_zap_leafs(struct kvm *kvm, gfn_t start, gfn_t end, bool flush) in kvm_tdp_mmu_zap_leafs() 1152 bool flush) in kvm_tdp_mmu_unmap_gfn_range() 1594 bool flush = false; in recover_huge_pages_range() local
|
/linux/arch/powerpc/boot/ |
H A D | decompress.c | 50 static long flush(void *v, unsigned long buffer_size) in flush() function
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | rammcp77.c | 39 u32 flush = ((ram->base.size - (ram->poller_base + 0x40)) >> 5) - 1; in mcp77_ram_init() local
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
H A D | tx.c | 70 bool flush = false; in mlx5e_xsk_tx() local
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
H A D | priv.h | 25 void (*flush)(struct nvkm_bar *); member
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | 38 bool flush) in ath_rx_buf_link() 72 bool flush) in ath_rx_buf_relink() 1060 int ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp) in ath_rx_tasklet()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
H A D | priv.h | 26 void (*flush)(struct nvkm_ltc *); member
|
/linux/tools/testing/selftests/arm64/fp/ |
H A D | fp-stress.c | 198 child_output(struct child_data * child,uint32_t events,bool flush) child_output() argument 425 drain_output(bool flush) drain_output() argument
|
/linux/net/ipv4/ |
H A D | udp_offload.c | 484 int flush; in udp_gro_receive_segment() local 566 int flush = 1; in udp_gro_receive() local
|