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:active_ref
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
iocontext.h
101
atomic_t
active_ref
;
member
127
WARN_ON_ONCE(atomic_read(&ioc->
active_ref
) <= 0);
in get_io_context_active()
129
atomic_inc(&ioc->
active_ref
);
in get_io_context_active()
/kernel/linux/linux-6.6/include/linux/
H
A
D
iocontext.h
101
atomic_t
active_ref
;
member
/kernel/linux/linux-6.6/block/
H
A
D
blk-ioc.c
223
if (atomic_dec_and_test(&ioc->
active_ref
)) {
in exit_io_context()
239
atomic_set(&ioc->
active_ref
, 1);
in alloc_io_context()
304
atomic_inc(&ioc->
active_ref
);
in __copy_io()
H
A
D
bfq-iosched.c
5971
if (atomic_read(&bic->icq.ioc->
active_ref
) == 0 ||
in bfq_update_has_short_ttime()
/kernel/linux/linux-5.10/block/
H
A
D
blk-ioc.c
181
if (!atomic_dec_and_test(&ioc->
active_ref
)) {
in put_io_context_active()
263
atomic_set(&ioc->
active_ref
, 1);
in create_task_io_context()
H
A
D
bfq-iosched.c
5280
if (atomic_read(&bic->icq.ioc->
active_ref
) == 0 ||
in bfq_update_has_short_ttime()
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
H
A
D
cx88-mpeg.c
541
core->
active_ref
++;
in cx8802_request_acquire()
558
if (drv->advise_release && --core->
active_ref
== 0) {
in cx8802_request_release()
H
A
D
cx88.h
408
int
active_ref
;
member
/kernel/linux/linux-6.6/drivers/media/pci/cx88/
H
A
D
cx88-mpeg.c
540
core->
active_ref
++;
in cx8802_request_acquire()
557
if (drv->advise_release && --core->
active_ref
== 0) {
in cx8802_request_release()
H
A
D
cx88.h
408
int
active_ref
;
member
Completed in 24 milliseconds