Searched refs:async (Results 1 – 11 of 11) sorted by relevance
/include/linux/comedi/ |
A D | comedidev.h | 162 struct comedi_async *async; member 962 return s->async->buf_write_count - s->async->buf_read_count; in comedi_buf_n_bytes_ready()
|
/include/linux/greybus/ |
A D | hd.h | 41 bool async);
|
/include/linux/ |
A D | regmap.h | 545 struct regmap_async *async); 1309 bool *change, bool async, bool force); 1462 bool *change, bool async, bool force); 1467 bool *change, bool async, bool force); 1857 bool *change, bool async, bool force) in regmap_update_bits_base() argument 1893 bool *change, bool async, bool force) in regmap_field_update_bits_base() argument 1902 bool *change, bool async, bool force) in regmap_fields_update_bits_base() argument
|
A D | blk-mq.h | 913 void blk_mq_start_stopped_hw_queue(struct blk_mq_hw_ctx *hctx, bool async); 914 void blk_mq_start_stopped_hw_queues(struct request_queue *q, bool async); 921 void blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async); 922 void blk_mq_run_hw_queues(struct request_queue *q, bool async);
|
A D | tty_port.h | 235 void __tty_port_tty_hangup(struct tty_port *port, bool check_clocal, bool async);
|
A D | blkdev.h | 1180 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug() argument 1183 __blk_flush_plug(plug, async); in blk_flush_plug() 1217 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug() argument
|
A D | scmi_protocol.h | 346 bool async; member
|
/include/uapi/drm/ |
A D | exynos_drm.h | 135 __u64 async; member
|
/include/linux/hsi/ |
A D | hsi.h | 229 int (*async)(struct hsi_msg *msg); member
|
/include/net/ |
A D | xfrm.h | 424 int async); 1804 int xfrm4_transport_finish(struct sk_buff *skb, int async); 1825 int xfrm6_transport_finish(struct sk_buff *skb, int async);
|
/include/trace/events/ |
A D | sunrpc.h | 316 __field(bool, async) 325 __entry->async = RPC_IS_ASYNC(task); 333 __get_str(procname), __entry->async ? "a": ""
|
Completed in 54 milliseconds