Lines Matching +full:run +full:- +full:time
21 * struct um_timetravel_msg - UM time travel message
25 * This is the message passed between the host (user-mode Linux instance)
30 * calendar, and then wait for its turn until it can run, etc. Note
41 * @seq: sequence number for the message - shall be reflected in
48 * @time: time in nanoseconds
50 __u64 time; member
54 * enum um_timetravel_ops - Operation codes
59 * this usually doesn't carry any data in the 'time' field
65 * @UM_TIMETRAVEL_START: initialize the connection, the time
72 * @UM_TIMETRAVEL_REQUEST: request to run at the given time
73 * (host -> calendar)
80 * interrupts); the time field is ignored. The calendar must process
82 * the host can run again.
83 * (host -> calendar)
88 * @UM_TIMETRAVEL_GET: return the current time from the calendar in the
89 * ACK message, the time in the request message is ignored
90 * (host -> calendar)
95 * @UM_TIMETRAVEL_UPDATE: time update to the calendar, must be sent e.g.
97 * (host -> calendar)
102 * @UM_TIMETRAVEL_RUN: run time request granted, current time is in
103 * the time field
104 * (calendar -> host)
109 * @UM_TIMETRAVEL_FREE_UNTIL: Enable free-running until the given time,
112 * time.
115 * wraparound semantics for the time field.
116 * (calendar -> host)
121 * @UM_TIMETRAVEL_GET_TOD: Return time of day, typically used once at
122 * boot by the virtual machines to get a synchronized time from