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:cmdwait_q
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas_tf/
H
A
D
cmd.c
309
wake_up_interruptible(&cmd->
cmdwait_q
);
in lbtf_complete_command()
471
init_waitqueue_head(&cmdarray[i].
cmdwait_q
);
in lbtf_allocate_cmd_buffer()
681
ret = wait_event_interruptible(cmdnode->
cmdwait_q
,
in __lbtf_cmd()
H
A
D
libertas_tf.h
334
wait_queue_head_t
cmdwait_q
;
member
H
A
D
main.c
284
wake_up_interruptible(&cmdnode->
cmdwait_q
);
in lbtf_op_stop()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas_tf/
H
A
D
cmd.c
309
wake_up_interruptible(&cmd->
cmdwait_q
);
in lbtf_complete_command()
471
init_waitqueue_head(&cmdarray[i].
cmdwait_q
);
in lbtf_allocate_cmd_buffer()
681
ret = wait_event_interruptible(cmdnode->
cmdwait_q
,
in __lbtf_cmd()
H
A
D
libertas_tf.h
336
wait_queue_head_t
cmdwait_q
;
member
H
A
D
main.c
285
wake_up_interruptible(&cmdnode->
cmdwait_q
);
in lbtf_op_stop()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H
A
D
cmd.h
27
wait_queue_head_t
cmdwait_q
;
member
H
A
D
cmd.c
1025
wake_up(&cmd->
cmdwait_q
);
in __lbs_complete_command()
1141
init_waitqueue_head(&cmdarray[i].
cmdwait_q
);
in lbs_allocate_cmd_buffer()
1584
wait_event(cmdnode->
cmdwait_q
, cmdnode->cmdwaitqwoken);
in __lbs_cmd()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H
A
D
cmd.h
27
wait_queue_head_t
cmdwait_q
;
member
H
A
D
cmd.c
1024
wake_up(&cmd->
cmdwait_q
);
in __lbs_complete_command()
1140
init_waitqueue_head(&cmdarray[i].
cmdwait_q
);
in lbs_allocate_cmd_buffer()
1592
wait_event(cmdnode->
cmdwait_q
, cmdnode->cmdwaitqwoken);
in __lbs_cmd()
Completed in 13 milliseconds