Searched refs:last_off_body (Results 1 – 3 of 3) sorted by relevance
75 last_off_body: AtomicI64, field107 MonotonicRawTime(self.last_off_body.load(Ordering::Relaxed)) in get_last_off_body()110 pub fn set_last_off_body(&self, last_off_body: MonotonicRawTime) { in set_last_off_body()111 self.last_off_body.store(last_off_body.0, Ordering::Relaxed) in set_last_off_body()
653 (Some((hat, last_off_body)), Some(key_time_out)) => { in authorize_create()663 let on_body_extended = allow_while_on_body && last_off_body < hat.time_received(); in authorize_create()
3173 pub fn insert_last_off_body(&self, last_off_body: MonotonicRawTime) { in insert_last_off_body()3174 self.perboot.set_last_off_body(last_off_body) in insert_last_off_body()3178 pub fn update_last_off_body(&self, last_off_body: MonotonicRawTime) { in update_last_off_body()3179 self.perboot.set_last_off_body(last_off_body) in update_last_off_body()