Searched refs:async (Results 151 - 175 of 303) sorted by relevance

1234567891011>>

/linux-master/drivers/firmware/arm_scmi/
H A Dsensors.c604 s->async = SUPPORTS_ASYNC_READ(attrl);
872 if (s->async) {
944 if (s->async) {
/linux-master/net/xfrm/
H A Dxfrm_input.c460 int async = 0; local
483 /* An encap_type of -1 indicates async resumption. */
485 async = 1;
712 err = afinfo->transport_finish(skb, xfrm_gro || async);
/linux-master/fs/xfs/
H A Dxfs_log_cil.c725 * block async log pushers on callbacks. Async log pushers explicitly do
1454 * If the caller is performing an async push, we need to ensure that the
1458 * which defeats the purpose of having an async, non-blocking CIL force
1466 bool async)
1476 if (!async)
1482 * If this is an async flush request, we always need to set the
1488 cil->xc_push_commit_stable = async;
1463 xlog_cil_push_now( struct xlog *log, xfs_lsn_t push_seq, bool async) argument
/linux-master/drivers/usb/host/
H A Disp1362-hcd.c478 /* async deschedule */
754 list_for_each_entry(ep, &isp1362_hcd->async, schedule) {
781 if (isp1362_hcd->async.next != isp1362_hcd->async.prev) {
783 list_move(&isp1362_hcd->async, isp1362_hcd->async.next);
1037 if (!list_empty(&isp1362_hcd->async) && !(irqstat & HCuPINT_ATL)) {
1315 DBG(1, "%s: Adding ep %p req %d to async schedule\n",
1317 list_add_tail(&ep->schedule, &isp1362_hcd->async);
2095 list_for_each_entry(ep, &isp1362_hcd->async, schedul
[all...]
/linux-master/block/
H A Dblk-mq.c2231 * @async: If we want to run the queue asynchronously.
2237 void blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async) argument
2244 WARN_ON_ONCE(!async && in_interrupt());
2246 might_sleep_if(!async && hctx->flags & BLK_MQ_F_BLOCKING);
2263 if (async || !cpumask_test_cpu(raw_smp_processor_id(), hctx->cpumask)) {
2297 * @async: If we want to run the queue asynchronously.
2299 void blk_mq_run_hw_queues(struct request_queue *q, bool async) argument
2317 blk_mq_run_hw_queue(hctx, async);
2412 void blk_mq_start_stopped_hw_queue(struct blk_mq_hw_ctx *hctx, bool async) argument
2418 blk_mq_run_hw_queue(hctx, async);
2422 blk_mq_start_stopped_hw_queues(struct request_queue *q, bool async) argument
[all...]
/linux-master/fs/nfsd/
H A Dtrace.h2027 __field(bool, async)
2046 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags);
2061 TP_printk("client=%pISpc intra=%d async=%d "
2065 __get_sockaddr(addr), __entry->intra, __entry->async,
2092 __field(bool, async)
2098 __entry->async = !test_bit(NFSD4_COPY_F_SYNCHRONOUS, &copy->cp_flags);
2102 TP_printk("addr=%pISpc status=%d intra=%d async=%d ",
2103 __get_sockaddr(addr), __entry->status, __entry->intra, __entry->async
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c1541 ASYNC_DOMAIN_EXCLUSIVE(async);
1552 phy, &async);
1555 async_synchronize_full_domain(&async);
1912 ASYNC_DOMAIN_EXCLUSIVE(async);
1929 device, &async);
1932 async_synchronize_full_domain(&async);
/linux-master/drivers/nvme/host/
H A Dtcp.c272 return false; /* async events don't have a request */
1338 struct nvme_tcp_request *async = &ctrl->async_req; local
1340 page_frag_free(async->pdu);
1346 struct nvme_tcp_request *async = &ctrl->async_req; local
1349 async->pdu = page_frag_alloc(&queue->pf_cache,
1352 if (!async->pdu)
1355 async->queue = &ctrl->queues[0];
/linux-master/drivers/infiniband/core/
H A Duverbs_main.c425 entry->desc.async.element = element;
426 entry->desc.async.event_type = event;
427 entry->desc.async.reserved = 0;
/linux-master/drivers/scsi/
H A Dscsi_scan.c36 #include <linux/async.h>
95 #define SCSI_SCAN_TYPE_DEFAULT "async"
104 MODULE_PARM_DESC(scan, "sync, async, manual, or none. "
126 * scsi_enable_async_suspend - Enable async suspend and resume
131 * If a user has disabled async probing a likely reason is due to a
135 if (strncmp(scsi_scan_type, "async", 5) != 0)
157 * sleep a little. Even if we never get memory, the async
863 * @async: 1 if this device is being scanned asynchronously
874 blist_flags_t *bflags, int async)
1115 if (!async
873 scsi_add_lun(struct scsi_device *sdev, unsigned char *inq_result, blist_flags_t *bflags, int async) argument
[all...]
H A Datp870u.c1413 atpdev->async[0] = 0;
1420 atpdev->async[0] |= n;
1422 atpdev->async[0] = ~(atpdev->async[0]);
1487 atpdev->async[c] = 0;
1494 atpdev->async[c] |= n;
1496 atpdev->async[c] = ~(atpdev->async[c]);
2177 if ((dev->async[c] & m) != 0) {
/linux-master/include/linux/
H A Dblkdev.h1003 static inline void blk_flush_plug(struct blk_plug *plug, bool async) argument
1006 __blk_flush_plug(plug, async);
1040 static inline void blk_flush_plug(struct blk_plug *plug, bool async) argument
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_asic.h141 u64 crtc_base, bool async);
252 u64 crtc_base, bool async);
466 bool async);
536 u64 crtc_base, bool async);
/linux-master/drivers/s390/char/
H A Dsclp_sd.c17 #include <linux/async.h>
/linux-master/drivers/comedi/drivers/
H A Dadl_pci7x3x.c136 struct comedi_async *async_p = s->async;
/linux-master/arch/sh/drivers/pci/
H A Dpcie-sh7786.c13 #include <linux/async.h>
/linux-master/drivers/usb/musb/
H A Dmusb_core.h328 dma_addr_t async; member in struct:musb
/linux-master/drivers/cxl/
H A Dpmem.c8 #include <linux/async.h>
/linux-master/drivers/media/i2c/
H A Ddw9768.c9 #include <media/v4l2-async.h>
H A Dths8200.c26 #include <media/v4l2-async.h>
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disp.c2025 static int isp_subdev_notifier_bound(struct v4l2_async_notifier *async, argument
2029 struct isp_device *isp = container_of(async, struct isp_device,
2042 static int isp_subdev_notifier_complete(struct v4l2_async_notifier *async) argument
2044 struct isp_device *isp = container_of(async, struct isp_device,
/linux-master/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.h17 #include <media/v4l2-async.h>
/linux-master/drivers/media/platform/
H A Dvideo-mux.c17 #include <media/v4l2-async.h>
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c476 * @async: Don't wait for return message
483 const u8 *macaddr, bool async)
504 err = idpf_add_del_mac_filters(vport, np, false, async);
555 * @async: Don't wait for return message
562 const u8 *macaddr, bool async)
573 err = idpf_add_del_mac_filters(vport, np, true, async);
481 idpf_del_mac_filter(struct idpf_vport *vport, struct idpf_netdev_priv *np, const u8 *macaddr, bool async) argument
560 idpf_add_mac_filter(struct idpf_vport *vport, struct idpf_netdev_priv *np, const u8 *macaddr, bool async) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h278 int crtc_id, u64 crtc_base, bool async);

Completed in 299 milliseconds

1234567891011>>