OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:it_time
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/kern/
kern_time.c
240
if (timespecisset(&it->
it_time
.it_value)) {
694
timespecclear(&it->
it_time
.it_value);
787
itp = &it->
it_time
;
836
? tshztoup(&it->
it_time
.it_value)
837
: tshzto(&it->
it_time
.it_value)));
859
if (!timespecisset(&it->
it_time
.it_interval)) {
860
timespecclear(&it->
it_time
.it_value);
875
itimer_transition(&it->
it_time
, &now, &next, &overruns);
876
it->
it_time
.it_value = next;
890
* Set up the given interval timer. The value in it->
it_time
.it_valu
[
all
...]
sys_timerfd.c
134
KASSERT(timespecisset(&it->
it_time
.it_value));
626
it->
it_time
= value;
635
if (timespecisset(&it->
it_time
.it_value) &&
643
timespecadd(&it->
it_time
.it_value, &now,
644
&it->
it_time
.it_value);
/src/tests/kernel/
t_time_arith.c
80
struct itimerspec
it_time
;
member in struct:itimer_transition
414
if (itimespecfix(&it.
it_time
.it_value) != 0 ||
415
itimespecfix(&it.
it_time
.it_interval) != 0) {
422
itimer_transition(&it.
it_time
, &it.it_now,
445
(long long)it.
it_time
.it_interval.tv_sec,
446
(int)it.
it_time
.it_interval.tv_nsec,
447
(long long)it.
it_time
.it_value.tv_sec,
448
(int)it.
it_time
.it_value.tv_nsec,
456
(long long)it.
it_time
.it_interval.tv_sec,
457
(int)it.
it_time
.it_interval.tv_nsec
[
all
...]
/src/sys/sys/
timevar.h
107
struct itimerspec
it_time
;
member in struct:itimer
Completed in 41 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026