Home
last modified time | relevance | path

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

1234

/linux-6.6.21/sound/core/oss/
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
108 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames) in snd_pcm_plug_alloc()
150 int snd_pcm_plugin_build(struct snd_pcm_substream *plug, in snd_pcm_plugin_build()
203 static snd_pcm_sframes_t calc_dst_frames(struct snd_pcm_substream *plug, in calc_dst_frames()
225 static snd_pcm_sframes_t calc_src_frames(struct snd_pcm_substream *plug, in calc_src_frames()
247 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()
262 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()
371 int snd_pcm_plug_format_plugins(struct snd_pcm_substream *plug, in snd_pcm_plug_format_plugins()
557 snd_pcm_sframes_t snd_pcm_plug_client_channels_buf(struct snd_pcm_substream *plug, in snd_pcm_plug_client_channels_buf()
[all …]
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) 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) argument
108 int snd_pcm_plugin_build_io(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_io()
Dcopy.c61 int snd_pcm_plugin_build_copy(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_copy()
Dpcm_plugin.h12 #define snd_pcm_plug_stream(plug) ((plug)->stream) argument
61 struct snd_pcm_substream *plug; member
Droute.c87 int snd_pcm_plugin_build_route(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_route()
Dlinear.c149 int snd_pcm_plugin_build_linear(struct snd_pcm_substream *plug, in snd_pcm_plugin_build_linear()
/linux-6.6.21/block/
Dblk-core.c1050 void blk_start_plug_nr_ios(struct blk_plug *plug, unsigned short nr_ios) in blk_start_plug_nr_ios()
1098 void blk_start_plug(struct blk_plug *plug) in blk_start_plug()
1104 static void flush_plug_callbacks(struct blk_plug *plug, bool from_schedule) in flush_plug_callbacks()
1124 struct blk_plug *plug = current->plug; in blk_check_plugged() local
1146 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule) in __blk_flush_plug()
1171 void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug()
Dblk-lib.c101 struct blk_plug plug; in blkdev_issue_discard() local
258 struct blk_plug plug; in blkdev_issue_zeroout() local
309 struct blk_plug plug; in blkdev_issue_secure_erase() local
Dblk-mq.c519 struct blk_plug *plug, in blk_mq_rq_cache_fill()
547 struct blk_plug *plug = current->plug; in blk_mq_alloc_cached_request() local
739 void blk_mq_free_plug_rqs(struct blk_plug *plug) in blk_mq_free_plug_rqs()
1282 static inline unsigned short blk_plug_max_rq_count(struct blk_plug *plug) in blk_plug_max_rq_count()
1289 static void blk_add_rq_to_plug(struct blk_plug *plug, struct request *rq) in blk_add_rq_to_plug()
2711 static void blk_mq_plug_issue_direct(struct blk_plug *plug) in blk_mq_plug_issue_direct()
2751 struct blk_plug *plug) in __blk_mq_flush_plug_list()
2758 static void blk_mq_dispatch_plug_list(struct blk_plug *plug, bool from_sched) in blk_mq_dispatch_plug_list()
2804 void blk_mq_flush_plug_list(struct blk_plug *plug, bool from_schedule) in blk_mq_flush_plug_list()
2900 struct blk_plug *plug, in blk_mq_get_new_requests()
[all …]
/linux-6.6.21/drivers/block/drbd/
Ddrbd_req.c1274 struct drbd_plug_cb *plug = container_of(cb, struct drbd_plug_cb, cb); in drbd_unplug() local
1296 struct drbd_plug_cb *plug; in drbd_check_plugged() local
1306 static void drbd_update_plug(struct drbd_plug_cb *plug, struct drbd_request *req) in drbd_update_plug()
1391 struct drbd_plug_cb *plug = drbd_check_plugged(resource); in drbd_send_and_submit() local
1444 struct blk_plug plug; in submit_fast_path() local
1497 struct blk_plug plug; in send_and_submit_pending() local
/linux-6.6.21/mm/
Dswap.h13 static inline void swap_read_unplug(struct swap_iocb *plug) in swap_read_unplug()
67 struct swap_iocb **plug) in swap_readpage()
Dswap_state.c529 unsigned long addr, struct swap_iocb **plug) in read_swap_cache_async()
629 struct blk_plug plug; in swap_cluster_readahead() local
783 struct blk_plug plug; in swap_vma_readahead() local
Dpage_io.c426 struct swap_iocb **plug) in swap_readpage_fs()
493 void swap_readpage(struct page *page, bool synchronous, struct swap_iocb **plug) in swap_readpage()
/linux-6.6.21/drivers/usb/typec/
Dclass.c253 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_set_partner() local
274 struct typec_plug *plug = to_typec_plug(adev->dev.parent); in typec_altmode_put_partner() local
621 struct typec_plug *plug; in number_of_alternate_modes_show() local
915 struct typec_plug *plug = to_typec_plug(dev); in typec_plug_release() local
928 struct typec_plug *plug = to_typec_plug(kobj_to_dev(kobj)); in typec_plug_attr_is_visible() local
967 int typec_plug_set_num_altmodes(struct typec_plug *plug, int num_altmodes) in typec_plug_set_num_altmodes()
999 typec_plug_register_altmode(struct typec_plug *plug, in typec_plug_register_altmode()
1020 struct typec_plug *plug; in typec_register_plug() local
1055 void typec_unregister_plug(struct typec_plug *plug) in typec_unregister_plug()
Dbus.h26 struct altmode *plug[2]; member
/linux-6.6.21/fs/hpfs/
Dbuffer.c41 struct blk_plug plug; in hpfs_prefetch_sectors() local
/linux-6.6.21/io_uring/
Dopdef.h9 unsigned plug : 1; member
/linux-6.6.21/drivers/md/
Draid1-10.c136 struct raid1_plug_cb *plug = NULL; in raid1_add_bio_to_plug() local
/linux-6.6.21/fs/xfs/
Dxfs_discard.c112 struct blk_plug plug; in xfs_discard_extents() local
Dxfs_dir2_readdir.c253 struct blk_plug plug; in xfs_dir2_leaf_readbuf() local
/linux-6.6.21/include/uapi/linux/
Dcec-funcs.h182 __u8 plug; member
274 __u8 plug) in cec_msg_record_on_plug()
544 __u8 plug, in cec_msg_clear_ext_timer()
573 __u8 *plug, in cec_ops_clear_ext_timer()
700 __u8 plug, in cec_msg_set_ext_timer()
729 __u8 *plug, in cec_ops_set_ext_timer()
Dvirtio_mem.h129 struct virtio_mem_req_plug plug; member
/linux-6.6.21/drivers/nvme/target/
Dio-cmd-bdev.c245 struct blk_plug plug; in nvmet_bdev_execute_rw() local
/linux-6.6.21/fs/jbd2/
Dcheckpoint.c124 struct blk_plug plug; in __flush_batch() local
/linux-6.6.21/drivers/platform/chrome/
Dcros_ec_typec.h53 struct typec_plug *plug; member

1234