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:timer_list
(Results
1 - 6
of
6
) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_timer.c
36
void linux_init_timer(struct
timer_list
*timer)
in linux_init_timer()
50
STATIC UINT32 DoDeleteTimer(struct
timer_list
*timer)
in DoDeleteTimer()
61
STATIC UINT32 DoAddTimer(struct
timer_list
*timer)
in DoAddTimer()
78
void linux_add_timer(struct
timer_list
*timer)
in linux_add_timer()
103
int linux_del_timer(struct
timer_list
*timer)
in linux_del_timer()
122
int linux_mod_timer(struct
timer_list
*timer, unsigned long expires)
in linux_mod_timer()
/third_party/libwebsockets/lib/roles/dbus/
H
A
D
dbus.c
290
struct lws_role_dbus_timer,
timer_list
);
in lws_dbus_sul_cb()
329
dbt->
timer_list
.prev = NULL;
in lws_dbus_add_timeout()
330
dbt->
timer_list
.next = NULL;
in lws_dbus_add_timeout()
331
dbt->
timer_list
.owner = NULL;
in lws_dbus_add_timeout()
332
lws_dll2_add_head(&dbt->
timer_list
, &pt->dbus.timer_list_owner);
in lws_dbus_add_timeout()
354
struct lws_role_dbus_timer,
timer_list
);
in lws_dbus_remove_timeout()
H
A
D
private-lib-roles-dbus.h
34
struct lws_dll2
timer_list
;
member
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
timer.h
43
typedef struct
timer_list
{
struct
H
A
D
workqueue.h
126
struct
timer_list
timer; /**< Delay control block parameter structure. */
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H
A
D
st_tusb.h
53
struct
timer_list
rh_timer; /* drives root hub */
Completed in 3 milliseconds