Lines Matching full:linear
30 * Linear buffers act exactly like normal buffers and are always mapped into the
51 * can be treated as linear buffers, because they are contiguous in the
90 * The number of linear ABDs which are currently allocated, excluding
96 /* Amount of data stored in all linear ABDs tracked by linear_cnt */
159 * ABD's. Smaller allocations will use linear ABD's which uses
164 * half of each page). Using linear ABD's for small allocations means that
176 * By default we use linear allocations for 512B and 1KB, and scatter
340 * These conditions ensure that a possible transformation to a linear
349 * as a linear buffer. All single-page (4K) ABD's can be
356 * Representing a single-entry scatter ABD as a linear ABD
748 * as a linear buffer. All single-page (4K) ABD's constructed
783 * the copy. But for the moment a new linear ABD is allocated until this
1130 * differently for linear and scatter ABDs; linear is referenced by
1345 "Toggle whether ABD allocations must be linear.");