Searched refs:is_async (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/crypto/ |
| H A D | atmel-aes.c | 179 bool is_async; member 537 if (dd->is_async) in atmel_aes_complete() 889 dd->is_async = true; in atmel_aes_dma_callback() 926 dd->is_async = start_async; in atmel_aes_handle_queue() 1759 bool is_async); 1761 bool is_async); 1764 bool is_async); 1795 bool is_async) in atmel_aes_authenc_init() argument 1800 if (is_async) in atmel_aes_authenc_init() 1801 dd->is_async = true; in atmel_aes_authenc_init() [all …]
|
| H A D | atmel-sha.c | 144 bool is_async; member 293 if ((dd->is_async || dd->force_complete) && req->base.complete) in atmel_sha_complete() 623 dd->is_async = true; in atmel_sha_dma_callback() 1081 dd->is_async = start_async; in atmel_sha_handle_queue() 1351 dd->is_async = true; in atmel_sha_done_task() 1429 dd->is_async = true; in atmel_sha_dma_callback2() 2125 authctx->cb(authctx->aes_dev, err, authctx->base.dd->is_async); in atmel_sha_authenc_complete() 2141 return authctx->cb(authctx->aes_dev, err, dd->is_async); in atmel_sha_authenc_start() 2335 return authctx->cb(authctx->aes_dev, 0, dd->is_async); in atmel_sha_authenc_init_done() 2401 dd->is_async = false; in atmel_sha_authenc_abort()
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | nlspec.py | 371 self.is_async = 'notify' in yaml or 'event' in yaml 372 self.is_resv = not self.is_async and not self.is_call 640 if not op.is_async and 'attribute-set' in op: 642 elif op.is_async:
|
| H A D | ynl.py | 743 if msg.is_async:
|
| /linux/drivers/android/ |
| H A D | binder_alloc.h | 131 int is_async);
|
| H A D | binder.c | 3141 t->is_async = !reply && (tr->flags & TF_ONE_WAY); in binder_transaction() 6422 t->code, t->flags, t->priority, t->is_async, t->is_reply, in print_binder_transaction_ilocked()
|
| /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 | 718 u32 is_async = resync_req & RESYNC_REQ_ASYNC; in tls_device_rx_resync_async() local 725 if (is_async) { in tls_device_rx_resync_async()
|
| /linux/drivers/base/power/ |
| H A D | main.c | 694 static bool is_async(struct device *dev) in is_async() function 705 if (!is_async(dev)) in __dpm_async()
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 1212 if not self.is_async: 2954 if op.is_async: 2977 if op.is_async: 3008 if op.is_async or op_mode not in op:
|