Searched refs:is_async (Results 1 – 8 of 8) sorted by relevance
/linux/fs/ |
A D | direct-io.c | 132 int is_async; /* is IO async ? */ member 404 if (dio->is_async) in dio_bio_alloc() 435 if (dio->is_async && dio->op == REQ_OP_READ && dio->should_dirty) in dio_bio_submit() 510 if (dio->is_async && should_dirty) { in dio_bio_complete() 1198 dio->is_async = false; in do_blockdev_direct_IO() 1200 dio->is_async = false; in do_blockdev_direct_IO() 1202 dio->is_async = true; in do_blockdev_direct_IO() 1218 if (dio->is_async && iov_iter_rw(iter) == WRITE) { in do_blockdev_direct_IO() 1323 if (dio->is_async && retval == 0 && dio->result && in do_blockdev_direct_IO()
|
/linux/drivers/crypto/ |
A 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() 1965 bool is_async); 1970 bool is_async); 2001 bool is_async) in atmel_aes_authenc_init() argument 2006 if (is_async) in atmel_aes_authenc_init() 2031 if (is_async) in atmel_aes_authenc_transfer() 2077 bool is_async) in atmel_aes_authenc_final() argument 2086 if (is_async) in atmel_aes_authenc_final() [all …]
|
A 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/drivers/android/ |
A D | binder_alloc.c | 389 int is_async, in binder_alloc_new_buf_locked() argument 424 if (is_async && in binder_alloc_new_buf_locked() 531 buffer->async_transaction = is_async; in binder_alloc_new_buf_locked() 535 if (is_async) { in binder_alloc_new_buf_locked() 580 int is_async, in binder_alloc_new_buf() argument 587 extra_buffers_size, is_async, pid); in binder_alloc_new_buf()
|
A D | binder_alloc.h | 130 int is_async,
|
/linux/drivers/base/power/ |
A 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/net/sunrpc/ |
A D | sched.c | 983 bool is_async = RPC_IS_ASYNC(task); in rpc_execute() local 987 if (!is_async) { in rpc_execute()
|
/linux/net/tls/ |
A D | tls_device.c | 698 u32 is_async = resync_req & RESYNC_REQ_ASYNC; in tls_device_rx_resync_async() local 705 if (is_async) { in tls_device_rx_resync_async()
|
Completed in 26 milliseconds