Home
last modified time | relevance | path

Searched defs:plug (Results 1 – 56 of 56) sorted by relevance

/linux-4.4.14/sound/core/oss/
Dio.c28 #define pcm_write(plug,buf,count) snd_pcm_oss_write3(plug,buf,count,1) argument
29 #define pcm_writev(plug,vec,count) snd_pcm_oss_writev3(plug,vec,count,1) argument
30 #define pcm_read(plug,buf,count) snd_pcm_oss_read3(plug,buf,count,1) argument
31 #define pcm_readv(plug,vec,count) snd_pcm_oss_readv3(plug,vec,count,1) argument
108 int snd_pcm_plugin_build_io(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_io()
Dpcm_plugin.c35 #define snd_pcm_plug_first(plug) ((plug)->runtime->oss.plugin_first) argument
36 #define snd_pcm_plug_last(plug) ((plug)->runtime->oss.plugin_last) argument
104 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames) in snd_pcm_plug_alloc()
146 int snd_pcm_plugin_build(struct snd_pcm_substream *plug, in snd_pcm_plugin_build()
199 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t drv_fr… in snd_pcm_plug_client_size()
230 snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t clt_fra… in snd_pcm_plug_slave_size()
361 int snd_pcm_plug_format_plugins(struct snd_pcm_substream *plug, in snd_pcm_plug_format_plugins()
547 snd_pcm_sframes_t snd_pcm_plug_client_channels_buf(struct snd_pcm_substream *plug, in snd_pcm_plug_client_channels_buf()
586 snd_pcm_sframes_t snd_pcm_plug_write_transfer(struct snd_pcm_substream *plug, struct snd_pcm_plugin… in snd_pcm_plug_write_transfer()
618 snd_pcm_sframes_t snd_pcm_plug_read_transfer(struct snd_pcm_substream *plug, struct snd_pcm_plugin_… in snd_pcm_plug_read_transfer()
Dcopy.c61 int snd_pcm_plugin_build_copy(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_copy()
Dpcm_plugin.h27 #define snd_pcm_plug_stream(plug) ((plug)->stream) argument
76 struct snd_pcm_substream *plug; member
Droute.c85 int snd_pcm_plugin_build_route(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_route()
Dlinear.c147 int snd_pcm_plugin_build_linear(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_linear()
Dmulaw.c298 int snd_pcm_plugin_build_mulaw(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_mulaw()
Drate.c300 int snd_pcm_plugin_build_rate(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_rate()
/linux-4.4.14/block/
Dblk-core.c1615 struct blk_plug *plug; in blk_attempt_plug_merge() local
1664 struct blk_plug *plug; in blk_plug_queued_count() local
1703 struct blk_plug *plug; in blk_queue_bio() local
3155 void blk_start_plug(struct blk_plug *plug) in blk_start_plug()
3204 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule) in flush_plug_callbacks()
3224 struct blk_plug *plug = current->plug; in blk_check_plugged() local
3246 void blk_flush_plug_list(struct blk_plug *plug, bool from_schedule) in blk_flush_plug_list()
3317 void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
3329 struct blk_plug *plug; in blk_poll() local
Dblk-lib.c51 struct blk_plug plug; in blkdev_issue_discard() local
Dblk-mq.c1068 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule) in blk_mq_flush_plug_list()
1249 struct blk_plug *plug; in blk_mq_make_request() local
1343 struct blk_plug *plug; in blk_sq_make_request() local
Dblk-throttle.c1092 struct blk_plug plug; in blk_throtl_dispatch_work_fn() local
/linux-4.4.14/fs/hpfs/
Dbuffer.c40 struct blk_plug plug; in hpfs_prefetch_sectors() local
/linux-4.4.14/fs/jbd2/
Dcheckpoint.c185 struct blk_plug plug; in __flush_batch() local
Dcommit.c391 struct blk_plug plug; in jbd2_journal_commit_transaction() local
/linux-4.4.14/fs/nfs/blocklayout/
Dblocklayout.c236 struct blk_plug plug; in bl_read_pagelist() local
378 struct blk_plug plug; in bl_write_pagelist() local
/linux-4.4.14/fs/btrfs/
Draid56.c1680 static void run_plug(struct btrfs_plug_cb *plug) in run_plug()
1724 struct btrfs_plug_cb *plug; in unplug_work() local
1731 struct btrfs_plug_cb *plug; in btrfs_raid_unplug() local
1751 struct btrfs_plug_cb *plug = NULL; in raid56_parity_write() local
Dtransaction.c1031 struct blk_plug plug; in btrfs_write_and_wait_marked_extents() local
Dtree-log.c2734 struct blk_plug plug; in btrfs_sync_log() local
Dscrub.c3067 struct blk_plug plug; in scrub_stripe() local
Dvolumes.c344 struct blk_plug plug; in run_scheduled_bios() local
/linux-4.4.14/mm/
Dmadvise.c468 struct blk_plug plug; in SYSCALL_DEFINE3() local
Dswap_state.c473 struct blk_plug plug; in swapin_readahead() local
Dreadahead.c114 struct blk_plug plug; in read_pages() local
Dpage-writeback.c2324 struct blk_plug plug; in generic_writepages() local
Dvmscan.c2191 struct blk_plug plug; in shrink_lruvec() local
/linux-4.4.14/fs/xfs/
Dxfs_dir2_readdir.c281 struct blk_plug plug; in xfs_dir2_leaf_readbuf() local
Dxfs_itable.c182 struct blk_plug plug; in xfs_bulkstat_ichunk_ra() local
Dxfs_buf.c1216 struct blk_plug plug; in _xfs_buf_ioapply() local
1791 struct blk_plug plug; in __xfs_buf_delwri_submit() local
/linux-4.4.14/fs/
Dmpage.c686 struct blk_plug plug; in mpage_writepages() local
Dfs-writeback.c1626 struct blk_plug plug; in writeback_inodes_wb() local
1662 struct blk_plug plug; in wb_writeback() local
Ddirect-io.c1122 struct blk_plug plug; in do_blockdev_direct_IO() local
Dblock_dev.c1642 struct blk_plug plug; in blkdev_write_iter() local
Daio.c1578 struct blk_plug plug; in do_io_submit() local
Dbuffer.c737 struct blk_plug plug; in fsync_buffers_list() local
/linux-4.4.14/drivers/media/firewire/
Dfiredtv-avc.c1371 int cmp_establish_pp_connection(struct firedtv *fdtv, int plug, int channel) in cmp_establish_pp_connection()
1431 void cmp_break_pp_connection(struct firedtv *fdtv, int plug, int channel) in cmp_break_pp_connection()
/linux-4.4.14/drivers/md/
Draid1.c1011 struct raid1_plug_cb *plug = container_of(cb, struct raid1_plug_cb, in raid1_unplug() local
1064 struct raid1_plug_cb *plug = NULL; in make_request() local
2386 struct blk_plug plug; in raid1d() local
Draid10.c1019 struct raid10_plug_cb *plug = container_of(cb, struct raid10_plug_cb, in raid10_unplug() local
1070 struct raid10_plug_cb *plug = NULL; in __make_request() local
2686 struct blk_plug plug; in raid10d() local
Ddm-bufio.c715 struct blk_plug plug; in __flush_write_list() local
1119 struct blk_plug plug; in dm_bufio_prefetch() local
Ddm-kcopyd.c583 struct blk_plug plug; in do_work() local
Ddm-crypt.c1197 struct blk_plug plug; in dmcrypt_write() local
Draid5.c5797 struct blk_plug plug; in raid5_do_work() local
5836 struct blk_plug plug; in raid5d() local
Ddm-thin.c1997 struct blk_plug plug; in process_thin_deferred_bios() local
Dmd.c7769 struct blk_plug plug; in md_do_sync() local
/linux-4.4.14/fs/ext4/
Dfile.c97 struct blk_plug plug; in ext4_file_write_iter() local
Dinode.c2460 struct blk_plug plug; in ext4_writepages() local
2474 struct blk_plug plug; in ext4_writepages() local
/linux-4.4.14/include/linux/
Dblkdev.h1073 struct blk_plug *plug = tsk->plug; in blk_flush_plug() local
1081 struct blk_plug *plug = tsk->plug; in blk_schedule_flush_plug() local
1089 struct blk_plug *plug = tsk->plug; in blk_needs_flush_plug() local
1676 static inline void blk_start_plug(struct blk_plug *plug) in blk_start_plug()
1680 static inline void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
Dsched.h1644 struct blk_plug *plug; member
/linux-4.4.14/fs/gfs2/
Dlog.c149 struct blk_plug plug; in gfs2_ail1_flush() local
/linux-4.4.14/drivers/target/
Dtarget_core_iblock.c343 struct blk_plug plug; in iblock_submit_bios() local
/linux-4.4.14/fs/f2fs/
Dgc.c780 struct blk_plug plug; in do_garbage_collect() local
Dcheckpoint.c861 struct blk_plug plug; in block_operations() local
Dnode.c1089 struct blk_plug plug; in get_node_page_ra() local
/linux-4.4.14/arch/powerpc/platforms/ps3/
Dinterrupt.c717 unsigned int plug; in ps3_get_irq() local
/linux-4.4.14/drivers/block/xen-blkback/
Dblkback.c1211 struct blk_plug plug; in dispatch_rw_block_io() local
/linux-4.4.14/drivers/vhost/
Dscsi.c1595 struct se_lun *lun, bool plug) in vhost_scsi_do_plug()