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:cpu_wq
(Results
1 - 2
of
2
) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_workqueue.c
114
wq->
cpu_wq
= (cpu_workqueue_struct *)LOS_MemAlloc(m_aucSysMem0, sizeof(cpu_workqueue_struct));
in __create_workqueue_key()
115
if (wq->
cpu_wq
== NULL) {
in __create_workqueue_key()
132
LOS_MemFree(m_aucSysMem0, wq->
cpu_wq
);
in __create_workqueue_key()
152
cpu_workqueue_struct *cwq = wq->
cpu_wq
;
in InitCpuWorkqueue()
278
if (WorkqueueIsEmpty(wq->
cpu_wq
)) {
in QueueWorkOn()
281
LIST_FOR_WORK(tmpWork, &wq->
cpu_wq
->worklist, struct work_struct, entry) {
in QueueWorkOn()
288
QueueWork(wq->
cpu_wq
, work, intSave);
in QueueWorkOn()
370
if ((wq == NULL) || (wq->name == NULL) || (wq->
cpu_wq
== NULL) || (dwork == NULL)) {
in queue_delayed_work()
385
if (!WorkqueueIsEmpty(wq->
cpu_wq
)) {
in queue_delayed_work()
386
LIST_FOR_WORK(work, &wq->
cpu_wq
in queue_delayed_work()
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
workqueue.h
148
cpu_workqueue_struct *
cpu_wq
; /**< Workqueue control structure. */
member
Completed in 2 milliseconds