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:pending_wait
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H
A
D
omap_crtc.c
44
wait_queue_head_t
pending_wait
;
member
89
return wait_event_timeout(omap_crtc->
pending_wait
,
in omap_crtc_wait_pending()
322
wake_up(&omap_crtc->
pending_wait
);
in omap_crtc_vblank_irq()
346
wake_up(&omap_crtc->
pending_wait
);
in omap_crtc_framedone_irq()
390
wake_up(&omap_crtc->
pending_wait
);
in omap_crtc_manual_display_update()
802
init_waitqueue_head(&omap_crtc->
pending_wait
);
in omap_crtc_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H
A
D
omap_crtc.c
43
wait_queue_head_t
pending_wait
;
member
88
return wait_event_timeout(omap_crtc->
pending_wait
,
in omap_crtc_wait_pending()
309
wake_up(&omap_crtc->
pending_wait
);
in omap_crtc_vblank_irq()
333
wake_up(&omap_crtc->
pending_wait
);
in omap_crtc_framedone_irq()
364
wake_up(&omap_crtc->
pending_wait
);
in omap_crtc_manual_display_update()
801
init_waitqueue_head(&omap_crtc->
pending_wait
);
in omap_crtc_init()
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
transaction.h
94
wait_queue_head_t
pending_wait
;
member
H
A
D
ordered-data.c
520
wake_up(&trans->
pending_wait
);
in btrfs_remove_ordered_extent()
H
A
D
transaction.c
337
init_waitqueue_head(&cur_trans->
pending_wait
);
in join_transaction()
2236
wait_event(cur_trans->
pending_wait
,
in btrfs_commit_transaction()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
transaction.h
100
wait_queue_head_t
pending_wait
;
member
H
A
D
transaction.c
339
init_waitqueue_head(&cur_trans->
pending_wait
);
in join_transaction()
2328
wait_event(cur_trans->
pending_wait
,
in btrfs_commit_transaction()
H
A
D
ordered-data.c
648
wake_up(&trans->
pending_wait
);
in btrfs_remove_ordered_extent()
Completed in 12 milliseconds