Home
last modified time | relevance | path

Searched refs:plug (Results 1 – 8 of 8) sorted by relevance

/include/uapi/linux/
A Dvirtio_mem.h131 struct virtio_mem_req_plug plug; member
A Dcec-funcs.h182 __u8 plug; member
274 __u8 plug) in cec_msg_record_on_plug() argument
279 msg->msg[3] = plug; in cec_msg_record_on_plug()
544 __u8 plug, in cec_msg_clear_ext_timer() argument
558 msg->msg[10] = plug; in cec_msg_clear_ext_timer()
573 __u8 *plug, in cec_ops_clear_ext_timer() argument
585 *plug = msg->msg[10]; in cec_ops_clear_ext_timer()
700 __u8 plug, in cec_msg_set_ext_timer() argument
714 msg->msg[10] = plug; in cec_msg_set_ext_timer()
729 __u8 *plug, in cec_ops_set_ext_timer() argument
[all …]
/include/linux/usb/
A Dtypec.h162 int typec_plug_set_num_altmodes(struct typec_plug *plug, int num_altmodes);
164 *typec_plug_register_altmode(struct typec_plug *plug,
337 void typec_unregister_plug(struct typec_plug *plug);
A Dtypec_altmode.h150 void typec_altmode_put_plug(struct typec_altmode *plug);
/include/linux/
A Dblkdev.h1179 void __blk_flush_plug(struct blk_plug *plug, bool from_schedule);
1180 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug() argument
1182 if (plug) in blk_flush_plug()
1183 __blk_flush_plug(plug, async); in blk_flush_plug()
1191 struct blk_plug *plug = tsk->plug; in blk_plug_invalidate_ts() local
1193 if (plug) in blk_plug_invalidate_ts()
1194 plug->cur_ktime = 0; in blk_plug_invalidate_ts()
1204 static inline void blk_start_plug_nr_ios(struct blk_plug *plug, in blk_start_plug_nr_ios() argument
1209 static inline void blk_start_plug(struct blk_plug *plug) in blk_start_plug() argument
1213 static inline void blk_finish_plug(struct blk_plug *plug) in blk_finish_plug() argument
[all …]
A Dshmem_fs.h112 int shmem_writeout(struct folio *folio, struct swap_iocb **plug,
A Dio_uring_types.h228 struct blk_plug plug; member
A Dsched.h1282 struct blk_plug *plug; member

Completed in 38 milliseconds