Searched refs:KMALLOC_MAX_SIZE (Results 1 – 15 of 15) sorted by relevance
59 if (size <= KMALLOC_MAX_SIZE) in sctp_ssnmap_new()75 if (size <= KMALLOC_MAX_SIZE) in sctp_ssnmap_new()119 if (size <= KMALLOC_MAX_SIZE) in sctp_ssnmap_free()
66 argv_str = kstrndup(str, KMALLOC_MAX_SIZE - 1, gfp); in argv_split()
349 #ifdef KMALLOC_MAX_SIZE350 #define MAX_MALLOC KMALLOC_MAX_SIZE
47 if (_bytes < KMALLOC_MAX_SIZE) \141 if (_bytes < KMALLOC_MAX_SIZE) \
226 #define KMALLOC_MAX_SIZE (1UL << KMALLOC_SHIFT_MAX) macro
197 if (extra_len > KMALLOC_MAX_SIZE - sizeof(struct rds_message)) in rds_message_alloc()
75 size > KMALLOC_MAX_SIZE) { in kmem_cache_sanity_check()852 if (unlikely(size > KMALLOC_MAX_SIZE)) { in kmalloc_slab()
255 …{1, (KMALLOC_MAX_SIZE - sizeof(struct switch_ctx)) / sizeof(struct switch_path), "Invalid number o… in switch_ctr()
149 if (alloc_size <= KMALLOC_MAX_SIZE) { in dm_kvzalloc()
1716 if (param_kernel->data_size <= KMALLOC_MAX_SIZE) { in copy_params()
1231 *size = min_t(size_t, *size, KMALLOC_MAX_SIZE); in mtd_kmalloc_up_to()
554 if (info.rule_cnt <= KMALLOC_MAX_SIZE / sizeof(u32)) in ethtool_get_rxnfc()
1291 if (size < KMALLOC_MAX_SIZE) in gfs2_alloc_sort_buffer()
253 if (size < KMALLOC_MAX_SIZE) in ip_set_alloc()
2701 if (rule_cnt > KMALLOC_MAX_SIZE / sizeof(u32)) in ethtool_ioctl()