Lines Matching refs:contended
526 * very heavily contended. For async compaction, trylock and record if the
527 * lock is contended. The lock will still be acquired but compaction will
537 /* Track if the lock is contended in async mode */
538 if (cc->mode == MIGRATE_ASYNC && !cc->contended) {
542 cc->contended = true;
551 * very heavily contended. The lock should be periodically unlocked to avoid
570 cc->contended = true;
921 cc->contended = true;
1181 * or a lock is contended. For contention, isolate quickly to
1185 !cc->finish_pageblock && !cc->contended) {
2260 if (cc->contended || fatal_signal_pending(current))