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:wake_up_pollfree
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
signalfd.c
38
wake_up_pollfree
(&sighand->signalfd_wqh);
in signalfd_cleanup()
/kernel/linux/linux-6.6/fs/
H
A
D
signalfd.c
38
wake_up_pollfree
(&sighand->signalfd_wqh);
in signalfd_cleanup()
/kernel/linux/linux-5.10/include/linux/
H
A
D
wait.h
240
*
wake_up_pollfree
- signal that a polled waitqueue is going away
251
static inline void
wake_up_pollfree
(struct wait_queue_head *wq_head)
in wake_up_pollfree()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
wait.h
253
*
wake_up_pollfree
- signal that a polled waitqueue is going away
264
static inline void
wake_up_pollfree
(struct wait_queue_head *wq_head)
in wake_up_pollfree()
function
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
psi.c
1165
wake_up_pollfree
(&t->event_wait);
in psi_trigger_destroy()
/kernel/linux/linux-5.10/drivers/android/
H
A
D
binder.c
5252
wake_up_pollfree
(&thread->wait);
in binder_thread_release()
5257
* This is needed to avoid races between
wake_up_pollfree
() above and
in binder_thread_release()
/kernel/linux/linux-6.6/drivers/android/
H
A
D
binder.c
5090
wake_up_pollfree
(&thread->wait);
in binder_thread_release()
5095
* This is needed to avoid races between
wake_up_pollfree
() above and
in binder_thread_release()
Completed in 22 milliseconds