Searched refs:is_async (Results 1 – 12 of 12) sorted by relevance
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | method.aserver.callback.hpp.mako | 44 constexpr auto is_async = std::is_same_v< 53 if constexpr (!is_async) 138 constexpr auto is_async [[maybe_unused]] = std::is_same_v< 147 if constexpr (!is_async)
|
/openbmc/linux/fs/ |
H A D | direct-io.c | 131 int is_async; /* is IO async ? */ member 407 if (dio->is_async) in dio_bio_alloc() 436 if (dio->is_async && dio_op == REQ_OP_READ && dio->should_dirty) in dio_bio_submit() 511 if (dio->is_async && should_dirty) { in dio_bio_complete() 1178 dio->is_async = false; in __blockdev_direct_IO() 1180 dio->is_async = false; in __blockdev_direct_IO() 1182 dio->is_async = true; in __blockdev_direct_IO() 1197 if (dio->is_async && iov_iter_rw(iter) == WRITE) { in __blockdev_direct_IO() 1301 if (dio->is_async && retval == 0 && dio->result && in __blockdev_direct_IO()
|
/openbmc/linux/drivers/crypto/ |
H A D | atmel-aes.c | 192 bool is_async; member 550 if (dd->is_async) in atmel_aes_complete() 922 dd->is_async = true; in atmel_aes_dma_callback() 959 dd->is_async = start_async; in atmel_aes_handle_queue() 1956 bool is_async); 1958 bool is_async); 1961 bool is_async); 1992 bool is_async) in atmel_aes_authenc_init() argument 1997 if (is_async) in atmel_aes_authenc_init() 1998 dd->is_async = true; in atmel_aes_authenc_init() [all …]
|
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() 1360 dd->is_async = true; in atmel_sha_done_task() 1438 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()
|
/openbmc/linux/tools/net/ynl/lib/ |
H A D | nlspec.py | 301 self.is_async = 'notify' in yaml or 'event' in yaml 302 self.is_resv = not self.is_async and not self.is_call 536 if not op.is_async and 'attribute-set' in op: 538 elif op.is_async:
|
H A D | ynl.py | 431 if msg.is_async:
|
/openbmc/linux/drivers/android/ |
H A D | binder_alloc.c | 373 int is_async, in binder_alloc_new_buf_locked() argument 413 if (is_async && alloc->free_async_space < size) { 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()
|
H A D | binder_alloc.h | 128 int is_async,
|
/openbmc/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()
|
/openbmc/linux/net/tls/ |
H A D | tls_device.c | 719 u32 is_async = resync_req & RESYNC_REQ_ASYNC; in tls_device_rx_resync_async() local 726 if (is_async) { in tls_device_rx_resync_async()
|
/openbmc/linux/tools/net/ynl/ |
H A D | ynl-gen-c.py | 774 if not self.is_async: 1968 if op.is_async: 1991 if op.is_async: 2021 if op.is_async or op_mode not in op:
|
/openbmc/linux/drivers/base/power/ |
H A D | main.c | 667 static bool is_async(struct device *dev) in is_async() function 677 if (!is_async(dev)) in dpm_async_fn()
|