Searched refs:is_async (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/fs/ |
D | direct-io.c | 131 int is_async; /* is IO async ? */ member 402 if (dio->is_async) in dio_bio_alloc() 429 if (dio->is_async && dio_op == REQ_OP_READ && dio->should_dirty) in dio_bio_submit() 505 if (dio->is_async && should_dirty) { in dio_bio_complete() 1195 dio->is_async = false; in __blockdev_direct_IO() 1197 dio->is_async = false; in __blockdev_direct_IO() 1199 dio->is_async = true; in __blockdev_direct_IO() 1214 if (dio->is_async && iov_iter_rw(iter) == WRITE) { in __blockdev_direct_IO() 1319 if (dio->is_async && retval == 0 && dio->result && in __blockdev_direct_IO()
|
/linux-6.1.9/drivers/crypto/ |
D | atmel-aes.c | 192 bool is_async; member 556 if (dd->is_async) in atmel_aes_complete() 928 dd->is_async = true; in atmel_aes_dma_callback() 965 dd->is_async = start_async; in atmel_aes_handle_queue() 1962 bool is_async); 1964 bool is_async); 1967 bool is_async); 1998 bool is_async) in atmel_aes_authenc_init() argument 2003 if (is_async) in atmel_aes_authenc_init() 2004 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() 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()
|
/linux-6.1.9/drivers/android/ |
D | binder_alloc.c | 371 int is_async, in binder_alloc_new_buf_locked() argument 409 if (is_async && in binder_alloc_new_buf_locked() 516 buffer->async_transaction = is_async; in binder_alloc_new_buf_locked() 520 if (is_async) { in binder_alloc_new_buf_locked() 565 int is_async, in binder_alloc_new_buf() argument 572 extra_buffers_size, is_async, pid); in binder_alloc_new_buf()
|
D | binder_alloc.h | 128 int is_async,
|
/linux-6.1.9/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-6.1.9/net/sunrpc/ |
D | sched.c | 1019 bool is_async = RPC_IS_ASYNC(task); in rpc_execute() local 1023 if (!is_async) { in rpc_execute()
|
/linux-6.1.9/net/tls/ |
D | tls_device.c | 740 u32 is_async = resync_req & RESYNC_REQ_ASYNC; in tls_device_rx_resync_async() local 747 if (is_async) { in tls_device_rx_resync_async()
|