Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:oneway
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/android/
H
A
D
binder.c
2802
bool
oneway
= !!(t->flags & TF_ONE_WAY);
in binder_proc_transaction()
local
2809
if (
oneway
) {
in binder_proc_transaction()
2820
proc->sync_recv |= !
oneway
;
in binder_proc_transaction()
2821
proc->async_recv |=
oneway
;
in binder_proc_transaction()
2824
if ((frozen && !
oneway
) || proc->is_dead ||
in binder_proc_transaction()
2854
binder_wakeup_thread_ilocked(proc, thread, !
oneway
/* sync */);
in binder_proc_transaction()
2876
if (
oneway
&& frozen)
in binder_proc_transaction()
4751
bool
oneway
= !!(t->flags & TF_ONE_WAY);
in binder_thread_read()
local
4763
oneway
? "async " :
in binder_thread_read()
/kernel/linux/linux-5.10/net/tipc/
H
A
D
socket.c
122
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-6.6/net/tipc/
H
A
D
socket.c
99
* @
oneway
: message count in one direction (FIXME)
133
u32
oneway
;
member
1286
tsk->
oneway
= 0;
in tipc_sk_push_backlog()
1595
if (tsk->
oneway
++ >= tsk->nagle_start && maxnagle &&
in __tipc_sendstream()
2211
tsk->
oneway
= 0;
in tipc_sk_filter_connect()
/kernel/linux/linux-5.10/drivers/android/
H
A
D
binder.c
3096
bool
oneway
= !!(t->flags & TF_ONE_WAY);
in binder_proc_transaction()
local
3101
if (
oneway
) {
in binder_proc_transaction()
3128
binder_wakeup_thread_ilocked(proc, thread, !
oneway
/* sync */);
in binder_proc_transaction()
4920
bool
oneway
= !!(t->flags & TF_ONE_WAY);
in binder_thread_read()
local
4932
oneway
? "async " :
in binder_thread_read()
Completed in 25 milliseconds