OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ito_realtime_changed
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
timevar.h
83
* -
ito_realtime_changed
: A function that is called when the system
88
void (*
ito_realtime_changed
)(struct itimer *);
member in struct:itimer_ops
/src/sys/kern/
kern_time.c
238
KASSERT(it->it_ops->
ito_realtime_changed
!= NULL);
240
(*it->it_ops->
ito_realtime_changed
)(it);
702
if (id == CLOCK_REALTIME && ops->
ito_realtime_changed
!= NULL) {
738
it->it_ops->
ito_realtime_changed
!= NULL) {
sys_timerfd.c
148
.
ito_realtime_changed
= timerfd_realtime_changed,
Completed in 15 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025