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:kthreads_idle
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
H
A
D
xpc_main.c
452
atomic_set(&ch->
kthreads_idle
, 0);
in xpc_setup_ch_structures()
613
int idle = atomic_read(&ch->
kthreads_idle
);
in xpc_activate_kthreads()
662
if (atomic_inc_return(&ch->
kthreads_idle
) >
in xpc_kthread_waitmsgs()
665
atomic_dec(&ch->
kthreads_idle
);
in xpc_kthread_waitmsgs()
676
atomic_dec(&ch->
kthreads_idle
);
in xpc_kthread_waitmsgs()
H
A
D
xpc_channel.c
494
DBUG_ON(atomic_read(&ch->
kthreads_idle
) != 0);
in xpc_connect_channel()
784
if (atomic_read(&ch->
kthreads_idle
) > 0) {
in xpc_disconnect_channel()
H
A
D
xpc.h
353
atomic_t
kthreads_idle
; /* #of kthreads idle waiting for work */
member
H
A
D
xpc_uv.c
1470
if (atomic_read(&ch->
kthreads_idle
) > 0)
in xpc_handle_notify_mq_msg_uv()
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/
H
A
D
xpc_main.c
443
atomic_set(&ch->
kthreads_idle
, 0);
in xpc_setup_ch_structures()
604
int idle = atomic_read(&ch->
kthreads_idle
);
in xpc_activate_kthreads()
653
if (atomic_inc_return(&ch->
kthreads_idle
) >
in xpc_kthread_waitmsgs()
656
atomic_dec(&ch->
kthreads_idle
);
in xpc_kthread_waitmsgs()
667
atomic_dec(&ch->
kthreads_idle
);
in xpc_kthread_waitmsgs()
H
A
D
xpc_channel.c
494
DBUG_ON(atomic_read(&ch->
kthreads_idle
) != 0);
in xpc_connect_channel()
784
if (atomic_read(&ch->
kthreads_idle
) > 0) {
in xpc_disconnect_channel()
H
A
D
xpc.h
353
atomic_t
kthreads_idle
; /* #of kthreads idle waiting for work */
member
H
A
D
xpc_uv.c
1470
if (atomic_read(&ch->
kthreads_idle
) > 0)
in xpc_handle_notify_mq_msg_uv()
Completed in 13 milliseconds