Home
last modified time | relevance | path

Searched refs:PROC_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/scsi/
Dscsi_proc.c41 #define PROC_BLOCK_SIZE (3*1024) macro
85 if (count > PROC_BLOCK_SIZE) in proc_scsi_write_proc()
/linux-2.6.39/fs/proc/
Dgeneric.c39 #define PROC_BLOCK_SIZE (PAGE_SIZE - 1024) macro
70 count = min_t(size_t, PROC_BLOCK_SIZE, nbytes); in __proc_file_read()
Dbase.c745 #define PROC_BLOCK_SIZE (3*1024) /* 4K page size but our output routines use some slack for overru… macro
759 if (count > PROC_BLOCK_SIZE) in proc_info_read()
760 count = PROC_BLOCK_SIZE; in proc_info_read()
/linux-2.6.39/sound/oss/
Dsoundcard.c142 #define PROC_BLOCK_SIZE (3*1024) macro