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
defs:wqueue
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/rc/
H
A
D
ir-rx51.c
24
wait_queue_head_t
wqueue
;
member
/kernel/linux/linux-6.6/drivers/media/rc/
H
A
D
ir-rx51.c
25
wait_queue_head_t
wqueue
;
member
/kernel/linux/linux-5.10/kernel/
H
A
D
watch_queue.c
43
static inline bool lock_wqueue(struct watch_queue *
wqueue
)
in lock_wqueue()
argument
53
static inline void unlock_wqueue(struct watch_queue *
wqueue
)
in unlock_wqueue()
argument
61
struct watch_queue *
wqueue
= (struct watch_queue *)buf->private;
in watch_queue_pipe_buf_release()
local
98
post_one_notification(struct watch_queue *
wqueue
, struct watch_notification *n)
post_one_notification()
argument
204
struct watch_queue *
wqueue
;
__post_watch_notification()
local
244
struct watch_queue *
wqueue
= pipe->watch_queue;
watch_queue_set_size()
local
321
struct watch_queue *
wqueue
= pipe->watch_queue;
watch_queue_set_filter()
local
395
struct watch_queue *
wqueue
=
__put_watch_queue()
local
415
put_watch_queue(struct watch_queue *
wqueue
)
put_watch_queue()
argument
453
init_watch(struct watch *watch, struct watch_queue *
wqueue
)
init_watch()
argument
461
add_one_watch(struct watch *watch, struct watch_list *wlist, struct watch_queue *
wqueue
)
add_one_watch()
argument
502
struct watch_queue *
wqueue
;
add_watch_to_object()
local
534
struct watch_queue *
wqueue
;
remove_watch_from_object()
local
601
watch_queue_clear(struct watch_queue *
wqueue
)
watch_queue_clear()
argument
669
struct watch_queue *
wqueue
= ERR_PTR(-EINVAL);
get_watch_queue()
local
691
struct watch_queue *
wqueue
;
watch_queue_init()
local
[all...]
/kernel/linux/linux-6.6/kernel/
H
A
D
watch_queue.c
42
static inline bool lock_wqueue(struct watch_queue *
wqueue
)
in lock_wqueue()
argument
52
static inline void unlock_wqueue(struct watch_queue *
wqueue
)
in unlock_wqueue()
argument
60
struct watch_queue *
wqueue
= (struct watch_queue *)buf->private;
in watch_queue_pipe_buf_release()
local
97
post_one_notification(struct watch_queue *
wqueue
, struct watch_notification *n)
post_one_notification()
argument
200
struct watch_queue *
wqueue
;
__post_watch_notification()
local
240
struct watch_queue *
wqueue
= pipe->watch_queue;
watch_queue_set_size()
local
314
struct watch_queue *
wqueue
= pipe->watch_queue;
watch_queue_set_filter()
local
388
struct watch_queue *
wqueue
=
__put_watch_queue()
local
408
put_watch_queue(struct watch_queue *
wqueue
)
put_watch_queue()
argument
446
init_watch(struct watch *watch, struct watch_queue *
wqueue
)
init_watch()
argument
454
add_one_watch(struct watch *watch, struct watch_list *wlist, struct watch_queue *
wqueue
)
add_one_watch()
argument
495
struct watch_queue *
wqueue
;
add_watch_to_object()
local
527
struct watch_queue *
wqueue
;
remove_watch_from_object()
local
594
watch_queue_clear(struct watch_queue *
wqueue
)
watch_queue_clear()
argument
665
struct watch_queue *
wqueue
= ERR_PTR(-EINVAL);
get_watch_queue()
local
687
struct watch_queue *
wqueue
;
watch_queue_init()
local
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
pktcdvd.h
181
wait_queue_head_t
wqueue
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
pktcdvd.h
172
wait_queue_head_t
wqueue
;
member
/kernel/linux/linux-5.10/drivers/net/
H
A
D
tap.c
481
wait_queue_head_t *
wqueue
;
in tap_sock_write_space()
local
H
A
D
tun.c
2434
wait_queue_head_t *
wqueue
;
in tun_sock_write_space()
local
/kernel/linux/linux-5.10/security/keys/
H
A
D
keyctl.c
1775
struct watch_queue *
wqueue
;
in keyctl_watch_key()
local
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_logmgr.h
398
struct lbuf *
wqueue
; /* 4: log pageout queue */
member
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_logmgr.h
398
struct lbuf *
wqueue
; /* 4: log pageout queue */
member
/kernel/linux/linux-6.6/drivers/net/
H
A
D
tap.c
493
wait_queue_head_t *
wqueue
;
in tap_sock_write_space()
local
H
A
D
tun.c
2420
wait_queue_head_t *
wqueue
;
in tun_sock_write_space()
local
/kernel/linux/linux-6.6/security/keys/
H
A
D
keyctl.c
1775
struct watch_queue *
wqueue
;
in keyctl_watch_key()
local
/kernel/linux/linux-5.10/drivers/md/
H
A
D
md.h
679
wait_queue_head_t
wqueue
;
member
/kernel/linux/linux-5.10/drivers/net/ieee802154/
H
A
D
adf7242.c
278
struct workqueue_struct *
wqueue
;
member
/kernel/linux/linux-6.6/drivers/net/ieee802154/
H
A
D
adf7242.c
278
struct workqueue_struct *
wqueue
;
member
/kernel/linux/linux-6.6/drivers/md/
H
A
D
md.h
735
wait_queue_head_t
wqueue
;
member
Completed in 29 milliseconds