Lines Matching full:busy
630 // the caller will use this result to set an internal busy flag indicating
705 bool busy = false;
746 busy = isBusy(watermark);
747 if (busy) kickMe(oldest, id, pruneRows);
757 return busy;
834 busy = isBusy(watermark);
986 busy = isBusy(watermark);
987 if (!whitelist && busy) kickMe(oldest, id, pruneRows);
1019 busy = isBusy(watermark);
1020 if (busy) kickMe(oldest, id, pruneRows);
1031 return (pruneRows > 0) && busy;
1036 bool busy = true;
1040 // Check if it is still busy after the sleep, we say prune
1045 busy = prune(id, 1, uid);
1047 // It is still busy, blocked reader(s), lets kill them all!
1051 if (busy) {
1066 busy = prune(id, ULONG_MAX, uid);
1068 if (!busy || !--retry) {
1073 return busy;