Lines Matching refs:forced
178 forced: bool, field
207 forced: bool, field
220 forced: bool, in new()
230 forced, in new()
257 forced: self.forced, in get_pruning_info()
519 forced: bool, in create_operation()
538 forced, in create_operation()
550 forced, in create_operation()
635 pub fn prune(&self, caller: u32, forced: bool) -> Result<(), Error> { in prune()
661 let caller_malus = if forced { 0 } else { 1u64 + *owners.entry(caller).or_default() }; in prune()
675 |acc: Option<CandidateInfo>, &PruningInfo { last_usage, owner, index, forced }| { in prune()
695 let malus = if forced { in prune()