Searched refs:read_ahead (Results 1 - 25 of 41) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dblkpg.c224 read_ahead[MAJOR(dev)] = arg;
229 return put_user(read_ahead[MAJOR(dev)], (long *) arg);
H A Dumem.c846 copy_to_user((long *)arg, &read_ahead[MAJOR(i->i_rdev)],sizeof(long));
852 read_ahead[MAJOR(i->i_rdev)] = arg;
1356 read_ahead[MAJOR_NR] = MM_RAHEAD;
1424 read_ahead [MAJOR_NR] = 0;
H A Dxd.c185 read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read ahead */
1091 read_ahead[MAJOR_NR] = 0;
H A Dll_rw_blk.c70 int read_ahead[MAX_BLKDEV]; variable
H A Dps2esdi.c171 read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read ahead */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Dxpram.c657 put_user(read_ahead[MAJOR(inode->i_rdev)], (long *)arg);
664 read_ahead[MAJOR(inode->i_rdev)] = arg;
1018 read_ahead[major] = xpram_rahead;
1136 read_ahead[major] = 0;
1176 read_ahead[major] = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dfile.c299 if (blocks < read_ahead[MAJOR(dev)] / (HFS_SECTOR_SIZE>>9)) {
300 blocks = read_ahead[MAJOR(dev)] / (HFS_SECTOR_SIZE>>9);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsr.c907 read_ahead[MAJOR_NR] = 32; /* 32 sector read-ahead. Always removable. */
909 read_ahead[MAJOR_NR] = 4; /* 4 sector read-ahead */
970 read_ahead[MAJOR_NR] = 0;
H A Dsd.c1253 read_ahead[SD_MAJOR(i)] =
1451 read_ahead[SD_MAJOR(i)] = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dhd.c843 read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read-ahead */
H A Dide-probe.c910 read_ahead[hwif->major] = 8; /* (4kB) */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/paride/
H A Dpcd.c359 read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read ahead */
H A Dpd.c402 read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read ahead */
H A Dpf.c415 read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read ahead */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Dgscd.c1024 read_ahead[MAJOR_NR] = 4;
H A Dmcd.c1080 read_ahead[MAJOR_NR] = 4;
H A Dsjcd.c1702 read_ahead[MAJOR_NR] = 4;
H A Dsonycd535.c1598 read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB) read-ahead */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtapeblock.c105 read_ahead[tapeblock_major]=TAPEBLOCK_READAHEAD;
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dksyms.c524 EXPORT_SYMBOL(read_ahead); variable
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dssl.h697 int read_ahead; member in struct:ssl_ctx_st
845 int read_ahead; /* Read as many input bytes as possible member in struct:ssl_st
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/md/
H A Draid5.c1162 int read_ahead = 0; local
1168 read_ahead=1;
1175 sh = get_active_stripe(conf, new_sector, bh->b_size, read_ahead);
H A Dmd.c1736 read_ahead[MD_MAJOR] = 1024;
3170 sz += sprintf(page+sz, "read_ahead ");
3171 if (read_ahead[MD_MAJOR] == INT_MAX)
3174 sz += sprintf(page+sz, "%d sectors\n", read_ahead[MD_MAJOR]);
3672 read_ahead[MAJOR_NR] = INT_MAX;
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dssl.h723 int read_ahead; member in struct:ssl_ctx_st
873 int read_ahead; /* Read as many input bytes as possible member in struct:ssl_st
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/block/
H A Dmfmhd.c1439 read_ahead[MAJOR_NR] = 8; /* 8 sector (4kB?) read ahread */

Completed in 292 milliseconds

12