Searched refs:async (Results 1 - 25 of 303) sorted by path

1234567891011>>

/linux-master/drivers/net/wireless/broadcom/b43/
H A Dmain.h96 struct b43_firmware_file *fw, bool async);
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_mgmt.h198 unsigned int __beiscsi_boot_get_shandle(struct beiscsi_hba *phba, int async);
/linux-master/drivers/scsi/bnx2i/
H A D57xx_iscsi_hsi.h1522 struct bnx2i_async_msg async; member in union:iscsi_response
/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/kernel/irq/
H A Dautoprobe.c12 #include <linux/async.h>
/linux-master/arch/arm/mach-omap2/
H A Dusb-tusb6010.c115 printk(error, "async", status);
154 unsigned int async, unsigned int sync,
162 status = gpmc_cs_request(async, SZ_16M, (unsigned long *)
170 async_cs = async;
152 tusb6010_setup_interface(struct musb_hdrc_platform_data *data, unsigned int ps_refclk, unsigned int waitpin, unsigned int async, unsigned int sync, unsigned int dmachan) argument
/linux-master/arch/powerpc/kernel/vdso/
H A Dsigtramp64.S305 # I don't think so, since gcc doesn't support async signals.
/linux-master/arch/powerpc/platforms/powernv/
H A DMakefile11 obj-y += setup.o opal-call.o opal-wrappers.o opal.o opal-async.o
H A Dopal-async.c249 const __be32 *async; local
259 async = of_get_property(opal_node, "opal-msg-async-num", NULL);
260 if (!async) {
261 pr_err("%s: %pOF has no opal-msg-async-num\n",
267 opal_max_async_tokens = be32_to_cpup(async);
/linux-master/arch/s390/include/asm/
H A Dap.h47 unsigned int async : 1; member in struct:ap_queue_status
/linux-master/arch/sh/drivers/pci/
H A Dpcie-sh7786.c13 #include <linux/async.h>
/linux-master/arch/sparc/kernel/
H A Dentry.S326 be sun4m_nmi_error ! Must be an NMI async memory error
735 /* NMI async memory error handling. */
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c4347 bool async; local
4384 async = false;
4385 fault->pfn = __gfn_to_pfn_memslot(slot, fault->gfn, false, false, &async,
4388 if (!async)
4579 WARN_ONCE(1, "Unexpected host async PF flags: %x\n", flags);
/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/crypto/
H A Dtcrypt.c883 pr_info("testing speed of async %s (%s)\n", algo,
1295 unsigned int tcount, u8 *keysize, bool async)
1313 tfm = crypto_alloc_skcipher(algo, 0, async ? 0 : CRYPTO_ALG_ASYNC);
1321 pr_info("testing speed of %s %s (%s) %s\n", async ? "async" : "sync",
1293 test_skcipher_speed(const char *algo, int enc, unsigned int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize, bool async) argument
/linux-master/drivers/acpi/
H A Dbattery.c13 #include <linux/async.h>
/linux-master/drivers/ata/
H A Dlibata-core.c5175 bool async)
5204 if (!async)
5209 bool async)
5230 async);
5263 bool async)
5267 async);
5328 * level. sas suspend/resume is async to allow parallel port recovery
5173 ata_port_request_pm(struct ata_port *ap, pm_message_t mesg, unsigned int action, unsigned int ehi_flags, bool async) argument
5208 ata_port_suspend(struct ata_port *ap, pm_message_t mesg, bool async) argument
5262 ata_port_resume(struct ata_port *ap, pm_message_t mesg, bool async) argument
H A Dpata_legacy.c47 #include <linux/async.h>
/linux-master/drivers/base/
H A Dbus.c12 #include <linux/async.h>
H A Ddd.c27 #include <linux/async.h>
60 /* Save the async probe drivers' name from kernel cmdline */
986 dev_dbg(dev, "async probe completed\n");
1001 bool async = false; local
1034 * async probes and there are drivers that
1040 async = true;
1050 if (async)
1149 dev_dbg(dev, "driver %s async attach completed: %d\n", drv->name, ret);
1157 bool async = false; local
1205 async
[all...]
/linux-master/drivers/base/firmware_loader/
H A Dmain.c32 #include <linux/async.h>
/linux-master/drivers/base/power/
H A Dmain.c31 #include <linux/async.h>
233 * @async: If unset, wait only if the device's power.async_suspend flag is set.
235 static void dpm_wait(struct device *dev, bool async) argument
240 if (async || (pm_async_enabled && dev->power.async_suspend))
250 static void dpm_wait_for_children(struct device *dev, bool async) argument
252 device_for_each_child(dev, &async, dpm_wait_fn);
255 static void dpm_wait_for_suppliers(struct device *dev, bool async) argument
271 dpm_wait(link->supplier, async);
276 static bool dpm_wait_for_superior(struct device *dev, bool async) argument
298 dpm_wait(parent, async);
310 dpm_wait_for_consumers(struct device *dev, bool async) argument
333 dpm_wait_for_subordinate(struct device *dev, bool async) argument
618 device_resume_noirq(struct device *dev, pm_message_t state, bool async) argument
769 device_resume_early(struct device *dev, pm_message_t state, bool async) argument
903 device_resume(struct device *dev, pm_message_t state, bool async) argument
1203 device_suspend_noirq(struct device *dev, pm_message_t state, bool async) argument
1376 device_suspend_late(struct device *dev, pm_message_t state, bool async) argument
1583 device_suspend(struct device *dev, pm_message_t state, bool async) argument
[all...]
H A Dsysfs.c62 * async - Report/change current async suspend setting for the device
69 * All devices have one of the following two values for power/async:
608 static DEVICE_ATTR_RW(async);
/linux-master/drivers/base/regmap/
H A Dinternal.h75 bool async; member in struct:regmap
284 void regmap_async_complete_cb(struct regmap_async *async, int ret);

Completed in 372 milliseconds

1234567891011>>