Subversion Repositories Kolibri OS

Rev

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

Rev 3243 Rev 3297
Line 227... Line 227...
227
 
227
 
228
/*
228
/*
229
 * Maximum number of entries that will be allocated in one piece, if
229
 * Maximum number of entries that will be allocated in one piece, if
230
 * a list larger than this is required then chaining will be utilized.
230
 * a list larger than this is required then chaining will be utilized.
231
 */
231
 */
Line 232... Line 232...
232
#define SG_MAX_SINGLE_ALLOC		(PAGE_SIZE / sizeof(struct scatterlist))
232
#define SG_MAX_SINGLE_ALLOC     (4*PAGE_SIZE / sizeof(struct scatterlist))
233
 
233
 
234
 
234