Searched refs:seeds (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
H A Dprng.c70 * cfs_rand - creates new seeds
72 * First it creates new seeds from the previous seeds. Then it generates a
91 * Replaces the original seeds with new values. Used to generate a new pseudo
97 seed_x = seed1; /* use default seeds if parameter is 0 */ cfs_srand()
/linux-4.1.27/lib/
H A Drandom32.c272 u32 seeds[4]; for_each_possible_cpu() local
274 get_random_bytes(&seeds, sizeof(seeds)); for_each_possible_cpu()
275 state->s1 = __seed(seeds[0], 2U); for_each_possible_cpu()
276 state->s2 = __seed(seeds[1], 8U); for_each_possible_cpu()
277 state->s3 = __seed(seeds[2], 16U); for_each_possible_cpu()
278 state->s4 = __seed(seeds[3], 128U); for_each_possible_cpu()
/linux-4.1.27/include/linux/
H A Drandom.h58 * Handle minimum values for seeds
/linux-4.1.27/arch/arc/include/asm/
H A Duaccess.h686 : "g"(-EFAULT), "ir"(count), "4"(count) /* this "4" seeds lp_count */ __arc_strncpy_from_user()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.c1099 /* reset CRC seeds */ fm10k_mbx_connect_reset()
1278 /* reset CRC seeds */ fm10k_mbx_process_error()
1571 /* initialize CRC seeds */ fm10k_pfvf_mbx_init()
H A Dfm10k_pci.c723 /* Fill out hash function seeds */ fm10k_configure_dglort()
/linux-4.1.27/block/partitions/
H A Defi.c129 * but seeds the function with ~0, and xor's with ~0 at the end.
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c3329 /* Fill out hash function seeds */ ixgbe_setup_reta()
3353 /* Fill out hash function seeds */ ixgbe_setup_vfreta()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c1704 /* Fill out hash function seeds */ ixgbevf_setup_vfmrqc()
/linux-4.1.27/drivers/net/ethernet/nvidia/
H A Dforcedeth.c2170 /* Setup seeds for all gear LFSRs. */ nv_gear_backoff_reseed()

Completed in 522 milliseconds