Home
last modified time | relevance | path

Searched refs:is_async (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/android/
H A Dbinder_alloc.h131 int is_async);
H A Dbinder.c3125 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/hv/
H A Dmshv_root_main.c176 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 Dsched.c1017 bool is_async = RPC_IS_ASYNC(task); in rpc_execute() local
1021 if (!is_async) { in rpc_execute()
/linux/net/tls/
H A Dtls_device.c716 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 Dynl_gen_c.py1204 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 Dynl.py727 if msg.is_async: