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:osal_work_struct
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H
A
D
osal_workqueue.c
26
struct
osal_work_struct
*osal_work;
31
static struct
osal_work_struct
*osal_find_work(struct work_struct *work)
in osal_find_work()
71
struct
osal_work_struct
*ow = osal_find_work(work);
in osal_work_func()
77
int osal_init_work(struct
osal_work_struct
*work, osal_work_func_t func)
in osal_init_work()
104
int osal_schedule_work(struct
osal_work_struct
*work)
in osal_schedule_work()
114
void osal_destroy_work(struct
osal_work_struct
*work)
in osal_destroy_work()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H
A
D
hi_osal.h
184
typedef struct
osal_work_struct
{
struct
187
void (*func)(struct
osal_work_struct
*work);
189
typedef void (*osal_work_func_t)(struct
osal_work_struct
*work);
191
extern int osal_init_work(struct
osal_work_struct
*work, osal_work_func_t func);
198
extern int osal_schedule_work(struct
osal_work_struct
*work);
199
extern void osal_destroy_work(struct
osal_work_struct
*work);
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H
A
D
hi_osal.h
181
typedef struct
osal_work_struct
{
struct
184
void (*func)(struct
osal_work_struct
*work);
186
typedef void (*osal_work_func_t)(struct
osal_work_struct
*work);
188
extern int osal_init_work(struct
osal_work_struct
*work, osal_work_func_t func);
195
extern int osal_schedule_work(struct
osal_work_struct
*work);
196
extern void osal_destroy_work(struct
osal_work_struct
*work);
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H
A
D
hi_osal.h
181
typedef struct
osal_work_struct
{
struct
183
void (*func)(struct
osal_work_struct
*work);
185
typedef void (*osal_work_func_t)(struct
osal_work_struct
*work);
187
extern int osal_init_work(struct
osal_work_struct
*work, osal_work_func_t func);
194
extern int osal_schedule_work(struct
osal_work_struct
*work);
195
extern void osal_destroy_work(struct
osal_work_struct
*work);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/
H
A
D
tde_osilist.c
53
struct
osal_work_struct
work;
946
void tde_osi_list_freevmem(struct
osal_work_struct
*work)
Completed in 6 milliseconds