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:sleeper
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H
A
D
sched-migration.py
49
def __init__(self,
sleeper
):
50
self.
sleeper
=
sleeper
53
return "%s gone to sleep" % thread_name(self.
sleeper
)
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H
A
D
sched-migration.py
49
def __init__(self,
sleeper
):
50
self.
sleeper
=
sleeper
53
return "%s gone to sleep" % thread_name(self.
sleeper
)
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
cache.c
634
struct thread_deferred_req
sleeper
;
in cache_wait_req()
local
635
struct cache_deferred_req *dreq = &
sleeper
.handle;
in cache_wait_req()
637
sleeper
.completion = COMPLETION_INITIALIZER_ONSTACK(
sleeper
.completion);
in cache_wait_req()
644
&
sleeper
.completion, req->thread_wait) <= 0) {
in cache_wait_req()
649
if (!hlist_unhashed(&
sleeper
.handle.hash)) {
in cache_wait_req()
650
__unhash_deferred_req(&
sleeper
.handle);
in cache_wait_req()
659
wait_for_completion(&
sleeper
.completion);
in cache_wait_req()
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
cache.c
636
struct thread_deferred_req
sleeper
;
in cache_wait_req()
local
637
struct cache_deferred_req *dreq = &
sleeper
.handle;
in cache_wait_req()
639
sleeper
.completion = COMPLETION_INITIALIZER_ONSTACK(
sleeper
.completion);
in cache_wait_req()
646
&
sleeper
.completion, req->thread_wait) <= 0) {
in cache_wait_req()
651
if (!hlist_unhashed(&
sleeper
.handle.hash)) {
in cache_wait_req()
652
__unhash_deferred_req(&
sleeper
.handle);
in cache_wait_req()
661
wait_for_completion(&
sleeper
.completion);
in cache_wait_req()
/kernel/linux/linux-5.10/ipc/
H
A
D
sem.c
132
struct task_struct *
sleeper
; /* this process */
member
787
struct task_struct *
sleeper
;
in wake_up_sem_queue_prepare()
local
789
sleeper
= get_task_struct(q->
sleeper
);
in wake_up_sem_queue_prepare()
794
wake_q_add_safe(wake_q,
sleeper
);
in wake_up_sem_queue_prepare()
974
/* Does q->
sleeper
still need to sleep? */
in update_queue()
2170
queue.
sleeper
= current;
in do_semtimedop()
/kernel/linux/linux-6.6/ipc/
H
A
D
sem.c
132
struct task_struct *
sleeper
; /* this process */
member
789
struct task_struct *
sleeper
;
in wake_up_sem_queue_prepare()
local
791
sleeper
= get_task_struct(q->
sleeper
);
in wake_up_sem_queue_prepare()
796
wake_q_add_safe(wake_q,
sleeper
);
in wake_up_sem_queue_prepare()
976
/* Does q->
sleeper
still need to sleep? */
in update_queue()
2159
queue.
sleeper
= current;
in __do_semtimedop()
Completed in 24 milliseconds