Home
last modified time | relevance | path

Searched refs:oneway (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/android/
Dbinder.c2358 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_proc_transaction() local
2363 if (oneway) { in binder_proc_transaction()
2373 proc->sync_recv |= !oneway; in binder_proc_transaction()
2374 proc->async_recv |= oneway; in binder_proc_transaction()
2377 if ((proc->is_frozen && !oneway) || proc->is_dead || in binder_proc_transaction()
2395 binder_wakeup_thread_ilocked(proc, thread, !oneway /* sync */); in binder_proc_transaction()
4112 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_thread_read() local
4124 oneway ? "async " : in binder_thread_read()
/Linux-v5.15/net/tipc/
Dsocket.c132 u32 oneway; member
1284 tsk->oneway = 0; in tipc_sk_push_backlog()
1591 if (tsk->oneway++ >= tsk->nagle_start && maxnagle && in __tipc_sendstream()
2205 tsk->oneway = 0; in tipc_sk_filter_connect()