random32 137 arch/x86/mm/pageattr-test.c unsigned long pfn = random32() % max_pfn_mapped; random32 140 arch/x86/mm/pageattr-test.c len[i] = random32() % 100; random32 757 fs/xfs/xfs_alloc.c dofirst = random32() & 1; random32 73 fs/xfs/xfs_error.c if (random32() % randfactor) random32 301 fs/xfs/xfs_ialloc.c gen = random32(); random32 229 include/linux/net.h #define net_random() random32() random32 72 include/linux/random.h u32 random32(void); random32 197 kernel/test_kprobes.c rand1 = random32(); random32 121 lib/fault-inject.c if (attr->probability <= random32() % 100) random32 2150 net/core/pktgen.c flow = random32() % pkt_dev->cflows; random32 2195 net/core/pktgen.c t = random32() % random32 2226 net/core/pktgen.c mc = random32() % pkt_dev->src_mac_count; random32 2252 net/core/pktgen.c mc = random32() % pkt_dev->dst_mac_count; random32 2279 net/core/pktgen.c ((__force __be32)random32() & random32 2284 net/core/pktgen.c pkt_dev->vlan_id = random32() & (4096-1); random32 2288 net/core/pktgen.c pkt_dev->svlan_id = random32() & (4096 - 1); random32 2293 net/core/pktgen.c pkt_dev->cur_udp_src = random32() % random32 2306 net/core/pktgen.c pkt_dev->cur_udp_dst = random32() % random32 2323 net/core/pktgen.c t = random32() % (imx - imn) + imn; random32 2344 net/core/pktgen.c t = random32() % (imx - imn) + imn; random32 2352 net/core/pktgen.c t = random32() % (imx - imn) + imn; random32 2389 net/core/pktgen.c (((__force __be32)random32() | random32 2399 net/core/pktgen.c t = random32() % random32 107 net/sunrpc/auth_gss/gss_krb5_wrap.c i = random32(); random32 108 net/sunrpc/auth_gss/gss_krb5_wrap.c i = (i << 32) | random32();