Searched defs:flush (Results 1 - 135 of 135) sorted by relevance

/linux-4.4.14/arch/arm/include/debug/
H A Duncompress.h6 static inline void flush(void) {} arch_decomp_setup() function
/linux-4.4.14/arch/arm/mach-ks8695/include/mach/
H A Duncompress.h28 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-spear/include/mach/
H A Duncompress.h33 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-ebsa110/include/mach/
H A Duncompress.h30 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-footbridge/include/mach/
H A Duncompress.h30 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-gemini/include/mach/
H A Duncompress.h33 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-iop13xx/include/mach/
H A Duncompress.h15 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-mmp/include/mach/
H A Duncompress.h34 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-mv78xx0/include/mach/
H A Duncompress.h28 static void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-orion5x/include/mach/
H A Duncompress.h30 static void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/
H A Duncompress.h44 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-versatile/include/mach/
H A Duncompress.h36 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-w90x900/include/mach/
H A Duncompress.h40 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-clps711x/include/mach/
H A Duncompress.h46 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-dove/include/mach/
H A Duncompress.h29 static void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-iop32x/include/mach/
H A Duncompress.h21 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-iop33x/include/mach/
H A Duncompress.h21 static inline void flush(void) flush() function
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dpriv.h15 void (*flush)(struct nvkm_bar *); member in struct:nvkm_bar_func
/linux-4.4.14/arch/arm/mach-realview/include/mach/
H A Duncompress.h66 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/
H A Duncompress.h34 static void flush(void) flush() function
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dpriv.h22 void (*flush)(struct nvkm_ltc *); member in struct:nvkm_ltc_func
/linux-4.4.14/arch/arm/mach-lpc32xx/include/mach/
H A Duncompress.h50 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-netx/include/mach/
H A Duncompress.h58 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-omap1/include/mach/
H A Duncompress.h62 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Duncompress.h53 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-davinci/include/mach/
H A Duncompress.h43 static inline void flush(void) flush() function
/linux-4.4.14/arch/arm/mach-ep93xx/include/mach/
H A Duncompress.h51 static inline void flush(void) flush() function
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Drammcp77.c39 u32 flush = ((ram->base.size - (ram->poller_base + 0x40)) >> 5) - 1; mcp77_ram_init() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dpriv.h34 void (*flush)(struct nvkm_vm *); member in struct:nvkm_mmu_func
/linux-4.4.14/lib/
H A Ddecompress_inflate.c37 __gunzip(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long out_len, long *pos, void(*error)(char *x)) __gunzip() argument
186 gunzip(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long *pos, void (*error)(char *x)) gunzip() argument
196 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long out_len, long *pos, void (*error)(char *x)) __decompress() argument
H A Ddecompress_unlz4.c199 __decompress(unsigned char *buf, long in_len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *output, long out_len, long *posp, void (*error)(char *x) ) __decompress() argument
H A Ddecompress_unlzo.c292 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long olen, long *pos, void (*error)(char *x)) __decompress() argument
H A Ddecompress_unxz.c398 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *out_buf, long olen, long *pos, void (*error)(char *x)) __decompress() argument
H A Ddecompress_bunzip2.c678 bunzip2(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *outbuf, long *pos, void(*error)(char *x)) bunzip2() argument
746 __decompress(unsigned char *buf, long len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *outbuf, long olen, long *pos, void (*error)(char *x)) __decompress() argument
H A Ddecompress_unlzma.c283 long (*flush)(void*, unsigned long); member in struct:writer
537 unlzma(unsigned char *buf, long in_len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *output, long *posp, void(*error)(char *x) ) unlzma() argument
670 __decompress(unsigned char *buf, long in_len, long (*fill)(void*, unsigned long), long (*flush)(void*, unsigned long), unsigned char *output, long out_len, long *posp, void (*error)(char *x)) __decompress() argument
/linux-4.4.14/fs/f2fs/
H A Dtrace.c83 void f2fs_trace_ios(struct f2fs_io_info *fio, int flush) f2fs_trace_ios() argument
/linux-4.4.14/include/linux/
H A Ddm-dirty-log.h77 int (*flush)(struct dm_dirty_log *log); member in struct:dm_dirty_log_type
H A Dkgdb.h277 void (*flush) (void); member in struct:kgdb_io
H A Dinput.h169 int (*flush)(struct input_dev *dev, struct file *file); member in struct:input_dev
H A Dintel-iommu.h419 struct iommu_flush flush; member in struct:intel_iommu
H A Dblkdev.h149 } flush; member in union:request::__anon12122
H A Defi.h362 u32 flush; member in struct:__anon12251
382 u64 flush; member in struct:__anon12252
402 void *flush; member in struct:__anon12253
770 u32 flush; member in struct:__anon12268
784 u64 flush; member in struct:__anon12269
802 void *flush; member in struct:_efi_file_handle
H A Dide.h376 void (*flush)(struct ide_drive_s *); member in struct:ide_disk_ops
H A Dfs.h1623 int (*flush) (struct file *, fl_owner_t id); member in struct:file_operations
H A Dnetdevice.h1970 u16 flush; member in struct:napi_gro_cb
/linux-4.4.14/arch/arm/mach-rpc/include/mach/
H A Duncompress.h108 static inline void flush(void) flush() function
/linux-4.4.14/net/ipv4/
H A Dgre_offload.c127 int flush = 1; gre_gro_receive() local
H A Dtcp_offload.c190 int flush = 1; tcp_gro_receive() local
H A Dudp_offload.c300 int flush = 1; udp_gro_receive() local
H A Dfou.c262 int flush = 1; gue_gro_receive() local
H A Daf_inet.c1299 int flush = 1; inet_gro_receive() local
/linux-4.4.14/include/linux/mtd/
H A Dblktrans.h73 int (*flush)(struct mtd_blktrans_dev *dev); member in struct:mtd_blktrans_ops
/linux-4.4.14/arch/metag/mm/
H A Dcache.c468 void *flush; metag_code_cache_flush() local
/linux-4.4.14/net/ipv6/
H A Dip6_offload.c176 u16 flush = 1; ipv6_gro_receive() local
/linux-4.4.14/net/irda/ircomm/
H A Dircomm_param.c98 int ircomm_param_request(struct ircomm_tty_cb *self, __u8 pi, int flush) ircomm_param_request() argument
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c71 SVGAEscapeVideoFlush flush; member in struct:vmw_escape_video_flush
101 struct vmw_escape_video_flush *flush; vmw_overlay_send_put() local
192 struct vmw_escape_video_flush flush; vmw_overlay_send_stop() member in struct:__anon4957
H A Dvmwgfx_cmdbuf.c959 vmw_cmdbuf_commit_cur(struct vmw_cmdbuf_man *man, size_t size, bool flush) vmw_cmdbuf_commit_cur() argument
1016 vmw_cmdbuf_commit(struct vmw_cmdbuf_man *man, size_t size, struct vmw_cmdbuf_header *header, bool flush) vmw_cmdbuf_commit() argument
/linux-4.4.14/drivers/block/aoe/
H A Daoedev.c304 flush(const char __user *str, size_t cnt, int exiting) flush() function
/linux-4.4.14/arch/tile/kernel/
H A Dsmp.c175 struct ipi_flush *flush = (struct ipi_flush *) info; ipi_flush_icache_range() local
181 struct ipi_flush flush = { start, end }; flush_icache_range() local
/linux-4.4.14/drivers/bluetooth/
H A Dhci_uart.h67 int (*flush)(struct hci_uart *hu); member in struct:hci_uart_proto
/linux-4.4.14/lib/zlib_inflate/
H A Dinflate.c317 int zlib_inflate(z_streamp strm, int flush) zlib_inflate() argument
/linux-4.4.14/net/8021q/
H A Dvlan.c629 int flush = 1; vlan_gro_receive() local
/linux-4.4.14/net/ethernet/
H A Deth.c404 int flush = 1; eth_gro_receive() local
/linux-4.4.14/include/net/
H A Ddn_fib.h88 int (*flush)(struct dn_fib_table *t); member in struct:dn_fib_table
H A Dmac80211.h3395 void (*flush)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member in struct:ieee80211_ops
/linux-4.4.14/include/crypto/
H A Dmcryptd.h84 struct delayed_work flush; member in struct:mcryptd_alg_cstate
/linux-4.4.14/drivers/tty/
H A Dn_r3964.c379 static void flush(struct r3964_info *pInfo) flush() function
/linux-4.4.14/drivers/ide/
H A Dide-disk.c525 unsigned flush = 0; update_flush() local
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Drecv.c991 int ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp) ath_rx_tasklet() argument
37 ath_rx_buf_link(struct ath_softc *sc, struct ath_rxbuf *bf, bool flush) ath_rx_buf_link() argument
71 ath_rx_buf_relink(struct ath_softc *sc, struct ath_rxbuf *bf, bool flush) ath_rx_buf_relink() argument
H A Dmain.c1869 bool flush = false; ath9k_ampdu_action() local
H A Dxmit.c448 bool flush = !!(ts->ts_status & ATH9K_TX_FLUSH); ath_tx_complete_aggr() local
668 bool txok, flush; ath_tx_process_buffer() local
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dselftest.c81 bool flush; member in struct:efx_loopback_state
/linux-4.4.14/drivers/gpu/drm/msm/
H A Dmsm_gpu.h51 void (*flush)(struct msm_gpu *gpu); member in struct:msm_gpu_funcs
/linux-4.4.14/arch/um/kernel/
H A Dtlb.c400 void *flush = NULL; flush_tlb_page() local
/linux-4.4.14/arch/x86/crypto/sha-mb/
H A Dsha1_mb.c375 sha_finish_walk(struct mcryptd_hash_request_ctx **ret_rctx, struct mcryptd_alg_cstate *cstate, bool flush) sha_finish_walk() argument
/linux-4.4.14/block/
H A Dblk-settings.c832 void blk_queue_flush(struct request_queue *q, unsigned int flush) blk_queue_flush() argument
/linux-4.4.14/arch/powerpc/include/asm/
H A Diommu.h72 void (*flush)(struct iommu_table *tbl); member in struct:iommu_table_ops
/linux-4.4.14/drivers/md/bcache/
H A Drequest.c925 struct bio *flush = bio_alloc_bioset(GFP_NOIO, 0, cached_dev_write() local
H A Dbtree.c620 static int mca_reap(struct btree *b, unsigned min_order, bool flush) mca_reap() argument
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-diolan-u2c.c161 static int diolan_write_cmd(struct i2c_diolan_u2c *dev, bool flush) diolan_write_cmd() argument
169 static int diolan_usb_cmd(struct i2c_diolan_u2c *dev, u8 command, bool flush) diolan_usb_cmd() argument
177 diolan_usb_cmd_data(struct i2c_diolan_u2c *dev, u8 command, u8 data, bool flush) diolan_usb_cmd_data() argument
187 diolan_usb_cmd_data2(struct i2c_diolan_u2c *dev, u8 command, u8 d1, u8 d2, bool flush) diolan_usb_cmd_data2() argument
/linux-4.4.14/drivers/gpu/host1x/
H A Ddev.h47 void (*flush)(struct host1x_cdma *cdma); member in struct:host1x_cdma_ops
/linux-4.4.14/drivers/gpu/drm/qxl/
H A Dqxl_cmd.c203 bool qxl_queue_garbage_collect(struct qxl_device *qdev, bool flush) qxl_queue_garbage_collect() argument
/linux-4.4.14/drivers/acpi/
H A Dnfit.h70 struct acpi_nfit_flush_address *flush; member in struct:nfit_flush
H A Dnfit.c360 add_flush(struct acpi_nfit_desc *acpi_desc, struct nfit_table_prev *prev, struct acpi_nfit_flush_address *flush) add_flush() argument
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
H A Dmdp4_crtc.c90 uint32_t flush = 0; crtc_flush() local
/linux-4.4.14/include/linux/hsi/
H A Dhsi.h247 int (*flush)(struct hsi_client *cl); member in struct:hsi_port
/linux-4.4.14/tools/testing/nvdimm/test/
H A Dnfit.c143 void **flush; member in struct:nfit_test
498 struct acpi_nfit_flush_address *flush; nfit_test0_setup() local
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dpio.c93 int flush = 0; /* re-read sendctrl to make sure it is flushed */ pio_send_control() local
/linux-4.4.14/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_opr_v5.c1069 static void s5p_mfc_set_flush(struct s5p_mfc_ctx *ctx, int flush) s5p_mfc_set_flush() argument
H A Ds5p_mfc_opr_v6.c1388 static inline void s5p_mfc_set_flush(struct s5p_mfc_ctx *ctx, int flush) s5p_mfc_set_flush() argument
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
H A Di40evf_main.c287 void i40evf_irq_enable(struct i40evf_adapter *adapter, bool flush) i40evf_irq_enable() argument
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
H A Dmain.c870 static int carl9170_update_survey(struct ar9170 *ar, bool flush, bool noise) carl9170_update_survey() argument
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_ringbuffer.h183 int __must_check (*flush)(struct drm_i915_gem_request *req, member in struct:intel_engine_cs
H A Dintel_ringbuffer.c2479 gen6_bsd_ring_flush(struct drm_i915_gem_request *req, u32 invalidate, u32 flush) gen6_bsd_ring_flush() argument
2599 gen6_ring_flush(struct drm_i915_gem_request *req, u32 invalidate, u32 flush) gen6_ring_flush() argument
H A Di915_gem_gtt.c3148 bool flush; i915_gem_restore_gtt_mappings() local
/linux-4.4.14/fs/fat/
H A Dfat.h47 flush:1, /* write things quickly */ member in struct:fat_mount_options
/linux-4.4.14/fs/btrfs/
H A Dtransaction.c451 start_transaction(struct btrfs_root *root, unsigned int num_items, unsigned int type, enum btrfs_reserve_flush_enum flush) start_transaction() argument
H A Dextent_io.c3684 int flush = 0; lock_extent_buffer_for_io() local
H A Dvolumes.c268 btrfs_get_bdev_and_sb(const char *device_path, fmode_t flags, void *holder, int flush, struct block_device **bdev, struct buffer_head **bh) btrfs_get_bdev_and_sb() argument
H A Dextent-tree.c4567 enum btrfs_reserve_flush_enum flush; shrink_delalloc() local
5605 enum btrfs_reserve_flush_enum flush = BTRFS_RESERVE_FLUSH_ALL; btrfs_delalloc_reserve_metadata() local
4459 can_overcommit(struct btrfs_root *root, struct btrfs_space_info *space_info, u64 bytes, enum btrfs_reserve_flush_enum flush) can_overcommit() argument
4871 reserve_metadata_bytes(struct btrfs_root *root, struct btrfs_block_rsv *block_rsv, u64 orig_bytes, enum btrfs_reserve_flush_enum flush) reserve_metadata_bytes() argument
5193 btrfs_block_rsv_add(struct btrfs_root *root, struct btrfs_block_rsv *block_rsv, u64 num_bytes, enum btrfs_reserve_flush_enum flush) btrfs_block_rsv_add() argument
5229 btrfs_block_rsv_refill(struct btrfs_root *root, struct btrfs_block_rsv *block_rsv, u64 min_reserved, enum btrfs_reserve_flush_enum flush) btrfs_block_rsv_refill() argument
H A Dctree.h1192 unsigned int flush:1; /* set if we are trying to make space */ member in struct:btrfs_space_info
/linux-4.4.14/include/linux/netfilter/ipset/
H A Dip_set.h176 void (*flush)(struct ip_set *set); member in struct:ip_set_type_variant
/linux-4.4.14/arch/s390/mm/
H A Dpgtable.c301 int flush = 0; __gmap_unlink_by_vmaddr() local
340 int flush; gmap_unmap_segment() local
371 int flush; gmap_map_segment() local
451 int flush; gmap_unlink() local
/linux-4.4.14/sound/soc/samsung/
H A Di2s.c450 static inline void i2s_fifo(struct i2s_dai *i2s, u32 flush) i2s_fifo() argument
/linux-4.4.14/drivers/staging/slicoss/
H A Dslicoss.c135 static inline void slic_reg32_write(void __iomem *reg, u32 value, bool flush) slic_reg32_write() argument
142 slic_reg64_write(struct adapter *adapter, void __iomem *reg, u32 value, void __iomem *regh, u32 paddrh, bool flush) slic_reg64_write() argument
/linux-4.4.14/drivers/staging/speakup/
H A Dspk_types.h174 void (*flush)(struct spk_synth *synth); member in struct:spk_synth
/linux-4.4.14/drivers/scsi/
H A Dsd.c140 unsigned flush = 0; sd_set_flush_flag() local
/linux-4.4.14/drivers/md/
H A Ddm-table.c1327 unsigned flush = (*(unsigned *)data); device_flush_capable() local
1333 static bool dm_table_supports_flush(struct dm_table *t, unsigned flush) dm_table_supports_flush() argument
1485 unsigned flush = 0; dm_table_set_restrictions() local
/linux-4.4.14/drivers/infiniband/hw/mlx4/
H A Dmad.c1908 destroy_pv_resources(struct mlx4_ib_dev *dev, int slave, int port, struct mlx4_ib_demux_pv_ctx *ctx, int flush) destroy_pv_resources() argument
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
H A Ddebugfs.c2073 int flush; iwl_dbgfs_txfifo_flush_write() local
/linux-4.4.14/drivers/net/
H A Dgeneve.c396 int flush = 1; geneve_gro_receive() local
H A Dvxlan.c549 int flush = 1; vxlan_gro_receive() local
/linux-4.4.14/arch/x86/include/asm/
H A Dparavirt_types.h99 void (*flush)(void); member in struct:pv_lazy_ops
/linux-4.4.14/drivers/block/
H A Dpktcdvd.c2253 static void pkt_release_dev(struct pktcdvd_device *pd, int flush) pkt_release_dev() argument
2326 int flush = test_bit(PACKET_WRITABLE, &pd->flags); pkt_close() local
H A Dxen-blkfront.c1933 int barrier, flush, discard, persistent; blkfront_gather_backend_features() local
H A Dskd_main.c590 int flush, fua; skd_request_fn() local
/linux-4.4.14/mm/
H A Dvmalloc.c1044 int flush = 0; vm_unmap_aliases() local
/linux-4.4.14/kernel/
H A Dsignal.c788 sigset_t flush; prepare_signal() local
/linux-4.4.14/fs/reiserfs/
H A Dsuper.c1333 int flush = (1 << REISERFS_BARRIER_FLUSH); handle_barrier_mode() local
H A Djournal.c3615 int flush = flags & FLUSH_ALL; check_journal_end() local
3993 int flush; do_journal_end() local
/linux-4.4.14/include/uapi/drm/
H A Dr128_drm.h250 int flush; member in struct:drm_r128_cce_stop
H A Dradeon_drm.h590 int flush; member in struct:drm_radeon_cp_stop
/linux-4.4.14/drivers/spi/
H A Dspi-pl022.c554 static int flush(struct pl022 *pl022) flush() function
/linux-4.4.14/drivers/media/usb/cpia2/
H A Dcpia2.h382 u8 flush; member in struct:camera_data
/linux-4.4.14/drivers/atm/
H A Dambassador.h400 } flush; member in union:__anon3395::__anon3396
/linux-4.4.14/arch/x86/xen/
H A Dmmu.c615 int flush = 0; __xen_pgd_walk() local
743 int flush; xen_pin_page() local
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c2613 ixgbe_irq_enable(struct ixgbe_adapter *adapter, bool queues, bool flush) ixgbe_irq_enable() argument
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1299 bool flush = !skb->xmit_more; be_xmit() local
H A Dbe_cmds.h1177 u8 flush; member in struct:be_cmd_req_rss_config
/linux-4.4.14/arch/x86/kvm/
H A Dmmu.c1215 bool flush = false; __rmap_write_protect() local
1238 bool flush = false; __rmap_clear_dirty() local
1261 bool flush = false; __rmap_set_dirty() local
1363 bool flush = false; kvm_zap_rmapp() local
1947 bool flush = false; kvm_sync_pages() local
4509 bool flush = false; slot_handle_level_range() local
4602 bool flush; kvm_mmu_slot_remove_write_access() local
4677 bool flush; kvm_mmu_slot_leaf_clear_dirty() local
4699 bool flush; kvm_mmu_slot_largepage_remove_write_access() local
4717 bool flush; kvm_mmu_slot_set_dirty() local
/linux-4.4.14/include/net/bluetooth/
H A Dhci_core.h395 int (*flush)(struct hci_dev *hdev); member in struct:hci_dev
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h725 uint32_t flush:1; member in struct:cvmx_pci_cfg22::cvmx_pci_cfg22_s
/linux-4.4.14/fs/cifs/
H A Dcifsglob.h323 int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *); member in struct:smb_version_operations
/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Dfw.h1468 u8 flush; member in struct:host_cmd_ds_802_11_bg_scan_query
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2216 void (*flush)(struct ieee80211_hw *hw, u32 queues, bool drop); member in struct:rtl_intf_ops

Completed in 4951 milliseconds