Home
last modified time | relevance | path

Searched refs:async (Results 1 – 11 of 11) sorted by relevance

/include/linux/comedi/
Dcomedidev.h162 struct comedi_async *async; member
968 return s->async->buf_write_count - s->async->buf_read_count; in comedi_buf_n_bytes_ready()
/include/linux/greybus/
Dhd.h41 bool async);
/include/linux/
Dregmap.h517 struct regmap_async *async);
1251 bool *change, bool async, bool force);
1394 bool *change, bool async, bool force);
1399 bool *change, bool async, bool force);
1786 bool *change, bool async, bool force) in regmap_update_bits_base() argument
1815 bool *change, bool async, bool force) in regmap_field_update_bits_base() argument
1824 bool *change, bool async, bool force) in regmap_fields_update_bits_base() argument
Dblk-mq.h936 void blk_mq_start_stopped_hw_queue(struct blk_mq_hw_ctx *hctx, bool async);
937 void blk_mq_start_stopped_hw_queues(struct request_queue *q, bool async);
944 void blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async);
945 void blk_mq_run_hw_queues(struct request_queue *q, bool async);
Dblkdev.h1133 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug() argument
1136 __blk_flush_plug(plug, async); in blk_flush_plug()
1170 static inline void blk_flush_plug(struct blk_plug *plug, bool async) in blk_flush_plug() argument
Dscmi_protocol.h353 bool async; member
Dkvm_host.h1251 bool atomic, bool interruptible, bool *async,
/include/uapi/drm/
Dexynos_drm.h135 __u64 async; member
/include/linux/hsi/
Dhsi.h229 int (*async)(struct hsi_msg *msg); member
/include/net/
Dxfrm.h408 int async);
1737 int xfrm4_transport_finish(struct sk_buff *skb, int async);
1758 int xfrm6_transport_finish(struct sk_buff *skb, int async);
/include/trace/events/
Dsunrpc.h318 __field(bool, async)
327 __entry->async = RPC_IS_ASYNC(task);
335 __get_str(procname), __entry->async ? "a": ""