Home
last modified time | relevance | path

Searched refs:shuffle_seed (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c166 static u64 shuffle_seed[4]; variable
278 seed[i] = shuffle_seed[i]; in shuffle()
976 &shuffle_seed[0], &shuffle_seed[1], &shuffle_seed[2], &shuffle_seed[3]); in plugin_init()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c680 unsigned int shuffle_seed) in validate_test_file_content_with_seed() argument
694 if (shuffle_seed != 0) in validate_test_file_content_with_seed()
695 shuffle(block_indexes, block_cnt, shuffle_seed); in validate_test_file_content_with_seed()