Searched refs:try_split (Results 1 – 4 of 4) sorted by relevance
272 fn try_split(&mut self, stolen: bool) -> bool { in try_split() method334 fn try_split(&mut self, len: usize, stolen: bool) -> bool { in try_split() method336 len / 2 >= self.min && self.inner.try_split(stolen) in try_split()412 } else if splitter.try_split(len, migrated) { in bridge_producer_consumer()467 } else if splitter.try_split(migrated) { in bridge_unindexed_producer_consumer()
213 try_split = false; in TEST_BEGIN()221 try_split = try_merge = try_purge_lazy = try_purge_forced = true; in TEST_BEGIN()
49 static bool try_split = true; variable246 if (!try_split) { in extent_split_hook()
2601 int try_split = tx_size > TX_4X4 && depth < MAX_VARTX_DEPTH; in select_tx_block() local2618 try_split = 0; in select_tx_block()2622 if (p->eobs[block] == 0) try_split = 0; in select_tx_block()2627 if (x->e_mbd.bd == 8 && try_split && in select_tx_block()2633 if (split_score < -threshold) try_split = 0; in select_tx_block()2640 if (try_split) { in select_tx_block()