Searched refs:async (Results 126 - 150 of 303) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/ti/cal/
H A Dcal.h23 #include <media/v4l2-async.h>
/linux-master/drivers/scsi/libsas/
H A Dsas_ata.c12 #include <linux/async.h>
829 ASYNC_DOMAIN_EXCLUSIVE(async);
858 async_schedule_domain(async_sas_ata_eh, dev, &async);
864 async_synchronize_full_domain(&async);
/linux-master/fs/afs/
H A Drxrpc.c329 if (call->async) {
340 (call->async ?
417 /* We need to dispose of the extra ref we grabbed for an async call.
423 if (call->async) {
706 call->async = true;
/linux-master/arch/s390/include/asm/
H A Dap.h47 unsigned int async : 1; member in struct:ap_queue_status
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dkey-management.c66 static int test_del_key(int sk, uint8_t sndid, uint8_t rcvid, bool async, argument
93 if (async)
115 bool async, int current_key, int rnext_key,
120 err = test_del_key(sk, sndid, rcvid, async, current_key, rnext_key);
114 try_delete_key(char *tst_name, int sk, uint8_t sndid, uint8_t rcvid, bool async, int current_key, int rnext_key, fault_t inj) argument
/linux-master/kernel/
H A Dasync.c3 * async.c: Asynchronous function calls for boot performance
28 The async core will assign each scheduled event such a sequence cookie and
47 #include <linux/async.h>
338 * current_is_async - is %current an async worker task?
340 * Returns %true if %current is an async worker task.
355 * work items. The default min_active of 8 isn't sufficient for async
359 async_wq = alloc_workqueue("async", WQ_UNBOUND, 0);
H A Dumh.c28 #include <linux/async.h>
H A DMakefile13 async.o range.o smpboot.o ucount.o regset.o ksyms_common.o
/linux-master/drivers/staging/greybus/
H A Dloopback.c80 int async; member in struct:gb_loopback
282 /* Number of requests successfully completed async */
284 /* Number of requests timed out async */
309 gb_dev_loopback_rw_attr(async, u);
825 if (!(gb->async && gb->outstanding_operations_max))
861 /* Limit the maximum number of in-flight async operations */
897 if (gb->async) {
/linux-master/drivers/usb/host/
H A Disp116x-hcd.c316 /* async deschedule */
517 list_for_each_entry(ep, &isp116x->async, schedule) {
565 if ((&isp116x->async)->next != (&isp116x->async)->prev)
566 list_move(&isp116x->async, (&isp116x->async)->next);
772 list_add_tail(&ep->schedule, &isp116x->async);
1615 INIT_LIST_HEAD(&isp116x->async);
H A Dehci-dbg.c390 == ehci->async->hw->hw_alt_next)
427 if (td->hw_alt_next == ehci->async->hw->hw_alt_next)
487 * dumps a snapshot of the async schedule.
492 for (qh = ehci->async->qh_next.qh; size > 0 && qh; qh = qh->qh_next.qh)
888 temp = scnprintf(next, size, "async unlink qh %p\n",
1032 debugfs_create_file("async", S_IRUGO, ehci->debug_dir, bus,
/linux-master/fs/btrfs/
H A Dfree-space-cache.c2776 * we want it to be added as untrimmed for async. But in the case where we add
3704 * If @async is set, then we will trim 1 region and return.
3708 bool async)
3735 /* Skip bitmaps and if async, already trimmed entries */
3737 (async && btrfs_free_space_trimmed(entry))) {
3751 if (async) {
3805 if (async && *total_trimmed)
3870 * If @async is set, then we will trim 1 region and return.
3874 u64 maxlen, bool async)
3910 if (!entry || (async
3706 trim_no_bitmap(struct btrfs_block_group *block_group, u64 *total_trimmed, u64 start, u64 end, u64 minlen, bool async) argument
3872 trim_bitmaps(struct btrfs_block_group *block_group, u64 *total_trimmed, u64 start, u64 end, u64 minlen, u64 maxlen, bool async) argument
4049 btrfs_trim_block_group_extents(struct btrfs_block_group *block_group, u64 *trimmed, u64 start, u64 end, u64 minlen, bool async) argument
4071 btrfs_trim_block_group_bitmaps(struct btrfs_block_group *block_group, u64 *trimmed, u64 start, u64 end, u64 minlen, u64 maxlen, bool async) argument
[all...]
/linux-master/drivers/comedi/drivers/
H A Daddi_apci_1500.c284 struct comedi_cmd *cmd = &s->async->cmd;
365 s->async->inttrig = apci1500_di_inttrig_start;
427 * input async command is started.
H A Dme4000.c654 struct comedi_cmd *cmd = &s->async->cmd;
940 s->async->events |= COMEDI_CB_ERROR;
948 s->async->events |= COMEDI_CB_ERROR;
968 s->async->events |= COMEDI_CB_EOA;
/linux-master/drivers/base/regmap/
H A Dregcache-rbtree.c475 map->async = true;
505 map->async = false;
H A Dregcache.c473 map->async = true;
483 map->async = false;
/linux-master/lib/
H A Dtest_objpool.c49 int async; /* synchronous or asynchronous */ member in struct:ot_test
593 /* do async-finalization */
619 * synchronous case / overrun case / async case
621 * async: synchronous or asynchronous testing
649 /* async mode */
650 {1, 0, NODE_COMPACT, 1000, 100, 1, 0, 0, "async: percpu objpool"},
651 {1, 0, NODE_VMALLOC, 1000, 100, 1, 0, 0, "async: percpu objpool from vmalloc"},
653 /* async + hrtimer mode */
654 {1, 0, NODE_COMPACT, 1000, 0, 4, 4, 4, "async & hrtimer: percpu objpool"},
655 {1, 0, NODE_VMALLOC, 1000, 0, 4, 4, 4, "async
[all...]
/linux-master/drivers/hsi/
H A Dhsi_core.c489 port[i]->async = hsi_dummy_msg;
587 return port->async(msg);
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.h34 * fotg210_hcd: async, unlink, periodic (and shadow), ...
62 FOTG210_HRTIMER_POLL_ASS, /* Poll for async schedule off */
67 FOTG210_HRTIMER_ASYNC_UNLINKS, /* Unlink empty async QHs */
70 FOTG210_HRTIMER_DISABLE_ASYNC, /* Wait to disable async sched */
104 /* async schedule support */
105 struct fotg210_qh *async; member in struct:fotg210_hcd
111 unsigned async_count; /* async activity count */
221 #define HCC_CANPARK(p) ((p)&(1 << 2)) /* true: can park on async qh */
235 #define CMD_PARK (1<<11) /* enable "park" on async qh */
237 #define CMD_IAAD (1<<6) /* "doorbell" interrupt async advanc
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma.h264 struct dma_fence *__i915_vma_evict(struct i915_vma *vma, bool async);
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-core.h21 #include <media/v4l2-async.h>
/linux-master/drivers/media/i2c/
H A Ds5k6a3.c22 #include <media/v4l2-async.h>
/linux-master/init/
H A Ddo_mounts.c16 #include <linux/async.h>
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.c681 if (details->postpone && !details->async) {
736 /* if cmd_details are not defined or async flag is not set,
739 if (!details->async && !details->postpone) {
788 (!details->async && !details->postpone)) {
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c815 if (details->postpone && !details->async) {
870 /* if cmd_details are not defined or async flag is not set,
873 if (!details->async && !details->postpone) {
927 (!details->async && !details->postpone)) {

Completed in 339 milliseconds

1234567891011>>