Searched refs:is_async (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/fs/ |
D | direct-io.c | 131 int is_async; /* is IO async ? */ member 407 if (dio->is_async) in dio_bio_alloc() 436 if (dio->is_async && dio_op == REQ_OP_READ && dio->should_dirty) in dio_bio_submit() 511 if (dio->is_async && should_dirty) { in dio_bio_complete() 1178 dio->is_async = false; in __blockdev_direct_IO() 1180 dio->is_async = false; in __blockdev_direct_IO() 1182 dio->is_async = true; in __blockdev_direct_IO() 1197 if (dio->is_async && iov_iter_rw(iter) == WRITE) { in __blockdev_direct_IO() 1301 if (dio->is_async && retval == 0 && dio->result && in __blockdev_direct_IO()
|
/Linux-v6.6/drivers/crypto/ |
D | atmel-aes.c | 192 bool is_async; member 550 if (dd->is_async) in atmel_aes_complete() 922 dd->is_async = true; in atmel_aes_dma_callback() 959 dd->is_async = start_async; in atmel_aes_handle_queue() 1956 bool is_async); 1958 bool is_async); 1961 bool is_async); 1992 bool is_async) in atmel_aes_authenc_init() argument 1997 if (is_async) in atmel_aes_authenc_init() 1998 dd->is_async = true; in atmel_aes_authenc_init() [all …]
|
D | atmel-sha.c | 145 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() 1360 dd->is_async = true; in atmel_sha_done_task() 1438 dd->is_async = true; in atmel_sha_dma_callback2() 2134 authctx->cb(authctx->aes_dev, err, authctx->base.dd->is_async); in atmel_sha_authenc_complete() 2150 return authctx->cb(authctx->aes_dev, err, dd->is_async); in atmel_sha_authenc_start() 2344 return authctx->cb(authctx->aes_dev, 0, dd->is_async); in atmel_sha_authenc_init_done() 2410 dd->is_async = false; in atmel_sha_authenc_abort()
|
/Linux-v6.6/tools/net/ynl/lib/ |
D | nlspec.py | 301 self.is_async = 'notify' in yaml or 'event' in yaml 302 self.is_resv = not self.is_async and not self.is_call 536 if not op.is_async and 'attribute-set' in op: 538 elif op.is_async:
|
D | ynl.py | 430 if msg.is_async:
|
/Linux-v6.6/drivers/android/ |
D | binder_alloc.c | 374 int is_async, in binder_alloc_new_buf_locked() argument 410 if (is_async && in binder_alloc_new_buf_locked() 517 buffer->async_transaction = is_async; in binder_alloc_new_buf_locked() 521 if (is_async) { in binder_alloc_new_buf_locked() 566 int is_async, in binder_alloc_new_buf() argument 573 extra_buffers_size, is_async, pid); in binder_alloc_new_buf()
|
D | binder_alloc.h | 128 int is_async,
|
/Linux-v6.6/drivers/base/power/ |
D | main.c | 661 static bool is_async(struct device *dev) in is_async() function 671 if (is_async(dev)) { in dpm_async_fn() 716 if (!is_async(dev)) { in dpm_noirq_resume_devices() 857 if (!is_async(dev)) { in dpm_resume_early() 1017 if (!is_async(dev)) { in dpm_resume()
|
/Linux-v6.6/net/sunrpc/ |
D | sched.c | 1017 bool is_async = RPC_IS_ASYNC(task); in rpc_execute() local 1021 if (!is_async) { in rpc_execute()
|
/Linux-v6.6/net/tls/ |
D | tls_device.c | 719 u32 is_async = resync_req & RESYNC_REQ_ASYNC; in tls_device_rx_resync_async() local 726 if (is_async) { in tls_device_rx_resync_async()
|
/Linux-v6.6/tools/net/ynl/ |
D | ynl-gen-c.py | 771 if not self.is_async: 1965 if op.is_async: 1988 if op.is_async: 2018 if op.is_async or op_mode not in op:
|