Searched refs:is_async (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/android/ |
| H A D | binder_alloc.c | 519 int is_async) in binder_alloc_new_buf_locked() argument 528 if (is_async && alloc->free_async_space < size) { in binder_alloc_new_buf_locked() 593 buffer->async_transaction = is_async; in binder_alloc_new_buf_locked() 595 if (is_async) { in binder_alloc_new_buf_locked() 651 int is_async) in binder_alloc_new_buf() argument 680 buffer = binder_alloc_new_buf_locked(alloc, next, size, is_async); in binder_alloc_new_buf()
|
| H A D | binder_alloc.h | 131 int is_async);
|
| H A D | binder.c | 3125 t->is_async = !reply && (tr->flags & TF_ONE_WAY); in binder_transaction() 6407 t->code, t->flags, t->priority, t->is_async, t->is_reply, in print_binder_transaction_ilocked()
|
| /linux/drivers/crypto/ |
| H 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() 1359 dd->is_async = true; in atmel_sha_done_task() 1437 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/drivers/hv/ |
| H A D | mshv_root_main.c | 176 bool is_async; in mshv_ioctl_passthru_hvcall() local 198 is_async = mshv_hvcall_is_async(args.code); in mshv_ioctl_passthru_hvcall() 199 if (is_async) { in mshv_ioctl_passthru_hvcall() 243 if (is_async) { in mshv_ioctl_passthru_hvcall()
|
| /linux/net/sunrpc/ |
| H A D | sched.c | 1017 bool is_async = RPC_IS_ASYNC(task); in rpc_execute() local 1021 if (!is_async) { in rpc_execute()
|
| /linux/net/tls/ |
| H A D | tls_device.c | 716 u32 is_async = resync_req & RESYNC_REQ_ASYNC; in tls_device_rx_resync_async() local 723 if (is_async) { in tls_device_rx_resync_async()
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 1204 if not self.is_async: 2935 if op.is_async: 2958 if op.is_async: 2989 if op.is_async or op_mode not in op:
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 527 if msg.is_async:
|