Searched refs:is_async (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
D | direct-io.c | 133 int is_async; /* is IO async ? */ member 405 if (dio->is_async) in dio_bio_alloc() 434 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() 1200 dio->is_async = false; in do_blockdev_direct_IO() 1202 dio->is_async = false; in do_blockdev_direct_IO() 1204 dio->is_async = true; in do_blockdev_direct_IO() 1222 if (dio->is_async && iov_iter_rw(iter) == WRITE) { in do_blockdev_direct_IO() 1327 if (dio->is_async && retval == 0 && dio->result && in do_blockdev_direct_IO()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
D | atmel-aes.c | 190 bool is_async; member 563 if (dd->is_async) in atmel_aes_complete() 935 dd->is_async = true; in atmel_aes_dma_callback() 972 dd->is_async = start_async; in atmel_aes_handle_queue() 1899 bool is_async); 1901 bool is_async); 1904 bool is_async); 1935 bool is_async) in atmel_aes_authenc_init() argument 1940 if (is_async) in atmel_aes_authenc_init() 1941 dd->is_async = true; in atmel_aes_authenc_init() [all …]
|
D | atmel-sha.c | 144 bool is_async; member 293 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() 2108 authctx->cb(authctx->aes_dev, err, authctx->base.dd->is_async); in atmel_sha_authenc_complete() 2124 return authctx->cb(authctx->aes_dev, err, dd->is_async); in atmel_sha_authenc_start() 2318 return authctx->cb(authctx->aes_dev, 0, dd->is_async); in atmel_sha_authenc_init_done() 2384 dd->is_async = false; in atmel_sha_authenc_abort()
|
/kernel/linux/linux-5.10/drivers/android/ |
D | binder_alloc.c | 383 int is_async, in binder_alloc_new_buf_locked() argument 418 if (is_async && in binder_alloc_new_buf_locked() 525 buffer->async_transaction = is_async; in binder_alloc_new_buf_locked() 528 if (is_async) { in binder_alloc_new_buf_locked() 571 int is_async, in binder_alloc_new_buf() argument 578 extra_buffers_size, is_async, pid); in binder_alloc_new_buf()
|
D | binder_alloc.h | 124 int is_async,
|
/kernel/linux/linux-5.10/drivers/base/power/ |
D | main.c | 664 static bool is_async(struct device *dev) in is_async() function 674 if (is_async(dev)) { in dpm_async_fn() 718 if (!is_async(dev)) { in dpm_noirq_resume_devices() 859 if (!is_async(dev)) { in dpm_resume_early() 1017 if (!is_async(dev)) { in dpm_resume()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
D | sched.c | 965 bool is_async = RPC_IS_ASYNC(task); in rpc_execute() local 969 if (!is_async) { in rpc_execute()
|
/kernel/linux/linux-5.10/net/tls/ |
D | tls_device.c | 702 u32 is_async = resync_req & RESYNC_REQ_ASYNC; in tls_device_rx_resync_async() local 709 if (is_async) { in tls_device_rx_resync_async()
|