Home
last modified time | relevance | path

Searched refs:is_async (Results 1 – 11 of 11) sorted by relevance

/linux/fs/
A Ddirect-io.c130 int is_async; /* is IO async ? */ member
406 if (dio->is_async) in dio_bio_alloc()
437 if (dio->is_async && dio_op == REQ_OP_READ && dio->should_dirty) in dio_bio_submit()
512 if (dio->is_async && should_dirty) { in dio_bio_complete()
1174 dio->is_async = false; in __blockdev_direct_IO()
1176 dio->is_async = false; in __blockdev_direct_IO()
1178 dio->is_async = true; in __blockdev_direct_IO()
1193 if (dio->is_async && iov_iter_rw(iter) == WRITE) { in __blockdev_direct_IO()
1296 if (dio->is_async && retval == 0 && dio->result && in __blockdev_direct_IO()
/linux/drivers/crypto/
A Datmel-aes.c180 bool is_async; member
538 if (dd->is_async) in atmel_aes_complete()
894 dd->is_async = true; in atmel_aes_dma_callback()
1763 bool is_async);
1768 bool is_async);
1799 bool is_async) in atmel_aes_authenc_init() argument
1804 if (is_async) in atmel_aes_authenc_init()
1829 if (is_async) in atmel_aes_authenc_transfer()
1875 bool is_async) in atmel_aes_authenc_final() argument
1884 if (is_async) in atmel_aes_authenc_final()
[all …]
A Datmel-sha.c145 bool is_async; member
294 if ((dd->is_async || dd->force_complete) && req->base.complete) in atmel_sha_complete()
631 dd->is_async = true; in atmel_sha_dma_callback()
1089 dd->is_async = start_async; in atmel_sha_handle_queue()
1358 dd->is_async = true; in atmel_sha_done_task()
1436 dd->is_async = true; in atmel_sha_dma_callback2()
2132 authctx->cb(authctx->aes_dev, err, authctx->base.dd->is_async); in atmel_sha_authenc_complete()
2148 return authctx->cb(authctx->aes_dev, err, dd->is_async); in atmel_sha_authenc_start()
2342 return authctx->cb(authctx->aes_dev, 0, dd->is_async); in atmel_sha_authenc_init_done()
2408 dd->is_async = false; in atmel_sha_authenc_abort()
/linux/tools/net/ynl/lib/
A Dnlspec.py356 self.is_async = 'notify' in yaml or 'event' in yaml
357 self.is_resv = not self.is_async and not self.is_call
602 if not op.is_async and 'attribute-set' in op:
604 elif op.is_async:
A Dynl.py495 if msg.is_async:
/linux/drivers/android/
A Dbinder_alloc.c440 int is_async) in binder_alloc_new_buf_locked() argument
449 if (is_async && alloc->free_async_space < size) { in binder_alloc_new_buf_locked()
514 buffer->async_transaction = is_async; in binder_alloc_new_buf_locked()
516 if (is_async) { in binder_alloc_new_buf_locked()
572 int is_async) in binder_alloc_new_buf() argument
601 buffer = binder_alloc_new_buf_locked(alloc, next, size, is_async); in binder_alloc_new_buf()
A Dbinder_alloc.h126 int is_async);
/linux/net/sunrpc/
A Dsched.c1019 bool is_async = RPC_IS_ASYNC(task); in rpc_execute() local
1023 if (!is_async) { in rpc_execute()
/linux/net/tls/
A Dtls_device.c713 u32 is_async = resync_req & RESYNC_REQ_ASYNC; in tls_device_rx_resync_async() local
720 if (is_async) { in tls_device_rx_resync_async()
/linux/drivers/base/power/
A Dmain.c580 static bool is_async(struct device *dev) in is_async() function
590 if (is_async(dev)) { in dpm_async_fn()
/linux/tools/net/ynl/
A Dynl-gen-c.py878 if not self.is_async:
2224 if op.is_async:
2247 if op.is_async:
2278 if op.is_async or op_mode not in op:

Completed in 62 milliseconds