/linux-4.4.14/arch/arm/include/debug/ |
H A D | uncompress.h | 6 static inline void flush(void) {} arch_decomp_setup() function
|
/linux-4.4.14/arch/arm/mach-ks8695/include/mach/ |
H A D | uncompress.h | 28 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-spear/include/mach/ |
H A D | uncompress.h | 33 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-ebsa110/include/mach/ |
H A D | uncompress.h | 30 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-footbridge/include/mach/ |
H A D | uncompress.h | 30 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-gemini/include/mach/ |
H A D | uncompress.h | 33 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-iop13xx/include/mach/ |
H A D | uncompress.h | 15 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-mmp/include/mach/ |
H A D | uncompress.h | 34 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-mv78xx0/include/mach/ |
H A D | uncompress.h | 28 static void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-orion5x/include/mach/ |
H A D | uncompress.h | 30 static void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/ |
H A D | uncompress.h | 44 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-versatile/include/mach/ |
H A D | uncompress.h | 36 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-w90x900/include/mach/ |
H A D | uncompress.h | 40 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-clps711x/include/mach/ |
H A D | uncompress.h | 46 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-dove/include/mach/ |
H A D | uncompress.h | 29 static void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-iop32x/include/mach/ |
H A D | uncompress.h | 21 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-iop33x/include/mach/ |
H A D | uncompress.h | 21 static inline void flush(void) flush() function
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
H A D | priv.h | 15 void (*flush)(struct nvkm_bar *); member in struct:nvkm_bar_func
|
/linux-4.4.14/arch/arm/mach-realview/include/mach/ |
H A D | uncompress.h | 66 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/ |
H A D | uncompress.h | 34 static void flush(void) flush() function
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
H A D | priv.h | 22 void (*flush)(struct nvkm_ltc *); member in struct:nvkm_ltc_func
|
/linux-4.4.14/arch/arm/mach-lpc32xx/include/mach/ |
H A D | uncompress.h | 50 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-netx/include/mach/ |
H A D | uncompress.h | 58 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-omap1/include/mach/ |
H A D | uncompress.h | 62 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-pxa/include/mach/ |
H A D | uncompress.h | 53 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-davinci/include/mach/ |
H A D | uncompress.h | 43 static inline void flush(void) flush() function
|
/linux-4.4.14/arch/arm/mach-ep93xx/include/mach/ |
H A D | uncompress.h | 51 static inline void flush(void) flush() function
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | rammcp77.c | 39 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 D | priv.h | 34 void (*flush)(struct nvkm_vm *); member in struct:nvkm_mmu_func
|
/linux-4.4.14/lib/ |
H A D | decompress_inflate.c | 37 __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 D | decompress_unlz4.c | 199 __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 D | decompress_unlzo.c | 292 __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 D | decompress_unxz.c | 398 __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 D | decompress_bunzip2.c | 678 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 D | decompress_unlzma.c | 283 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 D | trace.c | 83 void f2fs_trace_ios(struct f2fs_io_info *fio, int flush) f2fs_trace_ios() argument
|
/linux-4.4.14/include/linux/ |
H A D | dm-dirty-log.h | 77 int (*flush)(struct dm_dirty_log *log); member in struct:dm_dirty_log_type
|
H A D | kgdb.h | 277 void (*flush) (void); member in struct:kgdb_io
|
H A D | input.h | 169 int (*flush)(struct input_dev *dev, struct file *file); member in struct:input_dev
|
H A D | intel-iommu.h | 419 struct iommu_flush flush; member in struct:intel_iommu
|
H A D | blkdev.h | 149 } flush; member in union:request::__anon12122
|
H A D | efi.h | 362 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 D | ide.h | 376 void (*flush)(struct ide_drive_s *); member in struct:ide_disk_ops
|
H A D | fs.h | 1623 int (*flush) (struct file *, fl_owner_t id); member in struct:file_operations
|
H A D | netdevice.h | 1970 u16 flush; member in struct:napi_gro_cb
|
/linux-4.4.14/arch/arm/mach-rpc/include/mach/ |
H A D | uncompress.h | 108 static inline void flush(void) flush() function
|
/linux-4.4.14/net/ipv4/ |
H A D | gre_offload.c | 127 int flush = 1; gre_gro_receive() local
|
H A D | tcp_offload.c | 190 int flush = 1; tcp_gro_receive() local
|
H A D | udp_offload.c | 300 int flush = 1; udp_gro_receive() local
|
H A D | fou.c | 262 int flush = 1; gue_gro_receive() local
|
H A D | af_inet.c | 1299 int flush = 1; inet_gro_receive() local
|
/linux-4.4.14/include/linux/mtd/ |
H A D | blktrans.h | 73 int (*flush)(struct mtd_blktrans_dev *dev); member in struct:mtd_blktrans_ops
|
/linux-4.4.14/arch/metag/mm/ |
H A D | cache.c | 468 void *flush; metag_code_cache_flush() local
|
/linux-4.4.14/net/ipv6/ |
H A D | ip6_offload.c | 176 u16 flush = 1; ipv6_gro_receive() local
|
/linux-4.4.14/net/irda/ircomm/ |
H A D | ircomm_param.c | 98 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 D | vmwgfx_overlay.c | 71 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 D | vmwgfx_cmdbuf.c | 959 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 D | aoedev.c | 304 flush(const char __user *str, size_t cnt, int exiting) flush() function
|
/linux-4.4.14/arch/tile/kernel/ |
H A D | smp.c | 175 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 D | hci_uart.h | 67 int (*flush)(struct hci_uart *hu); member in struct:hci_uart_proto
|
/linux-4.4.14/lib/zlib_inflate/ |
H A D | inflate.c | 317 int zlib_inflate(z_streamp strm, int flush) zlib_inflate() argument
|
/linux-4.4.14/net/8021q/ |
H A D | vlan.c | 629 int flush = 1; vlan_gro_receive() local
|
/linux-4.4.14/net/ethernet/ |
H A D | eth.c | 404 int flush = 1; eth_gro_receive() local
|
/linux-4.4.14/include/net/ |
H A D | dn_fib.h | 88 int (*flush)(struct dn_fib_table *t); member in struct:dn_fib_table
|
H A D | mac80211.h | 3395 void (*flush)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member in struct:ieee80211_ops
|
/linux-4.4.14/include/crypto/ |
H A D | mcryptd.h | 84 struct delayed_work flush; member in struct:mcryptd_alg_cstate
|
/linux-4.4.14/drivers/tty/ |
H A D | n_r3964.c | 379 static void flush(struct r3964_info *pInfo) flush() function
|
/linux-4.4.14/drivers/ide/ |
H A D | ide-disk.c | 525 unsigned flush = 0; update_flush() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | 991 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 D | main.c | 1869 bool flush = false; ath9k_ampdu_action() local
|
H A D | xmit.c | 448 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 D | selftest.c | 81 bool flush; member in struct:efx_loopback_state
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
H A D | msm_gpu.h | 51 void (*flush)(struct msm_gpu *gpu); member in struct:msm_gpu_funcs
|
/linux-4.4.14/arch/um/kernel/ |
H A D | tlb.c | 400 void *flush = NULL; flush_tlb_page() local
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
H A D | sha1_mb.c | 375 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 D | blk-settings.c | 832 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 D | iommu.h | 72 void (*flush)(struct iommu_table *tbl); member in struct:iommu_table_ops
|
/linux-4.4.14/drivers/md/bcache/ |
H A D | request.c | 925 struct bio *flush = bio_alloc_bioset(GFP_NOIO, 0, cached_dev_write() local
|
H A D | btree.c | 620 static int mca_reap(struct btree *b, unsigned min_order, bool flush) mca_reap() argument
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-diolan-u2c.c | 161 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 D | dev.h | 47 void (*flush)(struct host1x_cdma *cdma); member in struct:host1x_cdma_ops
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
H A D | qxl_cmd.c | 203 bool qxl_queue_garbage_collect(struct qxl_device *qdev, bool flush) qxl_queue_garbage_collect() argument
|
/linux-4.4.14/drivers/acpi/ |
H A D | nfit.h | 70 struct acpi_nfit_flush_address *flush; member in struct:nfit_flush
|
H A D | nfit.c | 360 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 D | mdp4_crtc.c | 90 uint32_t flush = 0; crtc_flush() local
|
/linux-4.4.14/include/linux/hsi/ |
H A D | hsi.h | 247 int (*flush)(struct hsi_client *cl); member in struct:hsi_port
|
/linux-4.4.14/tools/testing/nvdimm/test/ |
H A D | nfit.c | 143 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 D | pio.c | 93 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 D | s5p_mfc_opr_v5.c | 1069 static void s5p_mfc_set_flush(struct s5p_mfc_ctx *ctx, int flush) s5p_mfc_set_flush() argument
|
H A D | s5p_mfc_opr_v6.c | 1388 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 D | i40evf_main.c | 287 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 D | main.c | 870 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 D | intel_ringbuffer.h | 183 int __must_check (*flush)(struct drm_i915_gem_request *req, member in struct:intel_engine_cs
|
H A D | intel_ringbuffer.c | 2479 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 D | i915_gem_gtt.c | 3148 bool flush; i915_gem_restore_gtt_mappings() local
|
/linux-4.4.14/fs/fat/ |
H A D | fat.h | 47 flush:1, /* write things quickly */ member in struct:fat_mount_options
|
/linux-4.4.14/fs/btrfs/ |
H A D | transaction.c | 451 start_transaction(struct btrfs_root *root, unsigned int num_items, unsigned int type, enum btrfs_reserve_flush_enum flush) start_transaction() argument
|
H A D | extent_io.c | 3684 int flush = 0; lock_extent_buffer_for_io() local
|
H A D | volumes.c | 268 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 D | extent-tree.c | 4567 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 D | ctree.h | 1192 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 D | ip_set.h | 176 void (*flush)(struct ip_set *set); member in struct:ip_set_type_variant
|
/linux-4.4.14/arch/s390/mm/ |
H A D | pgtable.c | 301 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 D | i2s.c | 450 static inline void i2s_fifo(struct i2s_dai *i2s, u32 flush) i2s_fifo() argument
|
/linux-4.4.14/drivers/staging/slicoss/ |
H A D | slicoss.c | 135 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 D | spk_types.h | 174 void (*flush)(struct spk_synth *synth); member in struct:spk_synth
|
/linux-4.4.14/drivers/scsi/ |
H A D | sd.c | 140 unsigned flush = 0; sd_set_flush_flag() local
|
/linux-4.4.14/drivers/md/ |
H A D | dm-table.c | 1327 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 D | mad.c | 1908 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 D | debugfs.c | 2073 int flush; iwl_dbgfs_txfifo_flush_write() local
|
/linux-4.4.14/drivers/net/ |
H A D | geneve.c | 396 int flush = 1; geneve_gro_receive() local
|
H A D | vxlan.c | 549 int flush = 1; vxlan_gro_receive() local
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | paravirt_types.h | 99 void (*flush)(void); member in struct:pv_lazy_ops
|
/linux-4.4.14/drivers/block/ |
H A D | pktcdvd.c | 2253 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 D | xen-blkfront.c | 1933 int barrier, flush, discard, persistent; blkfront_gather_backend_features() local
|
H A D | skd_main.c | 590 int flush, fua; skd_request_fn() local
|
/linux-4.4.14/mm/ |
H A D | vmalloc.c | 1044 int flush = 0; vm_unmap_aliases() local
|
/linux-4.4.14/kernel/ |
H A D | signal.c | 788 sigset_t flush; prepare_signal() local
|
/linux-4.4.14/fs/reiserfs/ |
H A D | super.c | 1333 int flush = (1 << REISERFS_BARRIER_FLUSH); handle_barrier_mode() local
|
H A D | journal.c | 3615 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 D | r128_drm.h | 250 int flush; member in struct:drm_r128_cce_stop
|
H A D | radeon_drm.h | 590 int flush; member in struct:drm_radeon_cp_stop
|
/linux-4.4.14/drivers/spi/ |
H A D | spi-pl022.c | 554 static int flush(struct pl022 *pl022) flush() function
|
/linux-4.4.14/drivers/media/usb/cpia2/ |
H A D | cpia2.h | 382 u8 flush; member in struct:camera_data
|
/linux-4.4.14/drivers/atm/ |
H A D | ambassador.h | 400 } flush; member in union:__anon3395::__anon3396
|
/linux-4.4.14/arch/x86/xen/ |
H A D | mmu.c | 615 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 D | ixgbe_main.c | 2613 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 D | be_main.c | 1299 bool flush = !skb->xmit_more; be_xmit() local
|
H A D | be_cmds.h | 1177 u8 flush; member in struct:be_cmd_req_rss_config
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | mmu.c | 1215 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 D | hci_core.h | 395 int (*flush)(struct hci_dev *hdev); member in struct:hci_dev
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
H A D | cvmx-pci-defs.h | 725 uint32_t flush:1; member in struct:cvmx_pci_cfg22::cvmx_pci_cfg22_s
|
/linux-4.4.14/fs/cifs/ |
H A D | cifsglob.h | 323 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 D | fw.h | 1468 u8 flush; member in struct:host_cmd_ds_802_11_bg_scan_query
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
H A D | wifi.h | 2216 void (*flush)(struct ieee80211_hw *hw, u32 queues, bool drop); member in struct:rtl_intf_ops
|