Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
Dsocket.c122 u32 oneway; member
1275 tsk->oneway = 0; in tipc_sk_push_backlog()
1585 if (tsk->oneway++ >= tsk->nagle_start && maxnagle && in __tipc_sendstream()
2206 tsk->oneway = 0; in tipc_sk_filter_connect()
/kernel/linux/linux-5.10/drivers/android/
Dbinder.c3083 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_proc_transaction() local
3088 if (oneway) { in binder_proc_transaction()
3115 binder_wakeup_thread_ilocked(proc, thread, !oneway /* sync */); in binder_proc_transaction()
4896 bool oneway = !!(t->flags & TF_ONE_WAY); in binder_thread_read() local
4908 oneway ? "async " : in binder_thread_read()