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:wq_list
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H
A
D
osal_workqueue.c
24
OSAL_LIST_HEAD(
wq_list
);
variable
34
if (osal_list_empty(&
wq_list
)) {
in osal_find_work()
35
osal_trace("find work failed!
wq_list
is empty!\n");
in osal_find_work()
38
osal_list_for_each(this, &
wq_list
) {
in osal_find_work()
52
if (osal_list_empty(&
wq_list
)) {
in osal_del_work()
53
osal_trace("find work failed!
wq_list
is empty!\n");
in osal_del_work()
56
osal_list_for_each_safe(this, next, &
wq_list
) {
in osal_del_work()
99
osal_list_add(&(w_node->node), &
wq_list
);
in osal_init_work()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H
A
D
osal_workqueue.c
25
OSAL_LIST_HEAD(
wq_list
);
variable
41
if (osal_list_empty(&
wq_list
)) {
in osal_find_work()
42
osal_printk("find work failed!
wq_list
is empty!\n");
in osal_find_work()
45
osal_list_for_each(this, &
wq_list
) {
in osal_find_work()
65
if (osal_list_empty(&
wq_list
)) {
in osal_del_work()
66
osal_printk("find work failed!
wq_list
is empty!\n");
in osal_del_work()
69
osal_list_for_each_safe(this, next, &
wq_list
) {
in osal_del_work()
116
osal_list_add(&(w_node->node), &
wq_list
);
in osal_workqueue_init()
Completed in 1 milliseconds