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:wq_active
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/idxd/
H
A
D
submit.c
177
if (!percpu_ref_tryget_live(&wq->
wq_active
)) {
in idxd_submit_desc()
179
if (!percpu_ref_tryget_live(&wq->
wq_active
))
in idxd_submit_desc()
207
percpu_ref_put(&wq->
wq_active
);
in idxd_submit_desc()
215
percpu_ref_put(&wq->
wq_active
);
in idxd_submit_desc()
H
A
D
device.c
390
struct idxd_wq *wq = container_of(ref, struct idxd_wq,
wq_active
);
in idxd_wq_ref_release()
399
memset(&wq->
wq_active
, 0, sizeof(wq->
wq_active
));
in idxd_wq_init_percpu_ref()
400
rc = percpu_ref_init(&wq->
wq_active
, idxd_wq_ref_release,
in idxd_wq_init_percpu_ref()
413
percpu_ref_kill(&wq->
wq_active
);
in __idxd_wq_quiesce()
1509
percpu_ref_exit(&wq->
wq_active
);
in drv_disable_wq()
H
A
D
irq.c
193
percpu_ref_kill(&wq->
wq_active
);
in idxd_int_handle_revoke()
201
percpu_ref_reinit(&wq->
wq_active
);
in idxd_int_handle_revoke()
H
A
D
idxd.h
190
struct percpu_ref
wq_active
;
member
/kernel/linux/linux-6.6/drivers/virtio/
H
A
D
virtio_mem.c
108
atomic_t
wq_active
;
member
1080
if (!atomic_read(&vm->
wq_active
) &&
in virtio_mem_memory_notifier_cb()
2407
atomic_set(&vm->
wq_active
, 1);
in virtio_mem_run_wq()
2476
atomic_set(&vm->
wq_active
, 0);
in virtio_mem_run_wq()
Completed in 9 milliseconds