Searched refs:steal (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_object.c404 int steal; local
419 steal = -1;
428 steal = i;
433 if (steal == -1)
436 reg = &rdev->surface_regs[steal];
439 DRM_DEBUG("stealing surface reg %d from %p\n", steal, old_object);
442 i = steal;
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDelayedDiagnostic.h256 void steal(DelayedDiagnosticPool &pool) { function in class:clang::sema::DelayedDiagnosticPool
/freebsd-9.3-release/sys/kern/
H A Dsched_ule.c936 * This tdq has idled. Try to steal a thread from another cpu and switch
943 struct tdq *steal; local
964 steal = TDQ_CPU(cpu);
966 tdq_lock_pair(tdq, steal);
967 if (steal->tdq_load < thresh || steal->tdq_transferable == 0) {
968 tdq_unlock_pair(tdq, steal);
973 * steal one here. If we fail to acquire one due to affinity
977 if (tdq->tdq_load == 0 && tdq_move(steal, tdq) == 0) {
978 tdq_unlock_pair(tdq, steal);
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DRAIIObjectsForParser.h114 DiagnosticPool.steal(other->DiagnosticPool);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp5216 curPool->steal(pool);

Completed in 168 milliseconds