Home
last modified time | relevance | path

Searched refs:KMALLOC_MAX_SIZE (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/include/linux/
Dkmalloc_sizes.h22 #if KMALLOC_MAX_SIZE >= 262144
25 #if KMALLOC_MAX_SIZE >= 524288
28 #if KMALLOC_MAX_SIZE >= 1048576
31 #if KMALLOC_MAX_SIZE >= 2097152
34 #if KMALLOC_MAX_SIZE >= 4194304
37 #if KMALLOC_MAX_SIZE >= 8388608
40 #if KMALLOC_MAX_SIZE >= 16777216
43 #if KMALLOC_MAX_SIZE >= 33554432
Dslab.h133 #define KMALLOC_MAX_SIZE (1UL << KMALLOC_SHIFT_HIGH) macro
/linux-3.4.99/fs/proc/
Dstat.c196 if (size > KMALLOC_MAX_SIZE) in stat_open()
197 size = KMALLOC_MAX_SIZE; in stat_open()
/linux-3.4.99/net/rds/
Dmessage.c200 if (extra_len > KMALLOC_MAX_SIZE - sizeof(struct rds_message)) in rds_message_alloc()
/linux-3.4.99/drivers/mtd/
Dmtdcore.c1024 *size = min_t(size_t, *size, KMALLOC_MAX_SIZE); in mtd_kmalloc_up_to()
/linux-3.4.99/net/core/
Dethtool.c496 if (info.rule_cnt <= KMALLOC_MAX_SIZE / sizeof(u32)) in ethtool_get_rxnfc()
/linux-3.4.99/net/netfilter/ipset/
Dip_set_core.c233 if (size < KMALLOC_MAX_SIZE) in ip_set_alloc()
/linux-3.4.99/fs/gfs2/
Ddir.c1277 if (size < KMALLOC_MAX_SIZE) in gfs2_alloc_sort_buffer()
/linux-3.4.99/net/
Dsocket.c2795 if (rule_cnt > KMALLOC_MAX_SIZE / sizeof(u32)) in ethtool_ioctl()
/linux-3.4.99/mm/
Dslab.c2288 size > KMALLOC_MAX_SIZE) { in kmem_cache_create()