Searched refs:SX_CHUNK_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsx.h156 #define SX_CHUNK_SIZE 128 macro
H A Dsx.c1525 tmp = kmalloc(SX_CHUNK_SIZE, GFP_USER);
1534 for (i = 0; i < nbytes; i += SX_CHUNK_SIZE) {
1536 (i + SX_CHUNK_SIZE > nbytes) ?
1537 nbytes - i : SX_CHUNK_SIZE)) {
1543 (i + SX_CHUNK_SIZE > nbytes) ?
1544 nbytes - i : SX_CHUNK_SIZE);

Completed in 93 milliseconds