Home
last modified time | relevance | path

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

/include/linux/
Dblk-mq.h512 void blk_mq_start_stopped_hw_queue(struct blk_mq_hw_ctx *hctx, bool async);
513 void blk_mq_start_stopped_hw_queues(struct request_queue *q, bool async);
517 void blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async);
518 void blk_mq_run_hw_queues(struct request_queue *q, bool async);
Dregmap.h458 struct regmap_async *async);
1073 bool *change, bool async, bool force);
1213 bool *change, bool async, bool force);
1218 bool *change, bool async, bool force);
1544 bool *change, bool async, bool force) in regmap_update_bits_base() argument
1573 bool *change, bool async, bool force) in regmap_field_update_bits_base() argument
1582 bool *change, bool async, bool force) in regmap_fields_update_bits_base() argument
Dscmi_protocol.h292 bool async; member
Dkvm_host.h750 bool atomic, bool *async, bool write_fault,
/include/trace/hooks/
Dblock.h67 TP_PROTO(bool *skip, struct blk_mq_hw_ctx *hctx, bool async),
68 TP_ARGS(skip, hctx, async), 1);
/include/linux/greybus/
Dhd.h41 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.h367 int async);
1570 int xfrm4_transport_finish(struct sk_buff *skb, int async);
1594 int xfrm6_transport_finish(struct sk_buff *skb, int async);
/include/trace/events/
Dsunrpc.h277 __field(bool, async)
286 __entry->async = RPC_IS_ASYNC(task);
294 __get_str(procname), __entry->async ? "a": ""