OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tick
(Results
1 - 11
of
11
) sorted by relevancy
/src/sbin/newfs_v7fs/
newfs_v7fs.h
39
off_t
tick
;
member in struct:progress_arg
/src/sbin/fsck_v7fs/
fsck_v7fs.h
49
off_t
tick
;
member in struct:progress_arg
/src/common/lib/libx86emu/
x86emu_i8254.c
56
* Compute
tick
of the virtual timer based on start time and
63
uint64_t
tick
;
local in function:x86emu_i8254_gettick
67
tick
= (curtime.tv_sec - sc->base_time.tv_sec) * I8254_FREQ;
68
tick
+= (uint64_t)(curtime.tv_nsec - sc->base_time.tv_nsec) * I8254_FREQ / 1000000000;
70
return
tick
;
/src/sys/conf/
param.c
114
int
tick
= 1000000 / HZ;
variable in typeref:typename:int
/src/usr.sbin/btpand/
channel.c
126
chan->
tick
= 0;
285
chan->
tick
= 0;
287
chan->
tick
= (channel_tick + to) % 60;
300
int
tick
;
local in function:channel_watchdog
302
tick
= (channel_tick % 60) + 1;
309
if (chan->
tick
==
tick
)
311
else if (chan->
tick
!= 0)
312
channel_tick =
tick
;
btpand.h
92
int
tick
;
member in struct:channel
/src/tests/kernel/
t_time_arith.c
53
int
tick
= 1000000/HZ;
variable in typeref:typename:int
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_clock.h
134
void
tick
();
181
ALWAYS_INLINE void ThreadClock::
tick
() {
function in class:__tsan::ThreadClock
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_clock_test.cc
26
clk.
tick
();
83
vector1.
tick
();
99
thr1.
tick
();
101
thr2.
tick
();
116
vector.
tick
();
141
vector1.
tick
();
143
vector2.
tick
();
180
vector.
tick
();
194
vector1.
tick
();
196
vector2.
tick
();
322
void
tick
() {
function in struct:__tsan::SimpleThreadClock
[
all
...]
/src/sys/arch/arm/sunxi/
sunxi_thermal.c
332
callout_t
tick
;
member in struct:sunxi_thermal_softc
470
callout_schedule(&sc->
tick
, hz);
592
callout_init(&sc->
tick
, CALLOUT_MPSAFE);
593
callout_setfunc(&sc->
tick
, sunxi_thermal_tick, sc);
/src/sys/sys/
sysctl.h
285
int
tick
; /* micro-seconds per hz
tick
*/
member in struct:clockinfo
Completed in 18 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025