/linux-3.4.99/sound/core/oss/ |
D | io.c | 28 #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()
|
D | pcm_plugin.c | 35 #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() 229 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() 359 int snd_pcm_plug_format_plugins(struct snd_pcm_substream *plug, in snd_pcm_plug_format_plugins() 545 snd_pcm_sframes_t snd_pcm_plug_client_channels_buf(struct snd_pcm_substream *plug, in snd_pcm_plug_client_channels_buf() 584 snd_pcm_sframes_t snd_pcm_plug_write_transfer(struct snd_pcm_substream *plug, struct snd_pcm_plugin… in snd_pcm_plug_write_transfer() 616 snd_pcm_sframes_t snd_pcm_plug_read_transfer(struct snd_pcm_substream *plug, struct snd_pcm_plugin_… in snd_pcm_plug_read_transfer()
|
D | copy.c | 61 int snd_pcm_plugin_build_copy(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_copy()
|
D | pcm_plugin.h | 27 #define snd_pcm_plug_stream(plug) ((plug)->stream) argument 76 struct snd_pcm_substream *plug; member
|
D | route.c | 85 int snd_pcm_plugin_build_route(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_route()
|
D | linear.c | 147 int snd_pcm_plugin_build_linear(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_linear()
|
D | mulaw.c | 298 int snd_pcm_plugin_build_mulaw(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_mulaw()
|
D | rate.c | 300 int snd_pcm_plugin_build_rate(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_rate()
|
/linux-3.4.99/block/ |
D | blk-core.c | 1270 struct blk_plug *plug; in attempt_plug_merge() local 1320 struct blk_plug *plug; in blk_queue_bio() local 2728 void blk_start_plug(struct blk_plug *plug) in blk_start_plug() 2794 static void flush_plug_callbacks(struct blk_plug *plug) in flush_plug_callbacks() 2812 void blk_flush_plug_list(struct blk_plug *plug, bool from_schedule) in blk_flush_plug_list() 2884 void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
|
/linux-3.4.99/fs/jbd/ |
D | commit.c | 305 struct blk_plug plug; in journal_commit_transaction() local
|
D | checkpoint.c | 261 struct blk_plug plug; in __flush_batch() local
|
/linux-3.4.99/fs/jbd2/ |
D | checkpoint.c | 234 struct blk_plug plug; in __flush_batch() local
|
D | commit.c | 332 struct blk_plug plug; in jbd2_journal_commit_transaction() local
|
/linux-3.4.99/mm/ |
D | readahead.c | 112 struct blk_plug plug; in read_pages() local
|
D | filemap.c | 1416 struct blk_plug plug; in generic_file_aio_read() local 2607 struct blk_plug plug; in generic_file_aio_write() local
|
/linux-3.4.99/fs/ |
D | mpage.c | 676 struct blk_plug plug; in mpage_writepages() local
|
D | aio.c | 1683 struct blk_plug plug; in do_io_submit() local
|
/linux-3.4.99/include/linux/ |
D | blkdev.h | 908 struct blk_plug *plug = tsk->plug; in blk_flush_plug() local 916 struct blk_plug *plug = tsk->plug; in blk_schedule_flush_plug() local 924 struct blk_plug *plug = tsk->plug; in blk_needs_flush_plug() local 1397 static inline void blk_start_plug(struct blk_plug *plug) in blk_start_plug() 1401 static inline void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
|
/linux-3.4.99/fs/xfs/ |
D | xfs_buf.c | 1710 struct blk_plug plug; in xfsbufd() local 1750 struct blk_plug plug; in xfs_flush_buftarg() local
|
/linux-3.4.99/drivers/media/dvb/firewire/ |
D | firedtv-avc.c | 1361 int cmp_establish_pp_connection(struct firedtv *fdtv, int plug, int channel) in cmp_establish_pp_connection() 1421 void cmp_break_pp_connection(struct firedtv *fdtv, int plug, int channel) in cmp_break_pp_connection()
|
/linux-3.4.99/drivers/target/ |
D | target_core_iblock.c | 497 struct blk_plug plug; in iblock_submit_bios() local
|
/linux-3.4.99/drivers/block/xen-blkback/ |
D | blkback.c | 637 struct blk_plug plug; in dispatch_rw_block_io() local
|
/linux-3.4.99/arch/powerpc/platforms/ps3/ |
D | interrupt.c | 716 unsigned int plug; in ps3_get_irq() local
|
/linux-3.4.99/drivers/md/ |
D | dm-kcopyd.c | 465 struct blk_plug plug; in do_work() local
|
/linux-3.4.99/drivers/block/ |
D | umem.c | 533 struct blk_plug *plug = current->plug; in mm_check_plugged() local
|