Searched refs:async (Results 101 - 125 of 303) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dblk-mq.h882 void blk_mq_start_stopped_hw_queue(struct blk_mq_hw_ctx *hctx, bool async);
883 void blk_mq_start_stopped_hw_queues(struct request_queue *q, bool async);
890 void blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async);
891 void blk_mq_run_hw_queues(struct request_queue *q, bool async);
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_internal.h30 #include <media/v4l2-async.h>
/linux-master/drivers/staging/media/starfive/camss/
H A Dstf-camss.c108 dev_err(stfcamss->dev, "failed to add async notifier\n");
169 static int stfcamss_subdev_notifier_bound(struct v4l2_async_notifier *async, argument
174 container_of(async, struct stfcamss, notifier);
331 dev_err(dev, "Failed to register async subdev nodes: %d\n",
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dbench-lookups.c147 bool rand_order, bool async)
155 ao_del.del_async = !!async;
247 test_print_stats("Delete: async", nr_keys[i], &bt->delete_async);
144 bench_delete(int lsk, struct bench_stats *add, struct bench_stats *del, union tcp_addr *ips, size_t ips_nr, bool rand_order, bool async) argument
/linux-master/drivers/usb/host/
H A Dehci-hcd.c87 MODULE_PARM_DESC (park, "park setting; 1-3 back-to-back async packets");
514 * dedicate a qh for the async ring head, since we couldn't unlink
515 * a 'real' qh without stopping the async schedule [4.8]. use it
520 ehci->async->qh_next.qh = NULL;
521 hw = ehci->async->hw;
522 hw->hw_next = QH_NEXT(ehci, ehci->async->qh_dma);
529 ehci->async->qh_state = QH_STATE_LINKED;
530 hw->hw_alt_next = QTD_NEXT(ehci, ehci->async->dummy->qtd_dma);
543 * NVidia and ALI silicon), maximizes throughput on the async
585 ehci_writel(ehci, (u32)ehci->async
[all...]
H A Dsl811-hcd.c299 * from the previous frame), and the rest of the time is async
316 else if (!list_empty(&sl811->async))
317 ep = container_of(sl811->async.next,
331 if (ep->schedule.next == &sl811->async)
441 /* async deschedule? */
469 /* we might turn SOFs back on again for the async schedule */
746 if (sl811->periodic_count == 0 && list_empty(&sl811->async))
898 list_add_tail(&ep->schedule, &sl811->async);
1436 list_for_each_entry (ep, &sl811->async, schedule) {
1459 if (!list_empty(&sl811->async))
[all...]
/linux-master/drivers/comedi/drivers/
H A Dcb_pcidas64.c2556 struct comedi_async *async = s->async; local
2557 struct comedi_cmd *cmd = &async->cmd;
2815 struct comedi_async *async = s->async; local
2816 struct comedi_cmd *cmd = &async->cmd;
2823 async->events |= COMEDI_CB_ERROR;
2852 async->scans_done >= cmd->stop_arg) ||
2854 async->events |= COMEDI_CB_EOA;
2992 struct comedi_async *async; local
[all...]
H A Ddt3000.c331 s->async->events |= COMEDI_CB_ERROR;
335 s->async->events |= COMEDI_CB_EOA;
454 struct comedi_cmd *cmd = &s->async->cmd;
/linux-master/net/tls/
H A Dtls_sw.c54 bool async;
271 if (darg->async) {
296 /* all completions have run, we're not doing async anymore */
297 darg->async = false;
302 darg->async = false;
1448 * async | Async decrypt allowed | Async crypto used / in progress
1609 if (unlikely(darg->async)) {
1648 /* keep going even for ->async, the code below is TLS 1.3 */
1693 darg->async = false;
1967 bool async local
[all...]
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss.c25 #include <media/v4l2-async.h>
1426 static int camss_subdev_notifier_bound(struct v4l2_async_notifier *async, argument
1430 struct camss *camss = container_of(async, struct camss, notifier);
1442 static int camss_subdev_notifier_complete(struct v4l2_async_notifier *async) argument
1444 struct camss *camss = container_of(async, struct camss, notifier);
1709 "Failed to register async subdev nodes: %d\n",
/linux-master/drivers/s390/crypto/
H A Dap_queue.c57 if (status.async)
198 if (status.async)
256 if (status.async)
320 if (status.async)
431 if (status.async && status.response_code) {
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c506 struct crypto_async_request *async,
608 struct crypto_async_request *async,
615 struct skcipher_request *areq = skcipher_request_cast(async);
978 struct crypto_async_request *async,
981 struct skcipher_request *req = skcipher_request_cast(async);
987 err = safexcel_handle_inv_result(priv, ring, async, sreq,
990 err = safexcel_handle_req_result(priv, ring, async, req->src,
1000 struct crypto_async_request *async,
1003 struct aead_request *req = aead_request_cast(async);
1010 err = safexcel_handle_inv_result(priv, ring, async, sre
505 safexcel_context_control(struct safexcel_cipher_ctx *ctx, struct crypto_async_request *async, struct safexcel_cipher_req *sreq, struct safexcel_command_desc *cdesc) argument
607 safexcel_handle_req_result(struct safexcel_crypto_priv *priv, int ring, struct crypto_async_request *async, struct scatterlist *src, struct scatterlist *dst, unsigned int cryptlen, struct safexcel_cipher_req *sreq, bool *should_complete, int *ret) argument
976 safexcel_skcipher_handle_result(struct safexcel_crypto_priv *priv, int ring, struct crypto_async_request *async, bool *should_complete, int *ret) argument
998 safexcel_aead_handle_result(struct safexcel_crypto_priv *priv, int ring, struct crypto_async_request *async, bool *should_complete, int *ret) argument
1039 safexcel_skcipher_send(struct crypto_async_request *async, int ring, int *commands, int *results) argument
1071 safexcel_aead_send(struct crypto_async_request *async, int ring, int *commands, int *results) argument
[all...]
H A Dsafexcel_hash.c228 struct crypto_async_request *async,
232 struct ahash_request *areq = ahash_request_cast(async);
311 static int safexcel_ahash_send_req(struct crypto_async_request *async, int ring, argument
314 struct ahash_request *areq = ahash_request_cast(async);
519 struct crypto_async_request *async,
523 struct ahash_request *areq = ahash_request_cast(async);
553 enq_ret = crypto_enqueue_request(&priv->ring[ring].queue, async);
568 struct crypto_async_request *async,
571 struct ahash_request *areq = ahash_request_cast(async);
579 err = safexcel_handle_inv_result(priv, ring, async,
226 safexcel_handle_req_result(struct safexcel_crypto_priv *priv, int ring, struct crypto_async_request *async, bool *should_complete, int *ret) argument
517 safexcel_handle_inv_result(struct safexcel_crypto_priv *priv, int ring, struct crypto_async_request *async, bool *should_complete, int *ret) argument
567 safexcel_handle_result(struct safexcel_crypto_priv *priv, int ring, struct crypto_async_request *async, bool *should_complete, int *ret) argument
589 safexcel_ahash_send_inv(struct crypto_async_request *async, int ring, int *commands, int *results) argument
607 safexcel_ahash_send(struct crypto_async_request *async, int ring, int *commands, int *results) argument
[all...]
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c232 int async; member in struct:g2d_runqueue_node
888 if (runqueue_node->async)
1016 if (runqueue_node->async)
1318 runqueue_node->async = req->async;
1338 if (req->async)
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c70 MODULE_PARM_DESC(park, "park setting; 1-3 back-to-back async packets");
372 fotg210->async->hw->hw_alt_next)
402 if (td->hw_alt_next == fotg210->async->hw->hw_alt_next)
456 /* dumps a snapshot of the async schedule.
461 for (qh = fotg210->async->qh_next.qh; size > 0 && qh;
710 temp = scnprintf(next, size, "async unlink qh %p\n",
846 debugfs_create_file("async", S_IRUGO, root, bus, &debug_async_fops);
1083 fotg210_dbg(fotg210, "Waited too long for the async schedule status (%x/%x), giving up\n",
1104 /* Turn off the async schedule after a brief delay */
1791 * - async an
[all...]
/linux-master/drivers/scsi/cxlflash/
H A Dcommon.h14 #include <linux/async.h>
/linux-master/include/linux/hsi/
H A Dhsi.h213 * @async: Asynchronous transfer callback
229 int (*async)(struct hsi_msg *msg); member in struct:hsi_port
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_mgmt.h198 unsigned int __beiscsi_boot_get_shandle(struct beiscsi_hba *phba, int async);
/linux-master/include/uapi/drm/
H A Dexynos_drm.h135 __u64 async; member in struct:drm_exynos_g2d_exec
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_io.h66 #define _INTF_ASYNC_ BIT(0) /*support async io*/
80 u8 async);
/linux-master/drivers/infiniband/core/
H A Duverbs.h167 struct ib_uverbs_async_event_desc async; member in union:ib_uverbs_event::__anon771
/linux-master/arch/powerpc/kernel/vdso/
H A Dsigtramp64.S305 # I don't think so, since gcc doesn't support async signals.
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dmsgq.c130 if (seq->async) {
/linux-master/drivers/cxl/
H A Dsecurity.c6 #include <linux/async.h>
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disp.h18 #include <media/v4l2-async.h>

Completed in 284 milliseconds

1234567891011>>