Searched refs:KMALLOC_MAX_SIZE (Results 1 – 10 of 10) sorted by relevance
22 #if KMALLOC_MAX_SIZE >= 26214425 #if KMALLOC_MAX_SIZE >= 52428828 #if KMALLOC_MAX_SIZE >= 104857631 #if KMALLOC_MAX_SIZE >= 209715234 #if KMALLOC_MAX_SIZE >= 419430437 #if KMALLOC_MAX_SIZE >= 838860840 #if KMALLOC_MAX_SIZE >= 1677721643 #if KMALLOC_MAX_SIZE >= 33554432
133 #define KMALLOC_MAX_SIZE (1UL << KMALLOC_SHIFT_HIGH) macro
196 if (size > KMALLOC_MAX_SIZE) in stat_open()197 size = KMALLOC_MAX_SIZE; in stat_open()
200 if (extra_len > KMALLOC_MAX_SIZE - sizeof(struct rds_message)) in rds_message_alloc()
1024 *size = min_t(size_t, *size, KMALLOC_MAX_SIZE); in mtd_kmalloc_up_to()
496 if (info.rule_cnt <= KMALLOC_MAX_SIZE / sizeof(u32)) in ethtool_get_rxnfc()
233 if (size < KMALLOC_MAX_SIZE) in ip_set_alloc()
1277 if (size < KMALLOC_MAX_SIZE) in gfs2_alloc_sort_buffer()
2795 if (rule_cnt > KMALLOC_MAX_SIZE / sizeof(u32)) in ethtool_ioctl()
2288 size > KMALLOC_MAX_SIZE) { in kmem_cache_create()