OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:it_time
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/kern/
kern_time.c
239
if (timespecisset(&it->
it_time
.it_value)) {
693
timespecclear(&it->
it_time
.it_value);
786
itp = &it->
it_time
;
835
? tshztoup(&it->
it_time
.it_value)
836
: tshzto(&it->
it_time
.it_value)));
858
if (!timespecisset(&it->
it_time
.it_interval)) {
859
timespecclear(&it->
it_time
.it_value);
874
itimer_transition(&it->
it_time
, &now, &next, &overruns);
875
it->
it_time
.it_value = next;
889
* 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 13 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025