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:workqueue
(Results
1 - 25
of
78
) sorted by relevance
1
2
3
4
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_workqueue.h
19
#include <linux/
workqueue
.h>
32
/* create
workqueue
. */
38
/* destroy
workqueue
. */
39
inline hi_void hi_workqueue_destroy(hi_workqueue *
workqueue
)
in hi_workqueue_destroy()
argument
41
destroy_workqueue(
workqueue
);
in hi_workqueue_destroy()
50
/* add work to
workqueue
. */
51
inline hi_s32 hi_workqueue_add_work(hi_workqueue *
workqueue
, hi_work *work)
in hi_workqueue_add_work()
argument
53
return queue_work(
workqueue
, work);
in hi_workqueue_add_work()
56
/* cancle work from
workqueue
. */
74
/* add delay work to
workqueue
75
hi_
workqueue
_add_delayed_work(hi_
workqueue
*
workqueue
, hi_delayed_work *delayed_work, hi_u32 delay)
hi_workqueue_add_delayed_work()
argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_sync_common.c
22
#include <linux/
workqueue
.h>
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_sync_common.c
29
#include <linux/
workqueue
.h>
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_sync_common.c
28
#include <linux/
workqueue
.h>
H
A
D
mali_kbase_hwcnt_context.h
30
#include <linux/
workqueue
.h>
121
* work on a
workqueue
specialized for
129
* generally CPU locality is unimportant. There is no standard
workqueue
that
132
* Rather than have each user of counters define their own
workqueue
, we have
141
* Historical note: prior to this centralized
workqueue
, the system_highpri_wq
H
A
D
mali_kbase_hwcnt_virtualizer.h
33
#include <linux/
workqueue
.h>
147
* work on a
workqueue
specialized for
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_sync_common.c
24
#include <linux/
workqueue
.h>
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H
A
D
workqueue.h
3
#define TRACE_SYSTEM
workqueue
/device/soc/hisilicon/common/platform/wifi/hi3881v100/adapter/
H
A
D
hdf_wlan_sdio_adapt.c
28
#include <linux/
workqueue
.h>
46
#include <linux/
workqueue
.h>
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_sync_helper.h
23
#include <linux/
workqueue
.h>
H
A
D
drm_mode_config.h
29
#include <linux/
workqueue
.h>
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/arm/
H
A
D
arm_core_scaling.c
21
#include <linux/
workqueue
.h>
/device/soc/rockchip/rk3588/kernel/include/drm/
H
A
D
drm_sync_helper.h
23
#include <linux/
workqueue
.h>
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_sdio_if.h
36
#include <linux/
workqueue
.h>
57
#include <linux/
workqueue
.h>
H
A
D
oal_workqueue.h
31
#include <linux/
workqueue
.h>
119
* queue_delayed_work - queue work on a
workqueue
after delay
120
* @wq:
workqueue
to use
136
* @wq:
workqueue
to use
H
A
D
hi_isr.c
21
#include <linux/
workqueue
.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H
A
D
osal_workqueue.c
19
#include <linux/
workqueue
.h>
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H
A
D
osal_workqueue.c
19
#include <linux/
workqueue
.h>
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/
H
A
D
kutf_suite.h
34
#include <linux/
workqueue
.h>
/device/soc/rockchip/common/sdk_linux/kernel/power/
H
A
D
process.c
20
#include <linux/
workqueue
.h>
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H
A
D
mali_osk_wq.c
18
#include <linux/
workqueue
.h>
187
** of high-priority
workqueue
in new kernel, this only happens in older kernel.
in _mali_osk_wq_work_func()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H
A
D
mali_osk_wq.c
17
#include <linux/
workqueue
.h>
179
** of high-priority
workqueue
in new kernel, this only happens in older kernel.
in _mali_osk_wq_work_func()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H
A
D
hi_osal.h
106
//
workqueue
api
110
void (*handler)(struct osal_workqueue_ *
workqueue
);
112
typedef void (*osal_workqueue_handler)(osal_workqueue *
workqueue
);
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
thermal.h
17
#include <linux/
workqueue
.h>
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/include/
H
A
D
hifb.h
26
#include <linux/
workqueue
.h>
Completed in 19 milliseconds
1
2
3
4