Lines Matching full:limit
11 * 1) Objects are queued up to some limit specified as number of objects.
14 * 3) Starvation occurs when limit has been reached, all queued data has
19 * The goal of dql is to calculate the limit as the minimum number of objects
25 * on the object limit and how many objects are already enqueued
46 unsigned int adj_limit; /* limit + num_completed */
51 unsigned int limit ____cacheline_aligned_in_smp; /* Current limit */
54 unsigned int prev_ovlimit; /* Previous over limit */
62 unsigned int max_limit; /* Max limit */
63 unsigned int min_limit; /* Minimum limit */
91 /* Returns how many objects can be queued, < 0 indicates over limit. */
97 /* Record number of completed objects and recalculate the limit. */