Searched refs:notify_gc (Results 1 – 2 of 2) sorted by relevance
78 pub fn notify_gc(&self) { in notify_gc() method
1442 gc.notify_gc(); in with_transaction_timeout()2458 let mut notify_gc = false; in unbind_keys_for_user() localVariable2471 notify_gc = Self::mark_unreferenced(tx, key_id) in unbind_keys_for_user()2473 || notify_gc; in unbind_keys_for_user()2475 Ok(()).do_gc(notify_gc) in unbind_keys_for_user()2519 let mut notify_gc = false; in unbind_auth_bound_keys_for_user() localVariable2532 notify_gc = Self::mark_unreferenced(tx, key_id) in unbind_auth_bound_keys_for_user()2534 || notify_gc; in unbind_auth_bound_keys_for_user()2539 Ok(()).do_gc(notify_gc) in unbind_auth_bound_keys_for_user()