Lines Matching defs:pending
37 atomic_t pending;
69 * We could compare wq->normal->pending with num_online_cpus()
77 return atomic_read(&wq->normal->pending) > wq->normal->thresh * 2;
91 atomic_set(&ret->pending, 0);
169 atomic_inc(&wq->pending);
180 long pending;
186 atomic_dec(&wq->pending);
199 * pending may be changed later, but it's OK since we really
202 pending = atomic_read(&wq->pending);
203 if (pending > wq->thresh)
205 if (pending < wq->thresh / 2)