get_random_int    392 arch/arm/kernel/process.c 	offset = get_random_int() % slots;
get_random_int    698 arch/arm/kernel/signal.c 	offset = 0x200 + (get_random_int() & 0x7fc);
get_random_int    563 arch/arm64/kernel/process.c 		sp -= get_random_int() & ~PAGE_MASK;
get_random_int    679 arch/mips/kernel/process.c 		sp -= get_random_int() & ~PAGE_MASK;
get_random_int     80 arch/mips/kernel/vdso.c 		base += get_random_int() & (VDSO_RANDOMIZE_SIZE - 1);
get_random_int    106 arch/nds32/kernel/vdso.c 		offset = get_random_int() % (((end - start) >> PAGE_SHIFT) + 1);
get_random_int    313 arch/parisc/kernel/process.c 	return (get_random_int() & BRK_RND_MASK) << PAGE_SHIFT;
get_random_int    222 arch/parisc/kernel/sys_parisc.c 		rnd = get_random_int() & MMAP_RND_MASK;
get_random_int    229 arch/parisc/kernel/sys_parisc.c 	return (get_random_int() & MMAP_RND_MASK) << PAGE_SHIFT;
get_random_int   2148 arch/powerpc/kernel/process.c 		sp -= get_random_int() & ~PAGE_MASK;
get_random_int    217 arch/s390/kernel/process.c 		sp -= get_random_int() & ~PAGE_MASK;
get_random_int    223 arch/s390/kernel/process.c 	return (get_random_int() & BRK_RND_MASK) << PAGE_SHIFT;
get_random_int     41 arch/s390/mm/mmap.c 	return (get_random_int() & MMAP_RND_MASK) << PAGE_SHIFT;
get_random_int    357 arch/sparc/vdso/vma.c 	offset = get_random_int() & (PTRS_PER_PTE - 1);
get_random_int    403 arch/um/kernel/process.c 		sp -= get_random_int() % 8192;
get_random_int    230 arch/x86/entry/vdso/vma.c 		offset = get_random_int() % (((end - start) >> PAGE_SHIFT) + 1);
get_random_int    539 arch/x86/kernel/cpu/amd.c 		va_align.bits = get_random_int() & va_align.mask;
get_random_int     56 arch/x86/kernel/module.c 				(get_random_int() % 1024 + 1) * PAGE_SIZE;
get_random_int    787 arch/x86/kernel/process.c 		sp -= get_random_int() % 8192;
get_random_int   2127 drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c 			get_random_int() % num_vcs_engines(dev_priv);
get_random_int   3675 drivers/gpu/drm/i915/i915_gem_gtt.c 			addr = get_random_int();
get_random_int   3678 drivers/gpu/drm/i915/i915_gem_gtt.c 				addr |= get_random_int();
get_random_int    117 drivers/gpu/drm/i915/selftests/i915_selftest.c 		i915_selftest.random_seed = get_random_int();
get_random_int   2360 drivers/gpu/drm/selftests/test-drm_mm.c 		random_seed = get_random_int();
get_random_int    416 drivers/md/bcache/request.c 		if ((get_random_int() & 3) == 3)
get_random_int    176 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pno.c 		pfn_mac.mac[i] |= get_random_int() & ~(mac_mask[i]);
get_random_int   1599 drivers/net/wireless/st/cw1200/wsm.c 			 (get_random_int() & 0xFFFF));
get_random_int   6168 drivers/net/wireless/ti/wlcore/main.c 			nic_addr = get_random_int();
get_random_int     51 drivers/s390/scsi/zfcp_fc.c 	return get_random_int() % port_scan_backoff;
get_random_int     52 include/linux/random.h static inline unsigned int get_random_int(void)
get_random_int    824 kernel/bpf/core.c 	start = (get_random_int() % hole) & ~(alignment - 1);
get_random_int    897 kernel/bpf/core.c 	u32 imm_rnd = get_random_int();
get_random_int    370 kernel/bpf/hashtab.c 		htab->hashrnd = get_random_int();
get_random_int   8535 kernel/bpf/verifier.c 			imm_rnd = get_random_int();
get_random_int    362 kernel/locking/test-ww_mutex.c 		r = get_random_int() % (n + 1);
get_random_int    501 kernel/locking/test-ww_mutex.c 	struct ww_mutex *lock = stress->locks + (get_random_int() % nlocks);
get_random_int    715 lib/kobject.c  	unsigned long delay = HZ + HZ * (get_random_int() & 0x3);
get_random_int     28 lib/nodemask.c 			get_random_int() % w, MAX_NUMNODES);
get_random_int    401 lib/test-string_helpers.c 			     get_random_int() % (UNESCAPE_ANY + 1), true);
get_random_int    152 lib/test_hexdump.c 	size_t len = get_random_int() % d + 1;
get_random_int    211 lib/test_hexdump.c 	int rs = (get_random_int() % 2 + 1) * 16;
get_random_int    215 lib/test_hexdump.c 		size_t len = get_random_int() % rs + gs;
get_random_int    226 lib/test_hexdump.c 	rowsize = (get_random_int() % 2 + 1) * 16;
get_random_int    230 lib/test_hexdump.c 	rowsize = (get_random_int() % 2 + 1) * 16;
get_random_int   2397 mm/slab.c      	rand = get_random_int();
get_random_int   1582 mm/slub.c      	pos = get_random_int() % freelist_count;
get_random_int   3415 net/ipv4/route.c 	atomic_set(&net->ipv4.dev_addr_genid, get_random_int());