Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sctp/
Dssnmap.c43 #define MAX_KMALLOC_SIZE 131072 macro
66 if (size <= MAX_KMALLOC_SIZE) in sctp_ssnmap_new()
83 if (size <= MAX_KMALLOC_SIZE) in sctp_ssnmap_new()
125 if (size <= MAX_KMALLOC_SIZE) in sctp_ssnmap_free()
/linux-2.4.37.9/drivers/mtd/
Dmtdchar.c118 #define MAX_KMALLOC_SIZE 0x20000 macro
144 if (count > MAX_KMALLOC_SIZE) in mtd_read()
145 len = MAX_KMALLOC_SIZE; in mtd_read()
201 if (count > MAX_KMALLOC_SIZE) in mtd_write()
202 len = MAX_KMALLOC_SIZE; in mtd_write()
/linux-2.4.37.9/include/linux/
Dcciss_ioctl.h172 #define MAX_KMALLOC_SIZE 128000 macro
/linux-2.4.37.9/drivers/block/
Dcciss.c1103 if (iocommand.malloc_size > MAX_KMALLOC_SIZE) in cciss_ioctl()