| /linux/sound/core/oss/ |
| H A D | pcm_plugin.c | 20 #define snd_pcm_plug_first(plug) ((plug)->runtime->oss.plugin_first) argument 21 #define snd_pcm_plug_last(plug) ((plug)->runtime->oss.plugin_last) argument 93 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames) in snd_pcm_plug_alloc() argument 135 int snd_pcm_plugin_build(struct snd_pcm_substream *plug, in snd_pcm_plugin_build() argument 188 calc_dst_frames(struct snd_pcm_substream * plug,snd_pcm_sframes_t frames,bool check_size) calc_dst_frames() argument 210 calc_src_frames(struct snd_pcm_substream * plug,snd_pcm_sframes_t frames,bool check_size) calc_src_frames() argument 232 snd_pcm_plug_client_size(struct snd_pcm_substream * plug,snd_pcm_uframes_t drv_frames) snd_pcm_plug_client_size() argument 247 snd_pcm_plug_slave_size(struct snd_pcm_substream * plug,snd_pcm_uframes_t clt_frames) snd_pcm_plug_slave_size() argument 356 snd_pcm_plug_format_plugins(struct snd_pcm_substream * plug,struct snd_pcm_hw_params * params,struct snd_pcm_hw_params * slave_params) snd_pcm_plug_format_plugins() argument 542 snd_pcm_plug_client_channels_buf(struct snd_pcm_substream * plug,char * buf,snd_pcm_uframes_t count,struct snd_pcm_plugin_channel ** channels) snd_pcm_plug_client_channels_buf() argument 582 snd_pcm_plug_write_transfer(struct snd_pcm_substream * plug,struct snd_pcm_plugin_channel * src_channels,snd_pcm_uframes_t size) snd_pcm_plug_write_transfer() argument 624 snd_pcm_plug_read_transfer(struct snd_pcm_substream * plug,struct snd_pcm_plugin_channel * dst_channels_final,snd_pcm_uframes_t size) snd_pcm_plug_read_transfer() argument [all...] |
| H A D | io.c | 13 #define pcm_write(plug,buf,count) snd_pcm_oss_write3(plug,buf,count,1) argument 14 #define pcm_writev(plug,vec,count) snd_pcm_oss_writev3(plug,vec,count) argument 15 #define pcm_read(plug,buf,count) snd_pcm_oss_read3(plug,buf,count,1) argument 16 #define pcm_readv(plug,vec,count) snd_pcm_oss_readv3(plug,vec,count) argument 93 int snd_pcm_plugin_build_io(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_io()
|
| H A D | copy.c | 46 int snd_pcm_plugin_build_copy(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_copy()
|
| H A D | pcm_plugin.h | 12 #define snd_pcm_plug_stream(plug) ((plug)->stream) argument 61 struct snd_pcm_substream *plug; member
|
| H A D | route.c | 72 int snd_pcm_plugin_build_route(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_route()
|
| H A D | linear.c | 134 int snd_pcm_plugin_build_linear(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_linear()
|
| H A D | mulaw.c | 286 int snd_pcm_plugin_build_mulaw(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_mulaw()
|
| H A D | rate.c | 285 int snd_pcm_plugin_build_rate(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_rate()
|
| /linux/include/linux/ |
| H A D | blk_plug.h | 48 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug() 74 static inline void blk_start_plug(struct blk_plug *plug) in blk_start_plug() 78 static inline void blk_start_plug_nr_ios(struct blk_plug *plug, in blk_start_plug_nr_ios() 83 static inline void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug() 87 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug()
|
| /linux/block/ |
| H A D | blk-core.c | 1169 void blk_start_plug_nr_ios(struct blk_plug *plug, unsigned short nr_ios) in blk_start_plug_nr_ios() 1218 void blk_start_plug(struct blk_plug *plug) in blk_start_plug() 1224 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule) in flush_plug_callbacks() 1244 struct blk_plug *plug = current->plug; in blk_check_plugged() local 1266 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule) in __blk_flush_plug() 1294 void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
|
| H A D | blk-mq.c | 598 struct blk_plug *plug, in blk_mq_rq_cache_fill() 630 struct blk_plug *plug = current->plug; in blk_mq_alloc_cached_request() local 834 void blk_mq_free_plug_rqs(struct blk_plug *plug) in blk_mq_free_plug_rqs() 1370 static inline unsigned short blk_plug_max_rq_count(struct blk_plug *plug) in blk_plug_max_rq_count() 1377 static void blk_add_rq_to_plug(struct blk_plug *plug, struct request *rq) in blk_add_rq_to_plug() 2938 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule) in blk_mq_flush_plug_list() 3016 struct blk_plug *plug, in blk_mq_get_new_requests() 3049 static struct request *blk_mq_get_cached_request(struct blk_plug *plug, in blk_mq_get_cached_request() 3096 struct blk_plug *plug = current->plug; in blk_mq_submit_bio() local
|
| H A D | fops.c | 178 struct blk_plug plug; in __blkdev_direct_IO() local 482 struct blk_plug plug; in blkdev_writepages() local
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_req.c | 1275 struct drbd_plug_cb *plug = container_of(cb, struct drbd_plug_cb, cb); in drbd_unplug() local 1297 struct drbd_plug_cb *plug; in drbd_check_plugged() local 1307 static void drbd_update_plug(struct drbd_plug_cb *plug, struct drbd_request *req) in drbd_update_plug() 1392 struct drbd_plug_cb *plug = drbd_check_plugged(resource); in drbd_send_and_submit() local 1445 struct blk_plug plug; in submit_fast_path() local 1498 struct blk_plug plug; in send_and_submit_pending() local
|
| /linux/mm/ |
| H A D | swap_state.c | 638 swap_cache_read_folio(swp_entry_t entry,gfp_t gfp,struct mempolicy * mpol,pgoff_t ilx,struct swap_iocb ** plug,bool readahead) swap_cache_read_folio() argument 704 read_swap_cache_async(swp_entry_t entry,gfp_t gfp_mask,struct vm_area_struct * vma,unsigned long addr,struct swap_iocb ** plug) read_swap_cache_async() argument 811 struct blk_plug plug; swap_cluster_readahead() local 902 struct blk_plug plug; swap_vma_readahead() local
|
| H A D | readahead.c | 164 struct blk_plug plug; in read_pages() local
|
| /linux/fs/hpfs/ |
| H A D | buffer.c | 41 struct blk_plug plug; in hpfs_prefetch_sectors() local
|
| /linux/fs/xfs/ |
| H A D | xfs_buf.c | 1291 struct blk_plug plug; in xfs_buf_submit_bio() local 1987 struct blk_plug plug; in xfs_buf_delwri_submit_nowait() local 2026 struct blk_plug plug; in xfs_buf_delwri_submit() local
|
| H A D | xfs_discard.c | 118 struct blk_plug plug; in xfs_discard_extents() local 474 struct blk_plug plug; in xfs_discard_rtdev_extents() local
|
| H A D | xfs_iwalk.c | 104 struct blk_plug plug; in xfs_iwalk_ichunk_ra() local
|
| /linux/fs/jbd2/ |
| H A D | checkpoint.c | 130 struct blk_plug plug; in __flush_batch() local
|
| /linux/include/uapi/linux/ |
| H A D | virtio_mem.h | 129 struct virtio_mem_req_plug plug; global() member [all...] |
| /linux/drivers/md/ |
| H A D | raid1-10.c | 131 struct raid1_plug_cb *plug = NULL; in raid1_add_bio_to_plug() local
|
| H A D | raid1.c | 948 struct blk_plug plug; in flush_pending_writes() local 1277 struct raid1_plug_cb *plug = container_of(cb, struct raid1_plug_cb, in raid1_unplug() local 2644 struct blk_plug plug; in raid1d() local
|
| /linux/drivers/media/firewire/ |
| H A D | firedtv-avc.c | 1379 int cmp_establish_pp_connection(struct firedtv *fdtv, int plug, int channel) in cmp_establish_pp_connection() 1439 void cmp_break_pp_connection(struct firedtv *fdtv, int plug, int channel) in cmp_break_pp_connection()
|
| /linux/fs/ |
| H A D | mpage.c | 671 struct blk_plug plug; in __mpage_writepages() local
|