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:tmp_ref
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/android/
H
A
D
binder_internal.h
385
* @
tmp_ref
: temporary reference to indicate proc is in use
427
int
tmp_ref
;
member
467
* @
tmp_ref
: temporary reference to indicate thread is in use
491
atomic_t
tmp_ref
;
member
H
A
D
binder.c
1470
* binder_thread_dec_tmpref() - decrement thread->
tmp_ref
1478
*
tmp_ref
and free if appropriate (thread has been released
1488
atomic_dec(&thread->
tmp_ref
);
in binder_thread_dec_tmpref()
1489
if (thread->is_dead && !atomic_read(&thread->
tmp_ref
)) {
in binder_thread_dec_tmpref()
1498
* binder_proc_dec_tmpref() - decrement proc->
tmp_ref
1502
* handle a transaction. proc->
tmp_ref
is incremented when
1512
proc->
tmp_ref
--;
in binder_proc_dec_tmpref()
1514
!proc->
tmp_ref
) {
in binder_proc_dec_tmpref()
1526
* Atomically return the "from" thread and increment the
tmp_ref
1540
atomic_inc(&from->
tmp_ref
);
in binder_get_txn_from()
[all...]
/kernel/linux/linux-5.10/drivers/android/
H
A
D
binder.c
473
* @
tmp_ref
: temporary reference to indicate proc is in use
508
int
tmp_ref
;
member
554
* @
tmp_ref
: temporary reference to indicate thread is in use
577
atomic_t
tmp_ref
;
member
1843
* binder_thread_dec_tmpref() - decrement thread->
tmp_ref
1851
*
tmp_ref
and free if appropriate (thread has been released
1861
atomic_dec(&thread->
tmp_ref
);
in binder_thread_dec_tmpref()
1862
if (thread->is_dead && !atomic_read(&thread->
tmp_ref
)) {
in binder_thread_dec_tmpref()
1871
* binder_proc_dec_tmpref() - decrement proc->
tmp_ref
1875
* handle a transaction. proc->
tmp_ref
i
[all...]
Completed in 11 milliseconds