Subversion Repositories Kolibri OS

Rev

Rev 6082 | Rev 6588 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6082 Rev 6282
Line 280... Line 280...
280
 
280
 
281
/*
281
/*
282
 * Maximum number of entries that will be allocated in one piece, if
282
 * Maximum number of entries that will be allocated in one piece, if
283
 * a list larger than this is required then chaining will be utilized.
283
 * a list larger than this is required then chaining will be utilized.
284
 */
284
 */
Line 285... Line 285...
285
#define SG_MAX_SINGLE_ALLOC     (4*PAGE_SIZE / sizeof(struct scatterlist))
285
#define SG_MAX_SINGLE_ALLOC     (8*PAGE_SIZE / sizeof(struct scatterlist))
286
 
286
 
287
/*
287
/*
288
 * sg page iterator
288
 * sg page iterator