Searched refs:is_async (Results 1 – 7 of 7) sorted by relevance
131 int is_async);
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()
176 bool is_async; in mshv_ioctl_passthru_hvcall() local198 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()
1017 bool is_async = RPC_IS_ASYNC(task); in rpc_execute() local1021 if (!is_async) { in rpc_execute()
716 u32 is_async = resync_req & RESYNC_REQ_ASYNC; in tls_device_rx_resync_async() local723 if (is_async) { in tls_device_rx_resync_async()
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:
727 if msg.is_async: