KMALLOC_MAX_SIZE  356 arch/x86/kernel/cpu/resctrl/pseudo_lock.c 	if (plr->size > KMALLOC_MAX_SIZE) {
KMALLOC_MAX_SIZE  426 block/partitions/efi.c 	if (pt_size > KMALLOC_MAX_SIZE) {
KMALLOC_MAX_SIZE  428 block/partitions/efi.c 			 (unsigned long long)pt_size, KMALLOC_MAX_SIZE);
KMALLOC_MAX_SIZE  234 drivers/gpu/drm/i915/selftests/i915_gem_gtt.c 		if (hole_size > KMALLOC_MAX_SIZE / sizeof(u32))
KMALLOC_MAX_SIZE  235 drivers/gpu/drm/i915/selftests/i915_gem_gtt.c 			hole_size = KMALLOC_MAX_SIZE / sizeof(u32);
KMALLOC_MAX_SIZE  736 drivers/gpu/drm/i915/selftests/i915_gem_gtt.c 		if (hole_size > KMALLOC_MAX_SIZE / sizeof(u32))
KMALLOC_MAX_SIZE  737 drivers/gpu/drm/i915/selftests/i915_gem_gtt.c 			hole_size = KMALLOC_MAX_SIZE / sizeof(u32);
KMALLOC_MAX_SIZE 1372 drivers/infiniband/core/ucma.c 	if (unlikely(cmd.optlen > KMALLOC_MAX_SIZE))
KMALLOC_MAX_SIZE  383 drivers/md/dm-bufio.c 	if (c->block_size <= KMALLOC_MAX_SIZE &&
KMALLOC_MAX_SIZE 1658 drivers/md/dm-bufio.c 	if (block_size <= KMALLOC_MAX_SIZE &&
KMALLOC_MAX_SIZE 2790 drivers/md/dm-crypt.c 		if (unlikely(tag_len > KMALLOC_MAX_SIZE) ||
KMALLOC_MAX_SIZE  255 drivers/md/dm-switch.c 		{1, (KMALLOC_MAX_SIZE - sizeof(struct switch_ctx)) / sizeof(struct switch_path), "Invalid number of paths"},
KMALLOC_MAX_SIZE 1895 drivers/mtd/mtdcore.c 	*size = min_t(size_t, *size, KMALLOC_MAX_SIZE);
KMALLOC_MAX_SIZE 1215 drivers/tty/vt/vt.c 	if (new_screen_size > KMALLOC_MAX_SIZE)
KMALLOC_MAX_SIZE 1330 fs/gfs2/dir.c  	if (size < KMALLOC_MAX_SIZE)
KMALLOC_MAX_SIZE  468 include/linux/ptr_ring.h 	if (size > KMALLOC_MAX_SIZE / sizeof(void *))
KMALLOC_MAX_SIZE   62 kernel/bpf/arraymap.c 	if (attr->value_size > KMALLOC_MAX_SIZE)
KMALLOC_MAX_SIZE  283 kernel/bpf/hashtab.c 	if (attr->value_size >= KMALLOC_MAX_SIZE -
KMALLOC_MAX_SIZE  529 kernel/bpf/lpm_trie.c #define LPM_VAL_SIZE_MAX	(KMALLOC_MAX_SIZE - LPM_DATA_SIZE_MAX - \
KMALLOC_MAX_SIZE   58 kernel/bpf/queue_stack_maps.c 	if (attr->value_size > KMALLOC_MAX_SIZE)
KMALLOC_MAX_SIZE  166 kernel/relay.c 	if (chan->n_subbufs > KMALLOC_MAX_SIZE / sizeof(size_t *))
KMALLOC_MAX_SIZE   67 lib/argv_split.c 	argv_str = kstrndup(str, KMALLOC_MAX_SIZE - 1, gfp);
KMALLOC_MAX_SIZE  279 mm/kasan/common.c 	*size = min_t(unsigned int, KMALLOC_MAX_SIZE,
KMALLOC_MAX_SIZE   89 mm/slab_common.c 		size > KMALLOC_MAX_SIZE) {
KMALLOC_MAX_SIZE  622 net/core/bpf_sk_storage.c 	if (attr->value_size >= KMALLOC_MAX_SIZE -
KMALLOC_MAX_SIZE  945 net/core/ethtool.c 			if (info.rule_cnt <= KMALLOC_MAX_SIZE / sizeof(u32))
KMALLOC_MAX_SIZE  254 net/netfilter/ipset/ip_set_core.c 	if (size < KMALLOC_MAX_SIZE)
KMALLOC_MAX_SIZE  288 net/rds/message.c 	if (extra_len > KMALLOC_MAX_SIZE - sizeof(struct rds_message))
KMALLOC_MAX_SIZE 3120 net/socket.c   		if (rule_cnt > KMALLOC_MAX_SIZE / sizeof(u32))