OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIO_RAND_BLOCK_OFF
(Results
1 - 3
of
3
) sorted by null
/external/fio/
fio.h
83
FIO_RAND_BLOCK_OFF
,
init.c
769
td->rand_seeds[
FIO_RAND_BLOCK_OFF
] = FIO_RANDSEED * td->thread_number;
771
os_random_seed(td->rand_seeds[
FIO_RAND_BLOCK_OFF
], &td->random_state);
795
td->rand_seeds[
FIO_RAND_BLOCK_OFF
] = FIO_RANDSEED * td->thread_number;
797
init_rand_seed(&td->__random_state, td->rand_seeds[
FIO_RAND_BLOCK_OFF
]);
[
all
...]
filesetup.c
1050
seed = td->rand_seeds[
FIO_RAND_BLOCK_OFF
];
1536
lfsr_reset(&f->lfsr, td->rand_seeds[
FIO_RAND_BLOCK_OFF
]);
Completed in 98 milliseconds